mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 06:48:33 +00:00
Use size_t in some DSP code code
This commit is contained in:
parent
b996dcf871
commit
59dc7cfe7d
7 changed files with 10 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue