diff --git a/Makefile b/Makefile index 716f37c9..696783a4 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index d30a9f2d..52d9c741 100644 --- a/README.md +++ b/README.md @@ -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". @@ -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 diff --git a/dist/wiiu/apps/moonlight/icon.png b/dist/wiiu/apps/moonlight/icon.png index 68a25a4c..be32dcc9 100644 Binary files a/dist/wiiu/apps/moonlight/icon.png and b/dist/wiiu/apps/moonlight/icon.png differ diff --git a/icon.png b/icon.png deleted file mode 100644 index 1bd8460b..00000000 Binary files a/icon.png and /dev/null differ diff --git a/res/bootDrcTex.png b/res/bootDrcTex.png new file mode 100644 index 00000000..beab2c1f Binary files /dev/null and b/res/bootDrcTex.png differ diff --git a/res/bootTvTex.png b/res/bootTvTex.png new file mode 100644 index 00000000..7b474933 Binary files /dev/null and b/res/bootTvTex.png differ diff --git a/res/iconTex.png b/res/iconTex.png new file mode 100644 index 00000000..0236b5a5 Binary files /dev/null and b/res/iconTex.png differ