mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(Xbox 1) Have to mess around to get libretro management working
properly again
This commit is contained in:
parent
51507235b4
commit
6b02f6d21d
@ -133,7 +133,12 @@ int main(int argc, char *argv[])
|
||||
|
||||
input_xinput.init();
|
||||
|
||||
#ifdef _XBOX1
|
||||
char path_prefix[256];
|
||||
snprintf(path_prefix, sizeof(path_prefix), "D:\\");
|
||||
#else
|
||||
const char *path_prefix = default_paths.filesystem_root_dir;
|
||||
#endif
|
||||
const char *extension = default_paths.executable_extension;
|
||||
const input_driver_t *input = &input_xinput;
|
||||
bool find_libretro_file = rarch_configure_libretro(input, path_prefix, extension);
|
||||
|
Loading…
x
Reference in New Issue
Block a user