Wiiware system and update artbooknext

This commit is contained in:
sydarn
2026-01-23 23:38:51 +01:00
parent b83e0db7e2
commit be7edbab19
4 changed files with 20 additions and 3 deletions

View 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"

View File

@@ -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")

View File

@@ -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"

View File

@@ -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