mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-28 04:01:48 +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()
|
void sound_restore()
|
||||||
{
|
{
|
||||||
int size;
|
int size;
|
||||||
u8 *ptr, *temp;
|
uint8 *ptr, *temp;
|
||||||
|
|
||||||
/* save YM context */
|
/* save YM context */
|
||||||
if (system_hw != SYSTEM_PBC)
|
if (system_hw != SYSTEM_PBC)
|
||||||
|
Loading…
Reference in New Issue
Block a user