refactor: Update CMake presets and improve MusicEditor initialization

- Added binary directory paths to CMake presets for better build organization.
- Enhanced the macOS AI preset description to include networking capabilities.
- Refactored MusicEditor constructor to remove ROM dependency, simplifying initialization.
- Cleaned up unused ROM pointer methods in MusicEditor for improved clarity.
This commit is contained in:
scawful
2025-10-05 00:35:47 -04:00
parent 5a35718070
commit 92a3ddded2
4 changed files with 10 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ class EditorSet {
: assembly_editor_(rom),
dungeon_editor_(rom),
graphics_editor_(rom),
music_editor_(rom),
music_editor_(),
overworld_editor_(rom),
palette_editor_(rom),
screen_editor_(rom),