118 Commits

Author SHA1 Message Date
Jack Andersen
83bf0a47d7 Use asynchronous I/O for Card access 2025-04-19 19:53:39 -07:00
Jack Andersen
1ae9444fe8 Huge compile performance refactor 2025-04-19 19:53:38 -07:00
Jack Andersen
3541696053 UWP fix 2025-04-19 19:53:38 -07:00
Jack Andersen
865165205d Windows fixes 2025-04-19 19:53:36 -07:00
Jack Andersen
53cd75525b string_view refactor 2025-04-19 19:53:35 -07:00
Jack Andersen
24cf526773 Use MoveFileEx for Win32 file renaming 2025-04-19 19:53:30 -07:00
Jack Andersen
62be64f1aa Windows fix 2025-04-19 19:53:30 -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
06a19cd1d3 Revert file index 0 avoidance 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
2bc1904fac Better block allocation handling 2025-04-19 19:53:25 -07:00
Jack Andersen
dbd81e6158 Ensure WideStringConvert.hpp is included 2025-04-19 19:53:25 -07:00
Jack Andersen
afdfb1642e Ensure CARD_UCS2 is conditionally defined 2025-04-19 19:53:25 -07:00
Jack Andersen
247eae5913 This had better fix S_ISREG on Windows 2025-04-19 19:53:25 -07:00
Jack Andersen
e185d25292 stat include to make windows happy 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
2a6ed838d4 Fix file copy operation 2025-04-19 19:53:25 -07:00
e4cf066cd6 Proper getSerial implementation 2025-04-19 19:53:25 -07:00
5287818c4f Handle no-copy/no-move permissions 2025-04-19 19:53:25 -07:00
a1beab1181 Formatting pass 2025-04-19 19:53:24 -07:00
Jack Andersen
2d4c021509 Correct use of constexpr 2025-04-19 19:53:22 -07:00
Jack Andersen
4ccc8bd3c1 Use constexpr for evaluating bitwise enums 2025-04-19 19:53:22 -07:00
d770499c96 Fix mac build 2025-04-19 19:53:22 -07:00
Jack Andersen
c75c6c74c5 Add winsupport from hecl 2025-04-19 19:53:20 -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
c2f3a5e467 Better file handling 2025-04-19 19:53:11 -07:00
173ddde5f2 Proper fragmentation handling 2025-04-19 19:53:11 -07:00
f79ef4cef3 Fix fragmentation handling 2025-04-19 19:53:11 -07:00
cde5331ac4 Various fixes and proper BAT handling 2025-04-19 19:53:11 -07:00
9b60bca2cc Basic writing capabilities (WIP) 2025-04-19 19:53:11 -07:00
8de064af41 Initial file allocation 2025-04-19 19:53:11 -07:00
1d5faf4444 Implement format 2025-04-19 19:53:06 -07:00
27800dde56 Add doxyfile 2025-04-19 19:53:04 -07:00
7a2495a284 Initial Commit
# Conflicts:
#	CMakeLists.txt
2025-04-19 19:53:02 -07:00
c4d91f18a1 Split out display_list/shader_info 2025-04-18 21:52:38 -06:00
357ecba0ae Lighting channel fixes (COLOR1+) 2025-04-15 19:37:18 -06:00
6c27585cf9 Simplify lighting in build_uniform 2025-04-15 09:19:04 -06:00
3bba70d1ff Restore GXColor1x16, GXColor1x8 2025-04-15 09:18:35 -06:00
276110c833 Link absl::flat_map to aurora::si 2025-04-15 09:18:21 -06:00
788c65592f Minor fixes with indexed draw calls 2025-04-14 23:07:50 -07:00