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/core/src/cartridge
Michel Heily 28fb9ffa70 chore: Refactor into crates
Been wanting to do this for a long time.
This does impose performance issues when building with the vanilla
release profile, as cargo does not perform optimizations across crate
boundary (we care mostly about inlining).
so I added release-lto profile

Also fixed some broken stuff I found across the project, meh


Former-commit-id: 06d03263cc6245313f3ea22c715479ab6da7c4d4
Former-commit-id: f93abd10c67ea8a3b8072b47462be5eca4f3e02b
2022-09-04 23:54:44 +03:00
..
backup chore: Refactor into crates 2022-09-04 23:54:44 +03:00
builder.rs core: Add error handling to cartridge header parsing 2020-05-30 15:35:12 +03:00
gpio.rs Refactor&improve the scheduler to handle missed events 2022-09-04 02:51:44 +03:00
header.rs core: cartridge: Don't error when the checksum is invalid. 2020-10-17 06:52:45 -07:00
loader.rs chore: Refactor into crates 2022-09-04 23:54:44 +03:00
mod.rs Refactor&improve the scheduler to handle missed events 2022-09-04 02:51:44 +03:00
rtc.rs Fix warning: invalid attribute 2021-06-09 23:39:43 +03:00