mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 08:57:11 +02:00
Support the .romfs extension aswell
This commit is contained in:
parent
fe1d7c3c4d
commit
f985d7bd27
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ namespace Ryujinx
|
|||
{
|
||||
string[] RomFsFiles = Directory.GetFiles(args[0], "*.istorage");
|
||||
|
||||
if (RomFsFiles.Length == 0)
|
||||
{
|
||||
RomFsFiles = Directory.GetFiles(args[0], "*.romfs");
|
||||
}
|
||||
|
||||
if (RomFsFiles.Length > 0)
|
||||
{
|
||||
Logging.Info("Loading as cart with RomFS.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue