[Scummvm-devel] back to the launcher!
Johannes Schickel
lordhoto at gmail.com
Thu Feb 26 03:22:08 CET 2009
sunmax at libero.it schrieb:
> Please let me know.
I don't know if you saw my other mail, but there I suggested a way (some
might consider it HACK though) to achieve RTL.
It seems that if you fake EventManger::shouldRTL to always return true,
when a user asks to quit, it will ignore the Engine::kSupportsRTL flag
of the currently run engine. I'm not sure if that has any bad impacts on
the execution though. If the engine leaks so badly that it does not set
the "support RTL" flag it might be bad for your users.
I guess a proper fix for that would be to check the "support RTL" flag
in the launcher code when "shouldRTL()" returns true. But I am not sure
about this. I'll maybe think of a solution or someone else has a nice
idea on how to handle that.
// Johannes
More information about the Scummvm-devel
mailing list