mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 12:10:59 +12:00
Hopefully we're good to start sending commands to services now
This commit is contained in:
parent
208c18356b
commit
6154a360c6
10 changed files with 110 additions and 32 deletions
7
src/core/services/apt.cpp
Normal file
7
src/core/services/apt.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "services/apt.hpp"
|
||||
|
||||
void APTService::reset() {}
|
||||
|
||||
void APTService::handleSyncRequest(u32 messagePointer) {
|
||||
Helpers::panic("APT service requested");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue