Introduce internal and normal GPU functions

This commit is contained in:
Jaby
2022-09-11 10:10:51 +02:00
parent b523c2c73f
commit 3317867f1d
7 changed files with 73 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ namespace GPU {
}
static constexpr GP0 WidthHeight(uint16_t w, uint16_t h) {
return {(h << 16) | h};
return {(h << 16) | w};
}
};