24 Commits

Author SHA1 Message Date
Lioncash
8ae9da65e5 Card: Amend doxygen comments
Amends broken or missing doxygen parameters. While we're at it, we can
expand the documentation a little bit to be somewhat more explanatory
about the functions.
2025-04-19 19:53:46 -07:00
Jack Andersen
8017bdf6c8 Better CMake dependency handling 2025-04-19 19:53:41 -07:00
8c4d6d4210 Prevent garbage data from being written to memcard 2025-04-19 19:53:40 -07:00
Jack Andersen
8ce7a33f65 New code style refactor 2025-04-19 19:53:40 -07:00
Jack Andersen
0a640fada4 Convert to pragma once 2025-04-19 19:53:40 -07:00
Jack Andersen
6479678a82 Add public waitForCompletion method 2025-04-19 19:53:40 -07:00
Jack Andersen
83bf0a47d7 Use asynchronous I/O for Card access 2025-04-19 19:53:39 -07:00
Jack Andersen
53cd75525b string_view refactor 2025-04-19 19:53:35 -07:00
Jack Andersen
382abc6455 Checksum recalculate fix for getStatus() 2025-04-19 19:53:25 -07:00
Jack Andersen
a1f6ebb4ca Specify binary mode when reopening card file 2025-04-19 19:53:25 -07:00
Jack Andersen
3f7d937a05 Card writing bug fixes 2025-04-19 19:53:25 -07:00
Jack Andersen
aa37daf0f3 More stable index-flipping for write ops 2025-04-19 19:53:25 -07:00
Jack Andersen
537a8f684d FileHandle refactor 2025-04-19 19:53:25 -07:00
Jack Andersen
e60054ae91 Checksum and Card copy fixes 2025-04-19 19:53:25 -07:00
Jack Andersen
b76aa3acf9 getStatus and setStatus implementation 2025-04-19 19:53:25 -07:00
Jack Andersen
b6e878f343 Changes to support CMemoryCardSys integration 2025-04-19 19:53:25 -07:00
e4cf066cd6 Proper getSerial implementation 2025-04-19 19:53:25 -07:00
a1beab1181 Formatting pass 2025-04-19 19:53:24 -07:00
061753f92f Add directory iteration 2025-04-19 19:53:19 -07:00
ce78cefe8d Clarify API usage
IconAddress makes no sense, points to the start of the banner, with the icon directly following,
2025-04-19 19:53:19 -07:00
731682d9a3 Complete base API 2025-04-19 19:53:17 -07:00
1c1f1d9adc Finalize directory structure
Remove unrelated classes from Card.{cpp,hpp}
2025-04-19 19:53:15 -07:00
8fa66b71a7 Fix checksum handling 2025-04-19 19:53:14 -07:00
0292ce4c93 Various fixes, integrity checks, and preparation to include in URDE 2025-04-19 19:53:12 -07:00