mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Add title to emulator message dialogs
This commit is contained in:
parent
48416e81eb
commit
4ab777b429
1 changed files with 3 additions and 1 deletions
|
@ -356,7 +356,7 @@ void Emulator::Init()
|
||||||
|
|
||||||
Emu.CallAfter([=]()
|
Emu.CallAfter([=]()
|
||||||
{
|
{
|
||||||
dlg->Create(+g_progr);
|
dlg->Create(+g_progr, +g_progr);
|
||||||
});
|
});
|
||||||
|
|
||||||
u64 ftotal = 0;
|
u64 ftotal = 0;
|
||||||
|
@ -792,6 +792,8 @@ void Emulator::Load(bool add_only)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_progr = "Compiling PPU modules";
|
||||||
|
|
||||||
for (std::size_t i = 0; i < file_queue.size(); i++)
|
for (std::size_t i = 0; i < file_queue.size(); i++)
|
||||||
{
|
{
|
||||||
const auto& path = file_queue[i].first;
|
const auto& path = file_queue[i].first;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue