mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Patches: Add savable breakpoints patch type
This commit is contained in:
parent
b2c6958750
commit
e79fc867c5
12 changed files with 47 additions and 4 deletions
|
@ -159,6 +159,7 @@ void headless_application::InitializeCallbacks()
|
|||
callbacks.get_localized_u32string = [](localized_string_id, const char*) -> std::u32string { return {}; };
|
||||
|
||||
callbacks.play_sound = [](const std::string&){};
|
||||
callbacks.add_breakpoint = [](u32 /*addr*/){};
|
||||
|
||||
Emu.SetCallbacks(std::move(callbacks));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue