mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 06:30:05 +00:00
Update cecd.cpp
This commit is contained in:
parent
05a6f243f8
commit
8d85169ebf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user