mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Silence deprecation warning (implicit capture of this on [=])
This commit is contained in:
parent
1bc9fd2863
commit
4bc431ec31
31 changed files with 249 additions and 247 deletions
|
|
@ -454,7 +454,7 @@ void Emulator::Init()
|
|||
});
|
||||
};
|
||||
|
||||
Emu.CallAfter([=]()
|
||||
Emu.CallAfter([dlg]()
|
||||
{
|
||||
dlg->Create(+g_progr, +g_progr);
|
||||
});
|
||||
|
|
@ -522,7 +522,7 @@ void Emulator::Init()
|
|||
|
||||
if (dlg)
|
||||
{
|
||||
Emu.CallAfter([=]
|
||||
Emu.CallAfter([=]()
|
||||
{
|
||||
dlg->Close(true);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue