mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Alternative fix: promote cycleslate to an s64 everywhere.
Also changed a few functions to be static.
This commit is contained in:
@ -133,6 +133,7 @@ static void UpdateInterrupts();
|
||||
static void IncreaseSampleCount(const u32 _uAmount);
|
||||
static int GetAIPeriod();
|
||||
static int et_AI;
|
||||
static void Update(u64 userdata, s64 cyclesLate);
|
||||
|
||||
void Init()
|
||||
{
|
||||
@ -299,7 +300,7 @@ unsigned int GetAIDSampleRate()
|
||||
return g_AIDSampleRate;
|
||||
}
|
||||
|
||||
void Update(u64 userdata, int cyclesLate)
|
||||
static void Update(u64 userdata, s64 cyclesLate)
|
||||
{
|
||||
if (m_Control.PSTAT)
|
||||
{
|
||||
|
Reference in New Issue
Block a user