{
"x": 0,
"circle": 1,
"square": 2,
"triangle": 3,
"share": 4,
"PS": 5,
"options": 6,
"left_stick_click": 7,
"right_stick_click": 8,
"L1": 9,
"R1": 10,
"up_arrow": 11,
"down_arrow": 12,
"left_arrow": 13...
///// 2.1.11.X (UNRELEASED) /////
///// 2.1.10.286 /////
- Added extended error descriptions all over the tool to better identify issues.
- Added a search feature for the hex box (Peek Poker, Debugger, Kernel Peek Poker).
- Added the ability to NOP the selected bytes in a hex box (Peek Poker, Debugger, Kernel Peek Poker).
- Added more icons to the context menu (Peek Poker, Debugger).
- Added "Save to File" and "Follow Pointer" to the debugger to better match the peek poker layout.
- Added an alternative debugger (Debugger V2) (WIP!!!).
- Added single stepping (Debugger V2) (WIP!!!).
- Added a "Backport Helper" tool to backport individual files (WIP!!!).
- Added a "Memory Dumper" tool to dump memory to a file.
- Added color markups in the register window for registers that changed from the last breakpoint or single step...