Missed one
This commit is contained in:
parent
5ee4fdfd83
commit
d5c89d2030
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void ReceiveParameter(Service::Interface* self) {
|
||||||
void GlanceParameter(Service::Interface* self) {
|
void GlanceParameter(Service::Interface* self) {
|
||||||
u32* cmd_buff = Service::GetCommandBuffer();
|
u32* cmd_buff = Service::GetCommandBuffer();
|
||||||
ERROR_LOG(KERNEL, "Unimplemented function");
|
ERROR_LOG(KERNEL, "Unimplemented function");
|
||||||
cmd_buff[1] = 0; // No error
|
cmd_buff[1] = 0; // No error
|
||||||
}
|
}
|
||||||
|
|
||||||
void CancelParameter(Service::Interface* self) {
|
void CancelParameter(Service::Interface* self) {
|
||||||
|
|
Loading…
Reference in a new issue