service: Add even more stubs for Qlaunch

This commit is contained in:
german77
2023-08-05 21:05:25 -06:00
committed by Narr the Reg
parent 7486e214bf
commit 17fb8f2f29
28 changed files with 924 additions and 65 deletions

View File

@ -39,7 +39,7 @@ public:
private:
void GetStateForMonitor(HLERequestContext& ctx) {
LOG_INFO(Service_LDN, "called");
LOG_DEBUG(Service_LDN, "called");
IPC::ResponseBuilder rb{ctx, 3};
rb.Push(ResultSuccess);
@ -784,7 +784,7 @@ private:
}
void GetGroupInfo(HLERequestContext& ctx) {
LOG_WARNING(Service_LDN, "(STUBBED) called");
LOG_DEBUG(Service_LDN, "(STUBBED) called");
struct GroupInfo {
std::array<u8, 0x200> info;