Commit Graph

3 Commits

Author SHA1 Message Date
Phillip Stephens b1957f10cf Speed up writing empty blocks to memory card image. (#130)
Previously we'd write each block individually, this is extremely slow,
instead let's allocate the entirety of the dummy data and write that all at once.
This gives a considerably speed boost and prevents games from stalling at launch
2026-04-18 21:48:57 -07:00
Phillip Stephens 20a23c7d22 Fix corrupted card on init if card image didn't exist (#129) 2026-04-18 21:27:09 -07:00
CraftyBoss 18cdf141cb Implement CARD API based on kabufuda (#53)
Original repository: https://github.com/AxioDL/kabufuda
Cleaned up & converted to `aurora::card`, with SDL3 file I/O.

---------

Co-authored-by: Phillip Stephens <antidote.crk@gmail.com>
Co-authored-by: Jack Andersen <jackoalan@gmail.com>
Co-authored-by: Lioncash <mathew1800@gmail.com>
Co-authored-by: Luke Street <luke@street.dev>
2026-03-10 19:49:34 -06:00