project64/Source/Project64-core/Settings
shygoo 5c2aa06f7c [Debugger] Rewrite memory viewer
replace the list control with a custom hex editor control
add ability to select/copy/paste/delete multiple bytes
add byte group size option
make window resizable
fix DPI-related issues
speed up auto-refresh
remove option to disable auto-refresh (new control's cpu usage is insignificant)
move the dump and search buttons into the context menu
change colors of breakpoints to match the command window's
highlight CPU read and write targets while stepping
move address info into a status bar
allow window to open before MMU is initialized
add shortcut keys for various actions
add "follow pointer" feature
add "safe mode" feature
add copy gameshark code feature
add copy with row/group addresses feature
add tabs feature
add jump menu for hardware regions
fix cartridge ROM addresses not being viewable
allow writes to cartridge ROM
use thread-safe functions for reading/writing memory
2019-11-30 11:48:46 -06:00
..
SettingType Have cheats to record in project64.cfg 2019-04-24 15:17:09 +09:30
DebugSettings.cpp [Debugger] Add breakpoints for specific interrupts and FP exceptions 2019-08-20 17:20:49 -05:00
DebugSettings.h [Debugger] Add breakpoints for specific interrupts and FP exceptions 2019-08-20 17:20:49 -05:00
GameSettings.cpp Implement Randomize SI/PI interrupts setting 2019-10-03 11:39:46 +02:00
GameSettings.h Implement Randomize SI/PI interrupts setting 2019-10-03 11:39:46 +02:00
LoggingSettings.cpp [Project64] Create Project64-core 2015-12-06 21:05:39 +11:00
LoggingSettings.h [Project64] Create Project64-core 2015-12-06 21:05:39 +11:00
N64SystemSettings.cpp [Project64] Fix CPU profiling 2016-10-05 06:58:11 +11:00
N64SystemSettings.h [Project64] Fix CPU profiling 2016-10-05 06:58:11 +11:00
RecompilerSettings.cpp [Project64] Fix CPU profiling 2016-10-05 06:58:11 +11:00
RecompilerSettings.h [Project64] Fix CPU profiling 2016-10-05 06:58:11 +11:00
SettingsID.h [Debugger] Rewrite memory viewer 2019-11-30 11:48:46 -06:00
stdafx.h [Project64] Create Project64-core 2015-12-06 21:05:39 +11:00