--- src/burner/sdl/drv.cpp.orig 2024-11-21 06:47:25 UTC
+++ src/burner/sdl/drv.cpp
@@ -3,7 +3,7 @@ int bDrvOkay = 0;
#include "neocdlist.h"
int bDrvOkay = 0;
-char szAppRomPaths[DIRS_MAX][MAX_PATH] = { { "/usr/local/share/roms/" }, { "roms/" }, };
+char szAppRomPaths[DIRS_MAX][MAX_PATH] = { { "/usr/local/share/fbneo/roms/" }, { "roms/" }, };
static bool bSaveRAM = false;