mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Use size_t in some DSP code code
This commit is contained in:
@ -33,7 +33,7 @@ bool DSP::Host::IsWiiHost()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
void DSP::Host::CodeLoaded(const u8* ptr, int size)
|
||||
void DSP::Host::CodeLoaded(const u8* ptr, size_t size)
|
||||
{
|
||||
}
|
||||
void DSP::Host::InterruptRequest()
|
||||
|
Reference in New Issue
Block a user