mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
type changing for portability
This commit is contained in:
parent
e46c46e2ff
commit
b088d33ce0
@ -189,7 +189,7 @@ void sound_reset(void)
|
||||
void sound_restore()
|
||||
{
|
||||
int size;
|
||||
u8 *ptr, *temp;
|
||||
uint8 *ptr, *temp;
|
||||
|
||||
/* save YM context */
|
||||
if (system_hw != SYSTEM_PBC)
|
||||
|
Loading…
Reference in New Issue
Block a user