Remove Windows ARM64 build configuration and delete unused generate-vs-projects.py script

- Removed the Windows ARM64 configuration from the GitHub Actions release workflow to streamline the build process.
- Deleted the generate-vs-projects.py script as it was no longer needed for project setup, simplifying the codebase.
- Updated the OverworldEditor header to improve clarity by renaming a method parameter for better understanding.
- Refactored the Emulator class to enhance the rendering interface, improving the user experience in the emulator's GUI.
This commit is contained in:
scawful
2025-09-29 20:23:17 -04:00
parent 9db03906fa
commit 62230fbe5c
11 changed files with 88 additions and 1467 deletions

View File

@@ -131,7 +131,7 @@ class OverworldEditor : public Editor, public gfx::GfxContext {
void DrawOverworldMapSettings();
void DrawCustomOverworldMapSettings();
void RefreshChildMap(int i);
void RefreshChildMap(int map_index);
void RefreshOverworldMap();
void RefreshOverworldMapOnDemand(int map_index);
void RefreshChildMapOnDemand(int map_index);