From ff052e892010890508172fe6a00d6d44667dd042 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Thu, 4 Aug 2016 19:38:04 -0700 Subject: [PATCH] Update for citro3d changes. --- source/core/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/screen.c b/source/core/screen.c index bfb003c..445aa62 100644 --- a/source/core/screen.c +++ b/source/core/screen.c @@ -140,8 +140,8 @@ void screen_init() { C3D_DepthTest(true, GPU_GEQUAL, GPU_WRITE_ALL); - Mtx_OrthoTilt(&projection_top, 0.0, 400.0, 240.0, 0.0, 0.0, 1.0); - Mtx_OrthoTilt(&projection_bottom, 0.0, 320.0, 240.0, 0.0, 0.0, 1.0); + Mtx_OrthoTilt(&projection_top, 0.0, 400.0, 240.0, 0.0, 0.0, 1.0, true); + Mtx_OrthoTilt(&projection_bottom, 0.0, 320.0, 240.0, 0.0, 0.0, 1.0, true); Result fontMapRes = fontEnsureMapped(); if(R_FAILED(fontMapRes)) {