From 12fe1f3868f51980df3398201aba2c11b0109a76 Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 25 Jul 2011 04:07:55 +0000 Subject: [PATCH] =?UTF-8?q?CUP=E5=BF=85=E8=A6=81=E6=99=82=E3=81=AB?= =?UTF-8?q?=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E3=80=82=E8=89=B2=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@392 385bec56-5757-e545-9c3a-d8741f4650f1 --- branches/SelfCupExecChecker/main.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/branches/SelfCupExecChecker/main.cpp b/branches/SelfCupExecChecker/main.cpp index ea90ee3..3a7fa3f 100644 --- a/branches/SelfCupExecChecker/main.cpp +++ b/branches/SelfCupExecChecker/main.cpp @@ -211,6 +211,11 @@ extern "C" void nnMain() s_scrollBuffer->AppendText("Cannot find Home Menu"); } + if(needUpdate) + { + s_scrollBuffer->AppendText("Need to execute Self Cup"); + } + s_scrollBuffer->AppendText("")->Render(); for(;;) @@ -218,7 +223,7 @@ extern "C" void nnMain() s_RenderSystem.SetRenderTarget(NN_GX_DISPLAY0); if(needUpdate) { - s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 1, 1, 0, 1); + s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 1, 0, 0, 1); } else if(result.IsSuccess() || result == nn::cup::CTR::ResultUpdateNotRequired()) { @@ -233,7 +238,7 @@ extern "C" void nnMain() s_RenderSystem.SetRenderTarget(NN_GX_DISPLAY1); if(needUpdate) { - s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 1, 1, 0, 1); + s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 1, 0, 0, 1); } else if(result.IsSuccess() || result == nn::cup::CTR::ResultUpdateNotRequired()) {