mirror of
https://github.com/wiiu-env/PayloadFromRPX.git
synced 2024-11-10 16:55:05 +01:00
Fix typo
This commit is contained in:
parent
35ba227bd7
commit
abc4ca4e6a
@ -174,7 +174,7 @@ void SplashScreen(int32_t durationInMs) {
|
|||||||
OSScreenClearBufferEx(SCREEN_DRC, 0);
|
OSScreenClearBufferEx(SCREEN_DRC, 0);
|
||||||
|
|
||||||
std::string message1 = "Failed to load sd:/wiiu/payload.elf";
|
std::string message1 = "Failed to load sd:/wiiu/payload.elf";
|
||||||
std::string message2 = "Starting the console without any modifcations.";
|
std::string message2 = "Starting the console without any modifications.";
|
||||||
|
|
||||||
OSScreenPutFontEx(SCREEN_TV, 0, 0, message1.c_str());
|
OSScreenPutFontEx(SCREEN_TV, 0, 0, message1.c_str());
|
||||||
OSScreenPutFontEx(SCREEN_DRC, 0, 0, message1.c_str());
|
OSScreenPutFontEx(SCREEN_DRC, 0, 0, message1.c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user