mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Ignore the File Open command if a game is running
This commit is contained in:
@ -686,6 +686,7 @@ void CFrame::BootGame(const std::string& filename)
|
|||||||
// Open file to boot
|
// Open file to boot
|
||||||
void CFrame::OnOpen(wxCommandEvent& WXUNUSED (event))
|
void CFrame::OnOpen(wxCommandEvent& WXUNUSED (event))
|
||||||
{
|
{
|
||||||
|
if (Core::GetState() == Core::CORE_UNINITIALIZED)
|
||||||
DoOpen(true);
|
DoOpen(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user