Skip to content

Commit

Permalink
Merge pull request #45 from Xamanthas/master
Browse files Browse the repository at this point in the history
Changed gateway warning text
  • Loading branch information
WerWolv authored Mar 7, 2019
2 parents 6a9b9ac + d4fed6b commit 26a261b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/guis/gui_tx_warning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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, 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 source 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 source 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 anyway, press \uE0E0. Otherwise press \uE0EF to exit.", 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 26a261b

Please sign in to comment.