Fix #2238 Kid Icarus

This commit is contained in:
SigmaVirus 2017-02-05 17:50:23 +01:00 committed by GitHub
parent 05a6f243f8
commit 9b8c65e89f

View File

@ -50,6 +50,8 @@ void GetCecInfoEventHandle(Service::Interface* self);
*/ */
void GetChangeStateEventHandle(Service::Interface* self); void GetChangeStateEventHandle(Service::Interface* self);
void OpenAndRead(Service::Interface* self);
/// Initialize CECD service(s) /// Initialize CECD service(s)
void Init(); void Init();