mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Show message while creating savestate in continuous mode
This commit is contained in:
parent
1ab3a0bd73
commit
3ce4c95e61
6 changed files with 80 additions and 39 deletions
|
|
@ -795,7 +795,7 @@ void gui_application::InitializeCallbacks()
|
|||
verbose_message += ". ";
|
||||
}
|
||||
|
||||
verbose_message += "If Stuck, Report To Developers";
|
||||
verbose_message += tr("If Stuck, Report To Developers").toStdString();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue