Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile #23

Closed
wants to merge 4 commits into from
Closed
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM wiiuenv/devkitppc:20211229
FROM ghcr.io/wiiu-env/devkitppc:20240704

COPY --from=wiiuenv/libgui:20220109 /artifacts $DEVKITPRO

WORKDIR project
WORKDIR project
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A simple Wii U Menu replacement, still in early development and not ready for a
## Known Issues
- Random crashes
- The Keyboard input is implemented, but result is ignored.
- nn::spm is not initalized and no quick start menu support. For the it's relying on the [AutobootModule](https://github.com/wiiu-env/AutobootModule) doing this.
- `nn::spm` is not initalized and no quick start menu support. For the it's relying on the [AutobootModule](https://github.com/wiiu-env/AutobootModule) doing this.
- No sound on splash screen.
- Probably a lot more

Expand All @@ -23,7 +23,7 @@ A simple Wii U Menu replacement, still in early development and not ready for a
- Display applets like the original Wii U Menu
- Implement Account selection when no default account is set.
- Implement update check/no way to update games
- Properly implement nn::spm and nn:sl (external storage and quick start menu)
- Properly implement `nn::spm` and `nn::sl` (external storage and quick start menu)
- Fix search
- Implement all the other stuff the Wii U Menu offers (Account creationg, switching between Accounts, set default account etc.)
- Implement ways to launch the original Wii U Menu.
Expand Down
Loading