mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Another C89_BUILD bugfix
This commit is contained in:
parent
a4cb739fc7
commit
b4f2ff0c42
@ -1241,9 +1241,10 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
/* Private extensions for internal use, not part of libretro API. */
|
||||
case RETRO_ENVIRONMENT_EXEC:
|
||||
{
|
||||
char *fullpath = NULL;
|
||||
|
||||
RARCH_LOG("Environ (Private) EXEC.\n");
|
||||
|
||||
char *fullpath = NULL;
|
||||
runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath);
|
||||
|
||||
if (fullpath != data)
|
||||
|
Loading…
Reference in New Issue
Block a user