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