Alex Barney
9ec00eed3b
Merge pull request #146 from Thealexbarney/fs-classes
...
Change the file system accessor interfaces to abstract classes
2020-06-14 20:19:56 -07:00
Alex Barney
395fabd171
Make IStorage an abstract class
2020-06-13 00:37:21 -07:00
Alex Barney
49d42c5d1f
Fix some checks being ignored in savedata classes
...
- Return an error when an allocation table seek fails
- Fix a copy/paste bug to properly error when resizing an AllocationTableStorage with not enough free space
2020-06-10 16:27:43 -07:00
Alex Barney
106c36492b
Move IFileSystem etc. into fsa namespace
2020-06-09 22:55:59 -07:00
Alex Barney
ef1481b04c
Replace old fsa classes with new ones
2020-06-07 15:23:51 -07:00
Alex Barney
ba1bf2f1c8
Add XML docs
2020-06-07 00:05:33 -07:00
Alex Barney
7c9584a6af
Add new IFileSystem and IDirectory
2020-06-06 22:48:20 -07:00
Alex Barney
dd54249125
Rename FileBase "Impl" methods
2020-06-06 15:20:02 -07:00
Alex Barney
e1ff89060c
Add new IFile
2020-06-06 15:18:50 -07:00
Alex Barney
064da36453
Rename old IFile option enums
2020-06-06 14:18:03 -07:00
Alex Barney
8c61820e46
Increment version to 0.11.3 and apply "var" code style
2020-06-05 22:59:00 -07:00
Alex Barney
5dd1ed2687
hactoolnet: Allow listing an XCI's program RomFS files
2020-06-05 22:32:16 -07:00
Alex Barney
13648b4cec
Merge pull request #140 from Thealexbarney/build-ver-fix
...
Fix a logic error in the build script loader and update MyGet publishing
2020-06-04 11:27:26 -07:00
Alex Barney
3de2a4b90b
Update MyGet package publishing
2020-06-04 11:17:30 -07:00
Alex Barney
dfb2560707
Fix ini1 reading and fix a blz decompression bug
2020-06-04 01:09:27 -07:00
Alex Barney
a59dc611c2
Don't timeout when ensuring a local FS entry is deleted
2020-06-02 23:32:50 -07:00
Alex Barney
d5362790b8
Fix a logic error in the build script loader
...
Also pull upstream changes in NUKE's loader and update the SDK version
2020-06-02 23:32:08 -07:00
Xpl0itR
2171f2ae21
Update Calibration
2020-06-02 21:15:45 -07:00
Alex Barney
99f6a0054b
Version 0.11.2
2020-05-12 19:23:05 -07:00
Alex Barney
8d5e24d061
Ensure csv column counts are consistent
2020-05-12 19:02:48 -07:00
Alex Barney
cb8b088487
Misc additions and warning fixes ( #134 )
...
* Run codegen and fix DeliveryCacheFileMetaEntry layout
* Use KipReader instead of Kip
* Ensure feature parity between U8String structs
* Don't use the obsolete Nacp class
* Add some null checks
* Address ReSharper warnings
* The Result structs should be readonly
2020-05-12 17:06:55 -07:00
Alex Barney
44e4c7a311
Add some fssystem utility functions and use them in DirectorySaveDataFileSystem ( #133 )
...
* Accurately implement DirectorySaveDataFileSystem
* DirectorySaveDataFileSystem updates from FS 10.0
2020-05-12 13:17:06 -07:00
VolcaEM
7f0afbe9db
Add some results codes
...
The result codes were taken from Switchbrew (switchbrew.org/wiki/Error_codes)
The names are consistent with those of https://github.com/Ryujinx/Ryujinx/pull/1202
2020-05-02 18:33:03 -07:00
Alex Barney
0188c4579c
Update version to 0.11.1
2020-04-30 14:21:34 -07:00
Alex Barney
32405fee5f
Add EnumerateDeliveryCacheDirectory
2020-04-30 14:08:31 -07:00
Alex Barney
1974adb33e
Don't use in-place decompression for NSOs
...
Move back to using in-place decompression in the future when the decompress function has been fixed
2020-04-28 23:03:33 -07:00
Alex Barney
fdf11b2621
Merge pull request #129 from Thealexbarney/bcat-storage
...
Implement BCAT delivery cache access
- Add BCAT delivery cache reading services
- Add methods to `U8StringBuilder` for writing formatted values
- Add a `HorizonClient` class which mimics nnsdk from Horizon
- Add a simple service manager that tracks registered objects
2020-04-28 22:54:58 -07:00
Alex Barney
be29ad714f
Add the option to initialize Horizon with a FileSystemServer
2020-04-24 11:35:04 -07:00
Alex Barney
e80be498e5
Add a simple service manager and HorizonClient class
...
Modifies bdat to use the HorizonClient and adds an ArpClient. The arp server still needs to be provided.
2020-04-23 17:49:15 -07:00
Alex Barney
9b1ced7d3b
Small tweaks to U8StringBuilder
2020-04-22 13:47:01 -07:00
Alex Barney
f3452bb314
BCAT fixes. Tweak how U8StringBuilder is used
2020-04-11 22:18:43 -07:00
Alex Barney
6e4372ce58
Implement DeliveryCacheDirectoryService
2020-04-10 11:31:46 -07:00
Alex Barney
ef36568a8d
Implement DeliveryCacheFileService and supporting code
2020-04-10 10:54:37 -07:00
Alex Barney
939c495db6
Add U8StringBuilder format options
2020-04-10 10:49:44 -07:00
makigumo
6473a0cc0d
NsoHeader.cs: fix _reserved6C field offset
2020-04-09 21:52:44 -07:00
Alex Barney
da78e7e8ce
Add BCAT storage skeleton
2020-04-07 00:22:12 -07:00
Alex Barney
5018bbad6a
hactoolnet: Use FileSystemClient instead of Horizon
2020-04-06 22:17:04 -07:00
Alex Barney
1b1e8e6780
Merge pull request #127 from Thealexbarney/fs-shims
...
Add BIS and more BCAT FS client shims
- MountBis
- SetBisRootForHost
- OpenBisPartition
- MountBcatSaveData
2020-04-04 14:29:10 -07:00
Alex Barney
12775895eb
Add non-system BCAT mount shim
2020-04-04 14:19:36 -07:00
Alex Barney
7bcb09b714
Add BIS shim functions with tests
2020-04-04 14:16:17 -07:00
Alex Barney
405bbeff9e
Add some FspPathPrintf functionality and change a constant name
2020-04-02 21:54:26 -07:00
Alex Barney
a5699182b0
Merge pull request #126 from Thealexbarney/nso
...
Rewrite Nso and Kip classes
2020-04-01 23:20:53 -07:00
Alex Barney
e5c851e7a3
Add KipReader class and add kip decompression to hactoolnet
2020-03-29 22:12:00 -07:00
Alex Barney
f59c7c6a84
Add NsoReader
2020-03-26 22:52:49 -07:00
Alex Barney
9cc60e22ec
Add loader and libhac results
2020-03-26 22:45:59 -07:00
Alex Barney
3cd53a7de3
Merge pull request #124 from Thealexbarney/path-fixes
...
Fix some path parsing
2020-03-23 16:12:37 -07:00
Alex Barney
b8b2c26457
Tweak duplicate result detection
2020-03-23 16:04:49 -07:00
Alex Barney
0bb3446a8b
Make path parser check for a null terminator
2020-03-23 15:54:11 -07:00
Alex Barney
30b0c748f8
Merge pull request #123 from Thealexbarney/build-10
...
Update build to 0.10.0
2020-03-23 10:44:50 -07:00
Alex Barney
ef72729391
Mark Nacp as deprecated
2020-03-23 10:32:22 -07:00