mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +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();
|
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;
|
const char *path_prefix = default_paths.filesystem_root_dir;
|
||||||
|
#endif
|
||||||
const char *extension = default_paths.executable_extension;
|
const char *extension = default_paths.executable_extension;
|
||||||
const input_driver_t *input = &input_xinput;
|
const input_driver_t *input = &input_xinput;
|
||||||
bool find_libretro_file = rarch_configure_libretro(input, path_prefix, extension);
|
bool find_libretro_file = rarch_configure_libretro(input, path_prefix, extension);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user