This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/platform/rustboyadvance-sdl2
Tibor Nagy 0ae9ef14c3 Fix busy waiting in wait_for_rom() by using a blocking event iterator
Also move the redraw code into a closure to be able to call it from
two places. By the result of this waiting for ROMs no longer consumes
100% of a CPU core.


Former-commit-id: bc86ade197221eb8d357af91a3b59f4eb165adc5
Former-commit-id: 521f361872964d77b88097d7baa6a4b6b713224e
2020-05-12 08:07:13 +03:00
..
msvc Add SDL2 binaries and use them when building locally 2020-04-30 19:52:34 +03:00
src Fix busy waiting in wait_for_rom() by using a blocking event iterator 2020-05-12 08:07:13 +03:00
build.rs sdl2 UI improvements, Auto download Normmatt BIOS 2020-05-01 17:56:26 +03:00
Cargo.toml sdl2 UI improvements, Auto download Normmatt BIOS 2020-05-01 17:56:26 +03:00