mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 15:19:50 -06:00
Removed extra semicolons. (#3594)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user