mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Removed extra semicolons. (#3594)
This commit is contained in:
parent
d7ee7cb6db
commit
fbdf0aa5c7
6 changed files with 7 additions and 7 deletions
|
@ -766,7 +766,7 @@ namespace Ryujinx.HLE.FileSystem
|
|||
metaEntries = meta.MetaEntries;
|
||||
|
||||
updateNcas.Remove(SystemUpdateTitleId);
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -905,7 +905,7 @@ namespace Ryujinx.HLE.FileSystem
|
|||
{
|
||||
metaEntries = meta.MetaEntries;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue