mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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;
|
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 = "{}";
|
*json = "{}";
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user