mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 03:31:31 +12:00
Add CCI support
This commit is contained in:
parent
c8f4ec2a11
commit
ddb18662cd
1 changed files with 2 additions and 2 deletions
|
@ -362,7 +362,7 @@ bool Emulator::loadROM(const std::filesystem::path& path) {
|
|||
|
||||
if (extension == ".elf" || extension == ".axf")
|
||||
success = loadELF(path);
|
||||
else if (extension == ".3ds")
|
||||
else if (extension == ".3ds" || extension == ".cci")
|
||||
success = loadNCSD(path, ROMType::NCSD);
|
||||
else if (extension == ".cxi" || extension == ".app")
|
||||
success = loadNCSD(path, ROMType::CXI);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue