From 718060e3736282cc0a7f4ba77c038befd01b0078 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Sat, 2 Nov 2024 13:32:12 +0100 Subject: [PATCH 1/2] Player: Add WiiU build --- content/player/downloads.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/player/downloads.html b/content/player/downloads.html index 76d5cdc..f65d4f2 100644 --- a/content/player/downloads.html +++ b/content/player/downloads.html @@ -125,6 +125,12 @@

Other contributed ports


This needs a homebrew-enabled console with "Homebrew Channel" installed. Games are searched in the same directory as the dol.

+

Nintendo 3DS (3dsx), Nintendo 3DS (CIA) @@ -269,6 +275,12 @@

Other contributed ports


This needs a homebrew-enabled console with "Homebrew Channel" installed. Games are searched in the same directory as the dol.

+

+ + WiiU (.wuhb) +
+ This needs a homebrew-enabled console with "Aroma" installed. Games are searched in the same directory as the wuhb. +

Nintendo 3DS (3dsx), Nintendo 3DS (CIA) From 0478764e97fcdd00eaedcdde89b51462ea9645b9 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Sat, 2 Nov 2024 13:42:16 +0100 Subject: [PATCH 2/2] Player: Document where the RTP must be located for the homebrew ports --- content/player/downloads.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/content/player/downloads.html b/content/player/downloads.html index f65d4f2..dc6bb36 100644 --- a/content/player/downloads.html +++ b/content/player/downloads.html @@ -80,9 +80,7 @@

macOS

Player is also available on homebrew, use this command in your terminal:
- - brew install easyrpg-player - + brew install easyrpg-player

@@ -104,7 +102,7 @@

libretro core

Available on the libretro buildbot. (or use the RetroArch core downloader)
- The libretro core can be executed by RetroArch and other libretro frontends. + The libretro core can be executed by RetroArch and other libretro frontends. The RTP is searched in the rtp subdirectory of the libretro system and the libretro asset directory.
For Windows and macOS we offer our own builds.

@@ -123,29 +121,29 @@

Other contributed ports

Wii (.dol)
- This needs a homebrew-enabled console with "Homebrew Channel" installed. Games are searched in the same directory as the dol. + This needs a homebrew-enabled console with "Homebrew Channel" installed. Games are searched in the same directory as the dol. The RTP is searched in /data/rtp/ on both SD card and USB.

Nintendo 3DS (3dsx), Nintendo 3DS (CIA)
- This needs a homebrew-enabled console with "Homebrew Launcher" (for 3dsx) or a custom firmware (for CIA) installed. The CIA searches for games in sdcard:/3ds/easyrpg-player + This needs a homebrew-enabled console with "Homebrew Launcher" (for 3dsx) or a custom firmware (for CIA) installed. The CIA searches for games in sdmc:/3ds/easyrpg-player. The RTP is searched in sdmc:/data/rtp.

PlayStation Vita
- This needs a homebrew-enabled console by running the HENkaku exploit. Games are searched in ux0:/data/easyrpg-player. + This needs a homebrew-enabled console by running the HENkaku exploit. Games are searched in ux0:/data/easyrpg-player and the RTP in ux0:/data/easyrpg-player/rtp.

Nintendo Switch
- This needs a homebrew-enabled console with "Homebrew Launcher" installed. Games are searched in the same directory as the nro. + This needs a homebrew-enabled console with "Homebrew Launcher" installed. Games and the RTP are searched in the same directory as the nro. Alternatively the RTP is searched in /switch/easyrpg-player/rtp.

The 3DS, PSVita and Switch ports have originally been contributed by Rinnegatamante. @@ -261,7 +259,9 @@

libretro

Windows 32 bit core, Windows 64 bit core
- These cores require at least Windows Vista. + The libretro core can be executed by RetroArch and other libretro frontends. The RTP is searched in the rtp subdirectory of the libretro system and the libretro asset directory. +
+ These cores require at least Windows 7.

macOS 64-bit (Intel) core @@ -273,29 +273,29 @@

Other contributed ports

Wii (.dol)
- This needs a homebrew-enabled console with "Homebrew Channel" installed. Games are searched in the same directory as the dol. + This needs a homebrew-enabled console with "Homebrew Channel" installed. Games are searched in the same directory as the dol. The RTP is searched in /data/rtp/ on both SD card and USB.

WiiU (.wuhb)
- This needs a homebrew-enabled console with "Aroma" installed. Games are searched in the same directory as the wuhb. + This needs a homebrew-enabled console with "Aroma" installed. Games and the RTP are searched in the same directory as the wuhb. Alternatively the RTP is searched in /wiiu/data/easyrpg-player/rtp on the SD card.

Nintendo 3DS (3dsx), Nintendo 3DS (CIA)
- This needs a homebrew-enabled console with "Homebrew Launcher" (for 3dsx) or a custom firmware (for CIA) installed. The CIA searches for games in sdcard:/3ds/easyrpg-player. + This needs a homebrew-enabled console with "Homebrew Launcher" (for 3dsx) or a custom firmware (for CIA) installed. The CIA searches for games in sdmc:/3ds/easyrpg-player. The RTP is searched in sdmc:/data/rtp.

PlayStation Vita
- This needs a homebrew-enabled console by running the HENkaku exploit. Games are searched in ux0:/data/easyrpg-player. + This needs a homebrew-enabled console by running the HENkaku exploit. Games are searched in ux0:/data/easyrpg-player and the RTP in ux0:/data/easyrpg-player/rtp.

Nintendo Switch
- This needs a homebrew-enabled console with "Homebrew Launcher" installed. Games are searched in the same directory as the nro. + This needs a homebrew-enabled console with "Homebrew Launcher" installed. Games and the RTP are searched in the same directory as the nro. Alternatively the RTP is searched in /switch/easyrpg-player/rtp.

The 3DS, PSVita and Switch Ports have originally been contributed by Rinnegatamante.