mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 22:07:48 +00:00
add config block 0x00170000
This commit is contained in:
parent
2396b01d5d
commit
d3e201e276
1 changed files with 4 additions and 0 deletions
|
@ -389,6 +389,10 @@ ResultCode FormatConfig() {
|
||||||
res = CreateConfigInfoBlk(0x000F0004, sizeof(CONSOLE_MODEL), 0xC, &CONSOLE_MODEL);
|
res = CreateConfigInfoBlk(0x000F0004, sizeof(CONSOLE_MODEL), 0xC, &CONSOLE_MODEL);
|
||||||
if (!res.IsSuccess()) return res;
|
if (!res.IsSuccess()) return res;
|
||||||
|
|
||||||
|
// 0x00170000 - Unknown
|
||||||
|
res = CreateConfigInfoBlk(0x00170000, 0x4, 0xE, zero_buffer);
|
||||||
|
if (!res.IsSuccess()) return res;
|
||||||
|
|
||||||
// Save the buffer to the file
|
// Save the buffer to the file
|
||||||
res = UpdateConfigNANDSavegame();
|
res = UpdateConfigNANDSavegame();
|
||||||
if (!res.IsSuccess())
|
if (!res.IsSuccess())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue