refactor: Remove deprecated instruction logging feature
- Eliminated the kLogInstructions flag and associated logging functionality, as the DisassemblyViewer is now always active and utilizes a more efficient sparse address-map recording method. - Updated relevant code across multiple files to reflect the removal of the deprecated feature, ensuring cleaner and more maintainable code. - Adjusted UI elements and serialization methods to remove references to the obsolete logging feature, streamlining the user experience.
This commit is contained in:
@@ -205,7 +205,7 @@ output_folder=build
|
||||
additional_roms=
|
||||
|
||||
[feature_flags]
|
||||
kLogInstructions=false
|
||||
# REMOVED: kLogInstructions - DisassemblyViewer is always active
|
||||
kSaveDungeonMaps=true
|
||||
kSaveGraphicsSheet=true
|
||||
kLoadCustomOverworld=false
|
||||
|
||||
Reference in New Issue
Block a user