Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/fbneo/files/patch-src_burner_sdl_drv.cpp
16461 views
1
--- src/burner/sdl/drv.cpp.orig 2024-11-21 06:47:25 UTC
2
+++ src/burner/sdl/drv.cpp
3
@@ -3,7 +3,7 @@ int bDrvOkay = 0; // 1 if the Dr
4
#include "neocdlist.h"
5
int bDrvOkay = 0; // 1 if the Driver has been initted okay, and it's okay to use the BurnDrv functions
6
7
-char szAppRomPaths[DIRS_MAX][MAX_PATH] = { { "/usr/local/share/roms/" }, { "roms/" }, };
8
+char szAppRomPaths[DIRS_MAX][MAX_PATH] = { { "/usr/local/share/fbneo/roms/" }, { "roms/" }, };
9
10
static bool bSaveRAM = false;
11
12
13