mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Update for citro3d changes.
This commit is contained in:
parent
5d014fd748
commit
ff052e8920
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user