forked from Mirror/Ryujinx
This kind of thing drives me crazy
This commit is contained in:
parent
8dcfeb64a3
commit
016156c288
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ namespace Ryujinx.HLE.FileSystem.Content
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ClearEntry(long titleId, ContentType contentType,StorageId storageId)
|
public void ClearEntry(long titleId, ContentType contentType, StorageId storageId)
|
||||||
{
|
{
|
||||||
RemoveLocationEntry(titleId, contentType, storageId);
|
RemoveLocationEntry(titleId, contentType, storageId);
|
||||||
}
|
}
|
||||||
|
@ -295,7 +295,7 @@ namespace Ryujinx.HLE.FileSystem.Content
|
||||||
return _sharedFontTitleDictionary.TryGetValue(fontName, out titleId);
|
return _sharedFontTitleDictionary.TryGetValue(fontName, out titleId);
|
||||||
}
|
}
|
||||||
|
|
||||||
private LocationEntry GetLocation(long titleId, ContentType contentType,StorageId storageId)
|
private LocationEntry GetLocation(long titleId, ContentType contentType, StorageId storageId)
|
||||||
{
|
{
|
||||||
LinkedList<LocationEntry> locationList = _locationEntries[storageId];
|
LinkedList<LocationEntry> locationList = _locationEntries[storageId];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue