Fast forward requires threaded renderer, and OpenTTD have fixed threaded renderer in SDL1.2 backend
This commit is contained in:
@@ -678,9 +678,6 @@ const char *VideoDriver_SDL::Start(const StringList ¶m)
|
|||||||
SetupKeyboard();
|
SetupKeyboard();
|
||||||
|
|
||||||
this->is_game_threaded = !GetDriverParamBool(param, "no_threads") && !GetDriverParamBool(param, "no_thread");
|
this->is_game_threaded = !GetDriverParamBool(param, "no_threads") && !GetDriverParamBool(param, "no_thread");
|
||||||
#ifdef __ANDROID__
|
|
||||||
this->is_game_threaded = false;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user