Update aurora & use new frame buffer API

This commit is contained in:
Luke Street
2026-04-02 23:07:33 -06:00
parent f04a0d2119
commit cdcb352084
12 changed files with 104 additions and 29 deletions
-6
View File
@@ -657,12 +657,6 @@ const GXColor* dMenu_FmapMap_c::getColor(int param_0) {
}
void dMenu_FmapMap_c::setTexture(u16 i_width, u16 i_height, u16 param_2, u16 param_3) {
#ifdef TARGET_PC
// Increase map render resolution
i_width *= 2;
i_height *= 2;
#endif
mMapImage_p = NULL;
mResTIMG = NULL;
#ifdef TARGET_PC