mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Another C89_BUILD bugfix
This commit is contained in:
parent
a4cb739fc7
commit
b4f2ff0c42
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue