We can set need_fullpath = false for regular games
This commit is contained in:
@@ -708,7 +708,7 @@ void retro_set_environment(retro_environment_t cb)
|
||||
|
||||
void retro_get_system_info(struct retro_system_info *info)
|
||||
{
|
||||
info->need_fullpath = true;
|
||||
info->need_fullpath = false;
|
||||
info->valid_extensions = "fds|nes|unf|unif";
|
||||
#ifdef GIT_VERSION
|
||||
info->library_version = "git" GIT_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user