Introduce internal and normal GPU functions
This commit is contained in:
@@ -55,7 +55,7 @@ namespace GPU {
|
||||
}
|
||||
|
||||
static constexpr GP0 WidthHeight(uint16_t w, uint16_t h) {
|
||||
return {(h << 16) | h};
|
||||
return {(h << 16) | w};
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user