mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-20 01:37:02 +00:00
loader: Add DeconstructedRomDirectory for game dumps.
This commit is contained in:
parent
023aef053c
commit
e75aba3ed0
5 changed files with 156 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ enum class FileType {
|
|||
ELF,
|
||||
NSO,
|
||||
NRO,
|
||||
DeconstructedRomDirectory,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue