From 590dadfe50aa9f280385375722573e8d4009ea3e Mon Sep 17 00:00:00 2001 From: Xamanthas <18110006+Xamanthas@users.noreply.github.com> Date: Fri, 8 Mar 2019 01:33:36 +1100 Subject: [PATCH 1/2] Changed gateway warning text --- source/guis/gui_tx_warning.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guis/gui_tx_warning.cpp b/source/guis/gui_tx_warning.cpp index 5fcf81d8..846562a8 100644 --- a/source/guis/gui_tx_warning.cpp +++ b/source/guis/gui_tx_warning.cpp @@ -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\nsupported and many other issues. For the safety of your Switch, use a supported distribution of Atmosphère.", 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); From d4fed6ba9895485e9c7b519625a0de910ece3910 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Thu, 7 Mar 2019 15:57:46 +0100 Subject: [PATCH 2/2] Updated wording a bit --- source/guis/gui_tx_warning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guis/gui_tx_warning.cpp b/source/guis/gui_tx_warning.cpp index 846562a8..b73f0152 100644 --- a/source/guis/gui_tx_warning.cpp +++ b/source/guis/gui_tx_warning.cpp @@ -18,7 +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, 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\nsupported and many other issues. For the safety of your Switch, use a supported distribution of Atmosphère.", 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);