Skip to content

Commit

Permalink
Update icons and splash screens
Browse files Browse the repository at this point in the history
Thanks @Ingunar
  • Loading branch information
GaryOderNichts committed Feb 20, 2024
1 parent c183a33 commit a15839b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ INCLUDES := src/wiiu \
third_party/uuidstr
SOURCE_FILES :=
CONTENT :=
ICON := icon.png
TV_SPLASH :=
DRC_SPLASH :=
ICON := res/iconTex.png
TV_SPLASH := res/bootTvTex.png
DRC_SPLASH := res/bootDrcTex.png

#-------------------------------------------------------------------------------
# options for code generation
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fps = 30
```
bitrate = 1500
```
Then slowly increate the bitrate until the stream is no longer stable.
Then slowly increase the bitrate until the stream is no longer stable.

### Can't find app Steam
Moonlight Wii U tries to start the app "Steam" by default, but sunshine does not have a default Application called "Steam".
Expand Down Expand Up @@ -69,9 +69,3 @@ Run `make` to build moonlight.
You can also build moonlight-wiiu using the provided Dockerfile.
Use `docker build -t moonlightbuilder .` to build the container.
Then use `docker run -it --rm -v ${PWD}:/project moonlightbuilder make` to build moonlight.

## TODO
- double tap to drag
- gyro support
- rumble
- test with gfe for fun
Binary file modified dist/wiiu/apps/moonlight/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon.png
Binary file not shown.
Binary file added res/bootDrcTex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/bootTvTex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/iconTex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a15839b

Please sign in to comment.