Skip to content

Replace debug from start with early callback.

PabloMK7 requested to merge earlycallback into develop

Rosalina added a native way to stop the process until GDB is connected, so there is no need to keep the debug from start stuff. Instead, it was replaced with EarlyCallback, so for example, checksums to the game code can be made before CTRPF installs any hooks. (Only for basic callbacks, nothing from CTRPF is initialized yet.)

Merge request reports