mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
commit
8bc04f90fe
@ -3358,6 +3358,7 @@ found:
|
||||
* Output CHEEVOS_VAR_GAMEID the Retro Achievements game ID, or 0 if not found
|
||||
*************************************************************************/
|
||||
CORO_SUB(FILENAME_MD5)
|
||||
if (!string_is_empty(coro->path))
|
||||
{
|
||||
char base_noext[PATH_MAX_LENGTH];
|
||||
fill_pathname_base_noext(base_noext, coro->path, sizeof(base_noext));
|
||||
@ -3368,6 +3369,7 @@ found:
|
||||
|
||||
CORO_GOTO(GET_GAMEID);
|
||||
}
|
||||
CORO_RET();
|
||||
|
||||
/**************************************************************************
|
||||
* Info Evaluates the CHEEVOS_VAR_MD5 hash
|
||||
|
Loading…
x
Reference in New Issue
Block a user