mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 12:40:58 +00:00
SWORD25: Fix early engine quit. Now it runs, hurray!
svn-id: r53268
This commit is contained in:
parent
c875856d20
commit
f1e7fb28a0
@ -150,7 +150,7 @@ void ScummVMWindow::SetTitle(const Common::String &Title) {
|
|||||||
|
|
||||||
bool ScummVMWindow::ProcessMessages() {
|
bool ScummVMWindow::ProcessMessages() {
|
||||||
// No implementation
|
// No implementation
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ScummVMWindow::WaitForFocus() {
|
bool ScummVMWindow::WaitForFocus() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user