mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-09 04:31:02 +00:00
fixed more function signatures
This commit is contained in:
parent
9485298f78
commit
89a7496413
@ -1089,11 +1089,11 @@ int cheevos_load( const char* json )
|
||||
return -1;
|
||||
}
|
||||
|
||||
void cheevos_test()
|
||||
void cheevos_test( void )
|
||||
{
|
||||
}
|
||||
|
||||
void cheevos_unload()
|
||||
void cheevos_unload( void )
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user