Merge pull request #2996 from spycat88/cleanup-3ds

config/emulators: remove 3ds config
This commit is contained in:
spycat88 2024-03-07 17:43:56 +00:00 committed by GitHub
commit 04317a1f28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +0,0 @@
SYSTEM_NAME="3ds"
SYSTEM_FULLNAME="Nintendo 3DS"
SYSTEM_MANUFACTURER="Nintendo"
SYSTEM_RELEASE="2010"
SYSTEM_HARDWARE="portable"
SYSTEM_PATH="/storage/roms/3ds"
SYSTEM_EXTENSION=".3ds .3dsx .elf .axf .cci .cxi .app"
SYSTEM_COMMAND="/usr/bin/runemu.sh %ROM% -P%SYSTEM% --core=%CORE% --emulator=%EMULATOR% --controllers=\"%CONTROLLERSCONFIG%\""
SYSTEM_PLATFORM="3ds"
SYSTEM_THEME="3ds"
SYSTEM_WIKI_PATH="3ds"