From c241a44c33dc4bac848001610625e94b5aa94b6b Mon Sep 17 00:00:00 2001 From: Abdessamad Derraz <3028866+Abdess@users.noreply.github.com> Date: Sun, 29 Mar 2026 06:50:36 +0200 Subject: [PATCH] fix: fbneo data dir paths (hiscore, samples) --- emulators/fbneo.yml | 2 +- platforms/retroarch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/fbneo.yml b/emulators/fbneo.yml index c74bd6dd..c528505b 100644 --- a/emulators/fbneo.yml +++ b/emulators/fbneo.yml @@ -38,7 +38,7 @@ data_directories: destination: fbneo/cheats source_ref: "src/burner/conc.cpp:167" - ref: fbneo-samples - destination: fbneo/samples + destination: fbneo source_ref: "src/burn/snd/samples.cpp:21-35" notes: | diff --git a/platforms/retroarch.yml b/platforms/retroarch.yml index c487131f..4b5351d6 100644 --- a/platforms/retroarch.yml +++ b/platforms/retroarch.yml @@ -251,7 +251,7 @@ systems: required: true data_directories: - ref: fbneo-hiscore - destination: fbneo + destination: '' - ref: fbneo-cheats destination: fbneo - ref: fbneo-samples