diff --git a/src/unix/unix.c b/src/unix/unix.c index a7ef1abe7..3ab5d46e6 100644 --- a/src/unix/unix.c +++ b/src/unix/unix.c @@ -806,7 +806,7 @@ plat_init_rom_paths() #else char default_rom_path[1024] = { '\0 '}; getDefaultROMPath(default_rom_path); - rom_path_add(default_rom_path); + rom_add_path(default_rom_path); #endif }