Update for citro3d changes.

This commit is contained in:
Steven Smith 2016-08-04 19:38:04 -07:00
parent 5d014fd748
commit ff052e8920

View File

@ -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)) {