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/rustboyadvance-core
Michel Heily 441f5ad906 Refactor IRQ signaling
Use Rc<Cell> instead of passing `&mut irqs` all around.

The runtime impact is two additional size_t's per each holder of the
shared pointer.


Former-commit-id: afd3188c31608ebcf062256a7ad51575dbc90d8b
Former-commit-id: 22e0e01953968cee592b5408677e557059669c31
2020-05-26 01:49:25 +03:00
..
src Refactor IRQ signaling 2020-05-26 01:49:25 +03:00
build.rs Refactor workspace structure 2020-04-11 16:06:34 +03:00
Cargo.toml Add game specific overrides file (like vba-over.ini) 2020-05-21 23:18:20 +03:00
overrides.yaml Add game specific overrides file (like vba-over.ini) 2020-05-21 23:18:20 +03:00