mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-02 21:36:20 +12:00
[NDM] Stub NDM service
This commit is contained in:
parent
aef1520f17
commit
36a30da78d
9 changed files with 84 additions and 10 deletions
|
@ -26,11 +26,11 @@ void FSService::handleSyncRequest(u32 messagePointer) {
|
|||
}
|
||||
|
||||
void FSService::initialize(u32 messagePointer) {
|
||||
printf("FS: Initialize (failure)\n");
|
||||
printf("FS::Initialize (failure)\n");
|
||||
mem.write32(messagePointer + 4, Result::Failure);
|
||||
}
|
||||
|
||||
void FSService::openArchive(u32 messagePointer) {
|
||||
printf("FS: OpenArchive (failure)\n");
|
||||
printf("FS::OpenArchive (failure)\n");
|
||||
mem.write32(messagePointer + 4, Result::Failure);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue