freebsd-ports/emulators/fbneo/files/patch-src_burner_sdl_drv.cpp
Jose Alonso Cardenas Marquez bedd1e49ee
emulators/fbneo: New port: An emulator for arcade games and select consoles
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.
2024-11-22 16:26:15 -08:00

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;