Merge pull request #2355 from elyosh/fix_mac
Fix building on macOS without Qt
This commit is contained in:
@@ -806,7 +806,7 @@ plat_init_rom_paths()
|
|||||||
#else
|
#else
|
||||||
char default_rom_path[1024] = { '\0 '};
|
char default_rom_path[1024] = { '\0 '};
|
||||||
getDefaultROMPath(default_rom_path);
|
getDefaultROMPath(default_rom_path);
|
||||||
rom_path_add(default_rom_path);
|
rom_add_path(default_rom_path);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user