Merge remote-tracking branch 'GliniakRepo/patchingSystem' into canary_pr
This commit is contained in:
@@ -509,6 +509,10 @@ void EmulatorApp::EmulatorThread() {
|
||||
});
|
||||
});
|
||||
|
||||
emulator_->on_patch_apply.AddListener([this]() {
|
||||
app_context().CallInUIThread([this]() { emulator_window_->UpdateTitle(); });
|
||||
});
|
||||
|
||||
emulator_->on_terminate.AddListener([]() {
|
||||
if (cvars::discord) {
|
||||
discord::DiscordPresence::NotPlaying();
|
||||
|
||||
Reference in New Issue
Block a user