Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Hi David
# I saw you writing
#

build/
*.rpx

*.elf
*.o
*.d
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*/
*
* Config
*
/*/
{
"editor.fontFamily": "'Cascadia Code', 'Consolas', monospace",
"editor.tabSize": 4,
Expand Down
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Roseverse Installer - Makefile
# - Erikku Satō
#--------------------------------------------------------------------------------
# Now builds Custom AuroraChat Client!
#--------------------------------------------------------------------------------

ifeq ($(strip $(DEVKITPRO)),)
Expand Down Expand Up @@ -83,12 +82,12 @@ CXXOPT2 = -fno-use-cxa-atexit -fno-thread-jumps -fno-rtti -flto -fno-common
CXXOPT3 = -fno-ident -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-stack-protector -fno-builtin
CXXFLAGS = $(CXXBASE) $(CXXOPT) $(CXXOPT1) $(CXXOPT2) $(CXXOPT3)

LIBS = $(LIBINC) -lwut -lcurl -lmbedtls -lmbedcrypto -lmbedx509 -lwut -lz -lbrotlicommon -lbrotlidec
LIBS = $(LIBINC) -lwut -lcurl -lmbedtls -lmbedcrypto -lmbedx509 -lwut -lz
LDFLAGS = -flto=auto -Wno-odr -Wl,--gc-sections -Wl,--build-id=none -Wl,--Map=$(TARGETDIR)/$(TARGET).map $(ARCH) $(RPXSPECS) $(LIBS)

WUHBMENICO = $(METADIR)/iconTex.png
WUHBTVSPLASH = $(METADIR)/tv-splash.png
WUHBDRCSPLASH = $(METADIR)/drc-splash.png
WUHBTVSPLASH = $(METADIR)/bootTvTex.png
WUHBDRCSPLASH = $(METADIR)/bootDrcTex.png

WUHBFLAGS = \
--name="Roseverse Installer" \
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ Roséverse Installer is the easiest way to get connected to [Roséverse](https:/
Roséverse Installer (mainly Inkay (Roséverse)) requires a homebrewed Wii U running the latest version of the [Aroma](https://github.com/wiiu-env/Aroma) environment, configured for coldboot (autoboot). Other configurations (specifically lacking coldboot) may cause issues with SpotPass connections to Pretendo's servers. Older homebrew environments (such as Tirumissu, Haxchi, etc.) and hackless methods aren't supported. If you haven't already, homebrew your Wii U using [this guide](https://wiiu.hacks.guide/)!

## Installation
<!--

//////////////////////////
//// Thank you HBAS! ////
////////////////////////

### Homebrew App Store
The easiest way to install Roséverse Installer is to download it from the [HB App Store](https://hb-app.store/) directly on the console!

[<img width="1080" height="300" alt="Get it on the HB App Store (shortcut link to the HB App Store page)" src="https://github.com/user-attachments/assets/b665a650-9f9b-4db0-a980-c326a1da74b5" style="width:35%; height:auto;" />](https://hb-app.store/wiiu/Roseverse-Installer)

### Manual Installation
-->
This installation process requires a computer or any other device that can read SD cards. You can alternatively use FTP using the [FTPiiU plugin](https://github.com/wiiu-env/ftpiiu_plugin) and [FileZilla](https://filezilla-project.org). The process below only covers the computer method. Please follow these steps very closely:

1. Turn off your Wii U and eject the SD card. Insert the SD card into your device.
Expand Down
293,189 changes: 0 additions & 293,189 deletions build/inkay/inkay.asm

This file was deleted.

53 changes: 0 additions & 53 deletions build/inkay/inkay.dat

This file was deleted.

Loading