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