mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Completed TODO: Core::GetStartupParameter is dead
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5019 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d979532c00
commit
a9db66a41a
15 changed files with 43 additions and 54 deletions
|
@ -548,8 +548,7 @@ void OpenGL_Update()
|
|||
rcWindow.bottom = GLWin.height;
|
||||
break;
|
||||
case ClientMessage: //TODO: We aren't reading this correctly, It could be anything, highest chance is that it's a close event though
|
||||
Shutdown(); // Calling from here since returning false does nothing
|
||||
return;
|
||||
// Shutdown(); // Calling from here since returning false does nothing
|
||||
break;
|
||||
default:
|
||||
//TODO: Should we put the event back if we don't handle it?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue