mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
C89_BUILD fix
This commit is contained in:
parent
43f06aecd9
commit
36106dd90a
1 changed files with 1 additions and 2 deletions
|
@ -1362,14 +1362,13 @@ static bool init_content_file_set_attribs(
|
|||
}
|
||||
else
|
||||
{
|
||||
char *fullpath = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
attr.i = system->info.block_extract;
|
||||
attr.i |= system->info.need_fullpath << 1;
|
||||
attr.i |= (!content_does_not_need_content()) << 2;
|
||||
|
||||
char *fullpath = NULL;
|
||||
|
||||
if (!runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath)
|
||||
&& content_does_not_need_content()
|
||||
&& settings->set_supports_no_game_enable)
|
||||
|
|
Loading…
Add table
Reference in a new issue