mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-11 12:05:22 -04:00
Remove leading underscore from uses of GX enums
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user