Fix issue #2238 Kid Icarus

This commit is contained in:
SigmaVirus 2017-02-05 17:40:00 +01:00 committed by GitHub
parent 05a6f243f8
commit d3c4b38007

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);