Remove leading underscore from uses of GX enums

This commit is contained in:
LagoLunatic
2024-09-07 17:34:24 -04:00
parent 3e7ece6ff5
commit a0fdc414b1
13 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ void JFWDisplay::clearEfb_init() {
}
/* 80255F60-80255FA0 .text clearEfb__10JFWDisplayF8_GXColor */
void JFWDisplay::clearEfb(_GXColor color) {
void JFWDisplay::clearEfb(GXColor color) {
int height = mpRenderMode->efb_height;
int width = mpRenderMode->fb_width;