1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-07-03 16:20:07 +00:00

Update cecd.cpp

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

@ -43,6 +43,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);
AddService(new CECD_S);