mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 22:42:22 +00:00
fixed function signature
This commit is contained in:
parent
6cce351e3d
commit
bbad416082
@ -1433,7 +1433,7 @@ int cheevos_get_by_game_id( const char** json, unsigned game_id )
|
||||
return -1;
|
||||
}
|
||||
|
||||
int cheevos_get_by_content( const char** json, const void* data, size_t size, unsigned flags )
|
||||
int cheevos_get_by_content( const char** json, const void* data, size_t size )
|
||||
{
|
||||
*json = "{}";
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user