|
From: SourceForge.net <no...@so...> - 2009-02-23 15:36:23
|
Bugs item #2026747, was opened at 2008-07-24 08:16 Message generated for change (Comment added) made by adelikat You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113536&aid=2026747&group_id=13536 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: lua Group: None >Status: Closed >Resolution: Fixed Priority: 3 Private: No Submitted By: qFox (qfox) Assigned to: Nobody/Anonymous (nobody) Summary: Lua: speedmode("maximum") should go faster Initial Comment: The maximum speedmode should be able to actually go faster by skipping frames and such. Perhaps go completely black except for some intermittent calls to a callback function to draw some text? Currently it's exactly the same as nothrottle or turbo. FCEU_LuaSpeed() in lua-engine.cpp ---------------------------------------------------------------------- >Comment By: Andres Delikat (adelikat) Date: 2009-02-23 10:36 Message: If you want more speed (and are using windows), use speedmode("turbo") now. Turbo employs frameskipping so is much faster. For even better results, go to config > sound > mute turbo to bypass sound processing. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-12-24 10:56 Message: Maybe the turbo can automatically toggle on/off when this is unset? ---------------------------------------------------------------------- Comment By: Andres Delikat (adelikat) Date: 2008-12-21 18:51 Message: Since the posting of this, FCEUX turbo employs frame skip and mute turbo completely bypasses sound. So set muto turbo and lua max speed being the same as turbo shouldn't be a problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113536&aid=2026747&group_id=13536 |