mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Use size_t in some DSP code code
This commit is contained in:
@ -57,7 +57,7 @@ void InterruptRequest()
|
||||
DSP::GenerateDSPInterruptFromDSPEmu(DSP::INT_DSP);
|
||||
}
|
||||
|
||||
void CodeLoaded(const u8* ptr, int size)
|
||||
void CodeLoaded(const u8* ptr, size_t size)
|
||||
{
|
||||
if (SConfig::GetInstance().m_DumpUCode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user