mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Pass correct number of arguments to printf.
This commit is contained in:
@ -178,7 +178,7 @@ void SetMemoryType()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("bad save size %X. assuming EEPROM 64K\n");
|
printf("bad save size %X. assuming EEPROM 64K\n", Discover_LikelySize);
|
||||||
Discover_MemoryType = 2;
|
Discover_MemoryType = 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user