mirror of
https://github.com/libretro/RetroArch
synced 2025-03-13 07:14:43 +00:00
(360) Fix unused variable warning
This commit is contained in:
parent
86df47497e
commit
f9f564c6c9
@ -248,7 +248,7 @@ int main(int argc, char *argv[])
|
||||
rarch_main_clear_state();
|
||||
config_set_defaults();
|
||||
|
||||
char full_path[1024], libretro_core_installed[1024];
|
||||
char full_path[1024];
|
||||
snprintf(full_path, sizeof(full_path), "game:\\CORE.xex");
|
||||
|
||||
bool find_libretro_file = rarch_configure_libretro_core(full_path, "game:\\", "game:\\",
|
||||
|
Loading…
x
Reference in New Issue
Block a user