mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Add more logging for Emulator Stop events
This should give us more insight into the conditions that cause emulation stops. This may also help find false issue reports.
This commit is contained in:
parent
33e80a733d
commit
f258ae795c
8 changed files with 62 additions and 12 deletions
|
|
@ -180,6 +180,8 @@ bool gui_settings::GetBootConfirmation(QWidget* parent, const gui_save& gui_save
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
cfg_log.notice("User accepted to stop the current emulation.");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue