increase fmap res

This commit is contained in:
TakaRikka
2026-04-01 00:32:06 -07:00
parent 01eb2d9b1a
commit 85e6a92ea8
+6
View File
@@ -657,6 +657,12 @@ 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