mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
oops
This commit is contained in:
parent
cb98c575d5
commit
a711236307
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ void FSService::readExtSaveDataIcon(u32 messagePointer) {
|
|||
break;
|
||||
}
|
||||
|
||||
mem.write32(messagePointer, IPC::responseHeader(0x0851, 1, 0));
|
||||
mem.write32(messagePointer, IPC::responseHeader(0x0853, 1, 0));
|
||||
|
||||
Rust::Result<std::vector<u8>, HorizonResult> data = selected == nullptr ? Err(Result::FS::NotFoundInvalid) : selected->loadIcon();
|
||||
if (data.isErr() || smdhSize == 0 || smdhPointer == 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue