From 0e26d99064f86ca2ce75f9c1d611e54e54692fe4 Mon Sep 17 00:00:00 2001 From: N2614 Date: Tue, 26 Jul 2011 06:47:41 +0000 Subject: [PATCH] =?UTF-8?q?CUP=E3=81=8C=E5=BF=85=E8=A6=81=E3=81=AA?= =?UTF-8?q?=E6=99=82=E3=81=AE=E4=B8=8B=E7=94=BB=E9=9D=A2=E3=81=AE=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2=E8=A8=AD=E5=AE=9A=E3=82=92=E6=AD=A3=E3=81=97?= =?UTF-8?q?=E3=81=8F?= 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@398 385bec56-5757-e545-9c3a-d8741f4650f1 --- branches/SelfCupExecChecker/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/SelfCupExecChecker/main.cpp b/branches/SelfCupExecChecker/main.cpp index a281c9a..dd3bb80 100644 --- a/branches/SelfCupExecChecker/main.cpp +++ b/branches/SelfCupExecChecker/main.cpp @@ -250,7 +250,7 @@ extern "C" void nnMain() s_RenderSystem.SetRenderTarget(NN_GX_DISPLAY1); if(needUpdate) { - s_RenderSystem.SetClearColor(NN_GX_DISPLAY0, 1, 0, 0, 1); + s_RenderSystem.SetClearColor(NN_GX_DISPLAY1, 1, 0, 0, 1); } else if(result.IsSuccess() || result == nn::cup::CTR::ResultUpdateNotRequired()) {