mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 21:33:56 +02:00
basic wiiu rules
This commit is contained in:
@@ -445,6 +445,11 @@ int Atari800_Initialise(int *argc, char *argv[])
|
||||
#if defined(unix) || defined(__unix__) || defined(__linux__)
|
||||
SYSROM_FindInDir("/usr/share/atari800", TRUE);
|
||||
#endif
|
||||
|
||||
#if defined(WIIU) && defined(__LIBRETRO__)
|
||||
SYSROM_FindInDir("sd:/retroarch/cores/system/atari800", TRUE);
|
||||
#endif
|
||||
|
||||
if (*argc > 0 && argv[0] != NULL) {
|
||||
char atari800_exe_dir[FILENAME_MAX];
|
||||
char atari800_exe_rom_dir[FILENAME_MAX];
|
||||
|
||||
Reference in New Issue
Block a user