forked from Lainports/freebsd-ports
This is the official repository of FinalBurn Neo, an Emulator for Arcade Games & Select Consoles. It is based on the emulators FinalBurn and old versions of MAME. FBNeo, or FinalBurn Neo, is a multi-system arcade emulator designed for retro gaming enthusiasts. It emulates a wide range of classic arcade games and consoles, such as Capcom CPS-1, CPS-2, CPS-3, Neo Geo, and Sega System 16, among others. FBNeo focuses on accurate emulation and high performance, supporting advanced features like netplay, rewinding, and shader effects. It's a continuation of the FinalBurn and FinalBurn Alpha projects, aiming to provide a comprehensive and user-friendly platform for preserving and enjoying vintage games on modern systems.
11 lines
535 B
C++
11 lines
535 B
C++
--- 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; // 1 if the Dr
|
|
#include "neocdlist.h"
|
|
int bDrvOkay = 0; // 1 if the Driver has been initted okay, and it's okay to use the BurnDrv functions
|
|
|
|
-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;
|
|
|