Update cecd.cpp

This commit is contained in:
SigmaVirus 2017-02-05 21:17:56 +01:00 committed by GitHub
parent 05a6f243f8
commit 8d85169ebf

View File

@ -42,6 +42,13 @@ void GetChangeStateEventHandle(Service::Interface* self) {
LOG_WARNING(Service_CECD, "(STUBBED) called");
}
void OpenAndRead(Service::Interface* self) {
u32* cmd_buff = Kernel::GetCommandBuffer();
cmd_buff[1] = -1;
LOG_WARNING(Service_CECD, "(STUBBED) called");
}
void Init() {
AddService(new CECD_NDM);