mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Wiiware system and update artbooknext
This commit is contained in:
10
config/emulators/wiiware.conf
Normal file
10
config/emulators/wiiware.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
SYSTEM_NAME="wiiware"
|
||||
SYSTEM_FULLNAME="WiiWare"
|
||||
SYSTEM_MANUFACTURER="Nintendo"
|
||||
SYSTEM_RELEASE="2008"
|
||||
SYSTEM_HARDWARE="console"
|
||||
SYSTEM_PATH="/storage/roms/wiiware"
|
||||
SYSTEM_EXTENSION=".gcm .iso .gcz .ciso .wbfs .rvz .dol .wad .m3u"
|
||||
SYSTEM_PLATFORM="wii"
|
||||
SYSTEM_THEME="wiiware"
|
||||
SYSTEM_WIKI_PATH="wii"
|
||||
@@ -282,7 +282,7 @@ case ${EMULATOR} in
|
||||
"gamecube")
|
||||
RUNTHIS='${RUN_SHELL} /usr/bin/start_dolphin_gc.sh "${ROMNAME}" "${PLATFORM}" "${CORE}"'
|
||||
;;
|
||||
"wii")
|
||||
"wii"|"wiiware")
|
||||
RUNTHIS='${RUN_SHELL} /usr/bin/start_dolphin_wii.sh "${ROMNAME}" "${PLATFORM}" "${CORE}"'
|
||||
;;
|
||||
"ports")
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX)
|
||||
|
||||
PKG_NAME="es-theme-art-book-next"
|
||||
PKG_VERSION="c7e8ff1c887ac76445ef90ffa4007c15b4e0cadf"
|
||||
PKG_VERSION="9292ad518ceb1d0599cdcd4fa9d7666d1ae0231a"
|
||||
PKG_LICENSE="CUSTOM"
|
||||
PKG_SITE="https://github.com/anthonycaccese/art-book-next-es"
|
||||
PKG_URL="https://github.com/anthonycaccese/art-book-next-es/archive/${PKG_VERSION}.tar.gz"
|
||||
|
||||
@@ -574,18 +574,25 @@ makeinstall_target() {
|
||||
;;
|
||||
esac
|
||||
|
||||
### Nintendo Wii
|
||||
### Nintendo Wii/ware
|
||||
case ${DEVICE} in
|
||||
RK3399|SDM845|SM8250|SM8550|SM8650)
|
||||
add_emu_core wii dolphin dolphin-qt-wii true
|
||||
add_emu_core wiiware dolphin dolphin-qt-wii true
|
||||
add_emu_core wii dolphin dolphin-sa-wii false
|
||||
add_emu_core wiiware dolphin dolphin-sa-wii false
|
||||
add_emu_core wii retroarch dolphin false
|
||||
add_emu_core wiiware retroarch dolphin false
|
||||
add_es_system wii
|
||||
add_es_system wiiware
|
||||
;;
|
||||
RK3566|RK3588|S922X)
|
||||
add_emu_core wii dolphin dolphin-sa-wii true
|
||||
add_emu_core wiiware dolphin dolphin-sa-wii true
|
||||
add_emu_core wii retroarch dolphin false
|
||||
add_emu_core wiiware retroarch dolphin false
|
||||
add_es_system wii
|
||||
add_es_system wiiware
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user