wheremyfoodat
|
293c14de7d
|
More fclose cause why not
|
2023-08-17 15:30:34 +03:00 |
|
wheremyfoodat
|
b1b430f92b
|
Add forgotten fclose calls
|
2023-08-17 15:14:05 +03:00 |
|
wheremyfoodat
|
3c610fa332
|
Fix format specifiers
|
2023-08-11 18:06:14 +03:00 |
|
wheremyfoodat
|
2e12eea806
|
Tone down spacing
|
2023-07-30 01:05:23 +03:00 |
|
offtkp
|
e6098ba7ae
|
Remove the TODO in romfs.cpp
|
2023-07-29 23:04:32 +03:00 |
|
offtkp
|
d610cfa826
|
Change some function specifiers
|
2023-07-29 18:50:51 +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
|
0f0a06330c
|
[FS] Better file flushing
Fixes a small memory leak and some filesystem bugs
|
2023-07-28 22:42:30 +03:00 |
|
Wunkolo
|
37b75f0928
|
Fix C4267 /C4244 warnings
Address warnings involving lossy conversions from larger integer-types into smaller integer-types
|
2023-07-10 12:33:37 -07:00 |
|
Mary
|
86dd7f54f5
|
feat: Add support for encrypted NCSD
Missing version 1 support and seeded crypto but that would be enough for now.
|
2023-06-22 17:41:08 +02: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
|
5fa4e9e178
|
[SaveData] Handle size == 0 in CreateFile
|
2023-06-11 12:31:42 +03:00 |
|
Wunkolo
|
8a852d2cab
|
Implement SaveDataArchive::createFile
Based on `ExtSaveDataArchive::createFile`. Gets some games farther that
try to create save-data upon boot.
|
2023-06-11 01:05:48 -07:00 |
|
wheremyfoodat
|
e9a8c2cb2e
|
ExtSaveData pls
|
2023-06-03 22:04:26 +03:00 |
|
wheremyfoodat
|
4767a2053b
|
[FS] Better GetFormatInfo
|
2023-05-20 15:39:31 +03:00 |
|
wheremyfoodat
|
01d16fdfd1
|
[FS] Better DeleteFile, fclose when file session is closed
|
2023-05-20 02:32:36 +03:00 |
|
wheremyfoodat
|
9ec2964695
|
[FS] Add FormatThisUserSaveData
|
2023-05-20 01:24:30 +03:00 |
|
wheremyfoodat
|
c7f676efd2
|
[DSP] Add missing break
|
2023-05-18 03:44:29 +03:00 |
|
wheremyfoodat
|
4dc04be350
|
[FS] Formatting archives v1
|
2023-05-16 23:37:52 +03:00 |
|
wheremyfoodat
|
2f5bb45d58
|
[FS] OpenArchiveHandle returns Result<T, E>
|
2023-05-16 20:49:31 +03:00 |
|
wheremyfoodat
|
0b0d6dcf4b
|
[FS] Archive::OpenArchive returns Result<T, E> now
|
2023-05-14 19:31:51 +03:00 |
|
wheremyfoodat
|
5465eb31c1
|
[SaveData] undo derp
|
2023-04-29 01:54:31 +03:00 |
|
wheremyfoodat
|
4f8fa164ff
|
[PICA] Color mask
|
2023-04-28 01:18:08 +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
|
4bef096f04
|
[FS] Add directory stuff, clean up
|
2023-03-29 00:23:55 +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
|
16d150496d
|
[CFG & NCCH archive] Add bad word list & the user time offset config
|
2023-03-17 03:23:23 +02:00 |
|
wheremyfoodat
|
c3f9f235a5
|
[NCCH] Implement country list
|
2023-03-12 22:51:21 +02:00 |
|
wheremyfoodat
|
e69e95af69
|
[FS] Implement SaveData sort of.
|
2023-03-12 03:19:46 +02:00 |
|
wheremyfoodat
|
b9de43d0c4
|
[SDMC] Add forgotten newlines
|
2023-03-07 22:26:45 +02:00 |
|
wheremyfoodat
|
687c99cab6
|
[FS] Add DeleteFile
|
2023-01-29 01:27:27 +02:00 |
|
wheremyfoodat
|
a1cb50925f
|
[NCCH] Add support for reading Miis out of NAND
|
2023-01-28 22:25:20 +02:00 |
|
wheremyfoodat
|
4e64f722e5
|
[Kernel] ExitThread [FS] Start implement archive 0x2345678A
|
2023-01-26 17:49:17 +02:00 |
|
wheremyfoodat
|
4e04e58fbe
|
[FS] Fix file path oopsie
|
2023-01-26 01:26:04 +02:00 |
|
wheremyfoodat
|
49dcc25795
|
[FS] Done with CreateFile
|
2023-01-23 02:35:10 +02:00 |
|
wheremyfoodat
|
93d2d300b9
|
[FS] Start implementing CreateFile
|
2023-01-22 14:53:23 +02:00 |
|
wheremyfoodat
|
995dfb81df
|
ExtSaveData work
|
2023-01-22 14:23:28 +02:00 |
|
wheremyfoodat
|
b1f2be98fa
|
[FS] Add app data folder, add path safety checks
|
2023-01-16 01:06:43 +02:00 |
|
wheremyfoodat
|
deaf7d518c
|
[FS] More concrete path impl
|
2023-01-14 01:46:48 +02:00 |
|
wheremyfoodat
|
c31b2b8910
|
[ExtSaveData] More work
|
2023-01-07 03:44:15 +02:00 |
|
wheremyfoodat
|
79c89f1f63
|
Starting work on (Shared)ExtSaveData archive
|
2023-01-07 03:30:32 +02:00 |
|
wheremyfoodat
|
5d15efe72c
|
Stub GPU DMA, fix up some FS stuff. horribly wrong savedata implementation
|
2022-10-15 13:28:29 +03:00 |
|