Hopefully we're good to start sending commands to services now
This commit is contained in:
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");
|
||||
}
|
||||
Reference in New Issue
Block a user