mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
mark all local functions as static
This commit is contained in:
@ -207,7 +207,7 @@ void Update_DSP_WriteRegister();
|
||||
|
||||
int et_GenerateDSPInterrupt;
|
||||
|
||||
void GenerateDSPInterrupt_Wrapper(u64 userdata, int cyclesLate)
|
||||
static void GenerateDSPInterrupt_Wrapper(u64 userdata, int cyclesLate)
|
||||
{
|
||||
GenerateDSPInterrupt((DSPInterruptType)(userdata&0xFFFF), (bool)((userdata>>16) & 1));
|
||||
}
|
||||
|
Reference in New Issue
Block a user