This repository has been archived on 2024-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/src/core/cartridge
Michel Heily b03fe3567e Fix all warnings during build
Ran cargo-fix to automatically fix most of the build warnings,
Cleaned up dead code, and fix the rest manually


Former-commit-id: f35faba46b40eaf9c047efb8ab1e77ffa24d41b6
2020-02-14 14:21:45 +02:00
..
backup Fix all warnings during build 2020-02-14 14:21:45 +02:00
builder.rs Fix panic panic when loading eeprom ROMs while save file does not exist 2020-02-07 16:11:16 +02:00
header.rs refactor(core/cartridge): Refactor cartridge module to make it easier to configure savetypes 2020-01-31 16:15:29 +02:00
mod.rs optimization: Avoid bound checking twice in Cartridge::read_8 2020-02-07 17:13:05 +02:00