ruffle/desktop/src
Mike Welsh 0c0d3dfd41 core: Add Navigator::time_since_launch to use for getTimer
Change `ActionGetTime` (`getTimer`) to use a new backend method.
This allows it to return updated times if it is called multiple
times in a single frame. This fixes hangs caused by games that use
busy-loop "frame limiter" code.
2020-03-28 22:28:07 -07:00
..
audio.rs avm1: Implement Sound.duration 2020-01-03 17:11:00 -08:00
custom_event.rs Implement an async executor for desktop so that these methods don't immediately panic. 2020-02-22 00:02:46 -05:00
executor.rs Implement an async executor for desktop so that these methods don't immediately panic. 2020-02-22 00:02:46 -05:00
input.rs core: Implement keyUp event 2020-02-26 03:48:07 -08:00
main.rs desktop: Fetch from local filesystem for now 2020-02-24 01:49:28 -08:00
navigator.rs core: Add Navigator::time_since_launch to use for getTimer 2020-03-28 22:28:07 -07:00
render.rs core: Matrix translation is in twips 2020-02-26 12:47:47 -08:00
task.rs Implement an async executor for desktop so that these methods don't immediately panic. 2020-02-22 00:02:46 -05:00