mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 10:08:04 -05:00
added a message option to Core::Halt function
This commit is contained in:
@ -42,7 +42,7 @@ void SingleStep() {
|
||||
}
|
||||
|
||||
/// Halt the core
|
||||
void Halt() {
|
||||
void Halt(const char *msg) {
|
||||
// TODO(ShizZy): ImplementMe
|
||||
}
|
||||
|
||||
|
@ -45,7 +45,7 @@ void RunLoop();
|
||||
void SingleStep();
|
||||
|
||||
/// Halt the core
|
||||
void Halt();
|
||||
void Halt(const char *msg);
|
||||
|
||||
/// Kill the core
|
||||
void Stop();
|
||||
|
Reference in New Issue
Block a user