Use size_t in some DSP code code

This commit is contained in:
Pokechu22
2020-04-08 18:19:37 -07:00
parent b996dcf871
commit 59dc7cfe7d
7 changed files with 10 additions and 10 deletions

View File

@ -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)
{