Scale map rendering with IR (#2056)

* Scale map rendering with IR + scale config

* Remove config option
This commit is contained in:
Luke Street
2026-06-14 22:41:33 -06:00
committed by GitHub
parent 33e13d508b
commit 02fdde3768
4 changed files with 77 additions and 33 deletions
+3
View File
@@ -157,6 +157,9 @@ public:
int getDispType() const;
void _move(f32, f32, int, f32);
void _draw();
#if TARGET_PC
bool refreshTextureSize();
#endif
virtual ~dMap_c() {
#if DEBUG