Fixing remaining magic numbers

This commit is contained in:
Francisco Javier Trujillo Mata
2025-05-08 17:52:07 +02:00
parent 7f1ca0ab34
commit 2ecbb9d8b8
19 changed files with 143 additions and 98 deletions

View File

@@ -8,7 +8,7 @@
#include "guInternal.h"
void resetValues()
void _sceGuResetGlobalVariables()
{
unsigned int i;
@@ -18,7 +18,7 @@ void resetValues()
gu_current_frame = 0;
gu_object_stack_depth = 0;
gu_display_on = 0;
gu_display_on = GU_FALSE;
gu_call_mode = GU_CALL_NORMAL;
gu_draw_buffer.pixel_size = 1;