Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Mar 7, 2019
2 parents 327fa8d + 26a261b commit 6d02e04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/guis/gui_tx_warning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ void GuiTXWarning::draw() {
Gui::drawRectangle(0, 0, Gui::g_framebuffer_width, Gui::g_framebuffer_height, Gui::makeColor(0xC5, 0x39, 0x29, 0xFF));
Gui::drawTextAligned(fontHuge, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2 - 100, COLOR_WHITE, "\uE150", ALIGNED_CENTER);

Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2 - 25, COLOR_WHITE, "EdiZon detected that you're running the SX OS custom firmware. Please note that this\nmay cause unexpected failures, corruption of save data or backups, the Editor failing\nto load save files or configs, RAM editing not being supported and many other issues.\n For your own safety and the safety of your Nintendo Switch, please use a free open\nsource CFW instead.", ALIGNED_CENTER);
Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2 + 150 , COLOR_WHITE, "If you want to proceed anyways, press \uE0E0. Otherwise press \uE0EF to exit.", ALIGNED_CENTER);
Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2, COLOR_WHITE, "EdiZon detected that you're running the 'SX OS' CFW. Please note that this CFW has erroneously implemented services that can cause unexpected failures, corruption of save data\n or backups, the editor failing to load save files or configs, RAM editing not being\n supported and other issues. For the safety of your Switch, use a free open\nsource CFW instead.", ALIGNED_CENTER);

Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2 + 250, COLOR_WHITE, "\uE070 Don't show this warning anymore", ALIGNED_CENTER);

Expand Down

0 comments on commit 6d02e04

Please sign in to comment.