Item -> Index
This commit is contained in:
parent
69c9996089
commit
86e8010db3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ namespace Ryujinx.OsHle.Objects.FspSrv
|
|||
|
||||
int CurrentIndex, CurrentItem;
|
||||
byte[] DirectoryEntry = new byte[DirectoryEntrySize];
|
||||
for (CurrentIndex = 0, CurrentItem = LastItem; CurrentItem < MaxDirectories; CurrentIndex++, CurrentItem++)
|
||||
for (CurrentIndex = 0, CurrentItem = LastItem; CurrentIndex < MaxDirectories; CurrentIndex++, CurrentItem++)
|
||||
{
|
||||
MemoryStream MemStream = new MemoryStream();
|
||||
BinaryWriter Writer = new BinaryWriter(MemStream);
|
||||
|
|
Loading…
Add table
Reference in a new issue