mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 23:37:52 +00:00
qt: Add UI elements for LayeredFS and related tools
This commit is contained in:
parent
a3a1b7d144
commit
600867c594
6 changed files with 162 additions and 5 deletions
|
@ -27,7 +27,7 @@ struct ContentRecord;
|
|||
|
||||
using NcaID = std::array<u8, 0x10>;
|
||||
using RegisteredCacheParsingFunction = std::function<VirtualFile(const VirtualFile&, const NcaID&)>;
|
||||
using VfsCopyFunction = std::function<bool(VirtualFile, VirtualFile)>;
|
||||
using VfsCopyFunction = std::function<bool(const VirtualFile&, const VirtualFile&, size_t)>;
|
||||
|
||||
enum class InstallResult {
|
||||
Success,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue