mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-14 07:37:04 +00:00
misc: chore: Fix object creation
This commit is contained in:
parent
378dc33cca
commit
1f979e5c6f
42 changed files with 303 additions and 304 deletions
|
|
@ -637,7 +637,7 @@ namespace Ryujinx.HLE.FileSystem
|
|||
|
||||
private static readonly ExtraDataFixInfo[] _systemExtraDataFixInfo =
|
||||
[
|
||||
new ExtraDataFixInfo()
|
||||
new()
|
||||
{
|
||||
StaticSaveDataId = 0x8000000000000030,
|
||||
OwnerId = 0x010000000000001F,
|
||||
|
|
@ -645,7 +645,7 @@ namespace Ryujinx.HLE.FileSystem
|
|||
DataSize = 0x10000,
|
||||
JournalSize = 0x10000,
|
||||
},
|
||||
new ExtraDataFixInfo()
|
||||
new()
|
||||
{
|
||||
StaticSaveDataId = 0x8000000000001040,
|
||||
OwnerId = 0x0100000000001009,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue