Commit graph

67 commits

Author SHA1 Message Date
wheremyfoodat
79d24cba11
Make filesystem decent, part 1 (#677) 2024-12-10 00:29:56 +02:00
wheremyfoodat
cc669d7cab FS: Stub card SPI and some other things 2024-12-09 19:08:30 +02:00
wheremyfoodat
055dbc7fb6 FS: Stub TWL_SOUND 2024-12-08 22:49:46 +02:00
wheremyfoodat
b436fdca64 FS: Stub TWL_PHOTO 2024-12-08 22:33:14 +02:00
wheremyfoodat
313620cad9 Implement SDMC Write-Only archive 2024-01-23 21:56:24 +02:00
wheremyfoodat
abe4675477 Attempt to add RomFS dumping 2023-10-07 21:23:05 +03:00
wheremyfoodat
2f47f15315 Implement RenameFile for ExtSaveData 2023-09-27 14:16:27 +03:00
wheremyfoodat
9e2707e097 Add FS::RenameFile 2023-09-26 23:31:17 +03:00
wheremyfoodat
e9ec836504 Add SystemSaveData::CreateDirectory 2023-09-24 22:41:31 +03:00
wheremyfoodat
88eebbcbae Moar filesystem 2023-09-14 22:22:18 +03:00
wheremyfoodat
1332488326 Add SystemSaveData::CreateFile 2023-09-13 23:29:49 +03:00
wheremyfoodat
7c2167e0f2 Add SystemSaveData::OpenFile and split up frd:u and frd:a 2023-09-13 23:21:30 +03:00
wheremyfoodat
c48f8327c6 Start implementing SystemSaveData 2023-09-13 23:15:18 +03:00
wheremyfoodat
cf54fd6d1d Fail and warn if an amiibo is loaded at the wrong time 2023-09-09 01:52:28 +03:00
wheremyfoodat
2ce58e3662 Merge branch 'master' into sd-card 2023-09-05 17:02:40 +03:00
wheremyfoodat
e67dc65118 Add ExtSaveData::CreateDirectory and stub srv::unsubscribe 2023-09-05 14:28:52 +03:00
wheremyfoodat
5733b46772 Use panda icon as placeholder mii face 2023-09-03 22:41:16 +03:00
wheremyfoodat
bdfdc5af62 Revert 3DSX NCCH changes
Co-Authored-By: Théo B. <16072534+LiquidFenrir@users.noreply.github.com>
2023-09-03 16:45:23 +03:00
wheremyfoodat
42bfcaf980 Merge branch 'master' into sd-card 2023-09-03 14:55:44 +03:00
wheremyfoodat
a380aa83f0 Add 3DSX RomFS reads via NCCH archive 2023-09-03 11:14:24 +03:00
Théo B
29352d223b feat: 3dsx loading
romFS works too, pretty neat
2023-09-03 00:31:03 +02:00
wheremyfoodat
5f52a1bec4 [FS] AbnegateAccessRight, SetArchivePriority, GetArchiveResource 2023-08-27 17:41:32 +03:00
wheremyfoodat
46ce2c14cd Initial UserSaveData impl 2023-08-24 17:58:16 +03:00
wheremyfoodat
9ee7543f9a Moar SDMC 2023-08-20 13:55:38 +03:00
wheremyfoodat
7ada8da8a8 Start adding SD card support 2023-08-20 13:22:48 +03:00
wheremyfoodat
5f5ead6f55 Implement SaveData::GetFreeBytes and BOSS GetTaskStatus 2023-08-13 14:53:04 +03:00
wheremyfoodat
2e12eea806 Tone down spacing 2023-07-30 01:05:23 +03:00
offtkp
85bbd713b0 Parse RomFS files in RomFS parser 2023-07-29 18:25:31 +03:00
offtkp
fb6ec3aa5f Remove recursion from RomFS parse, clang-format 2023-07-29 17:01:44 +03:00
offtkp
2de35bd39d Add RomFS directory traversal stuff 2023-07-29 04:02:13 +03:00
offtkp
f3ce29bf2d Add IVFC parser 2023-07-29 02:08:14 +03:00
wheremyfoodat
f64c662ab9 Stop lying to people 2023-07-13 00:25:47 +03:00
wheremyfoodat
42c86ac541 Better FS::ReadDirectory 2023-07-12 21:33:13 +03:00
Mary
122b1b2727 hle: Add proper type for result code
This should clean up all HLE errorcode in the codebase.

I didn't removed Rust::Result as this should be a cleanup for another
iteration.
2023-06-16 20:09:37 +02:00
wheremyfoodat
4767a2053b [FS] Better GetFormatInfo 2023-05-20 15:39:31 +03:00
wheremyfoodat
4dc04be350 [FS] Formatting archives v1 2023-05-16 23:37:52 +03:00
wheremyfoodat
0b0d6dcf4b [FS] Archive::OpenArchive returns Result<T, E> now 2023-05-14 19:31:51 +03:00
wheremyfoodat
37fb660c7f [FS] Added error codes 2023-05-14 18:23:54 +03:00
wheremyfoodat
f39069813a [FS] Add CreateDirectory for MK7 (hopefully not broken) 2023-04-26 03:05:46 +03:00
wheremyfoodat
f90a266bb4 [FS] Rehaul to implement all the different things ExtSaveData can target 2023-04-03 01:19:52 +03:00
wheremyfoodat
876835852d [SaveData] Implement OpenDirectory with filename 2023-04-02 01:21:19 +03:00
wheremyfoodat
4f2d59ccbe [FS] Integrate Result<T, E> to codebase 2023-04-02 00:50:19 +03:00
wheremyfoodat
494f3f1899 [FS] Implement OpenDirectory 2023-03-24 14:07:44 +02:00
wheremyfoodat
26d9026907 [NCCH] Move from ..hpp (oops) to .hpp for the country list file 2023-03-21 19:49:46 +02:00
wheremyfoodat
9b9f011f5b [FS] Add non-shared ExtSaveData, stub SaveData::GetFormatInfo 2023-03-20 17:33:00 +02:00
wheremyfoodat
0d6082e241 [FS] Add GetFormatInfo 2023-03-19 09:33:21 +02:00
wheremyfoodat
16d150496d [CFG & NCCH archive] Add bad word list & the user time offset config 2023-03-17 03:23:23 +02:00
wheremyfoodat
22418e9474 Fixing Linux build 2023-03-15 03:52:38 +02:00
wheremyfoodat
a2d0db9676 Fixing Mac Build 2023-03-14 01:26:01 +02:00
wheremyfoodat
a6c35202f7 Fix Mac Build 2023-03-14 01:21:32 +02:00