mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-27 07:20:05 +00:00
Missed one
This commit is contained in:
parent
5ee4fdfd83
commit
d5c89d2030
@ -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 New Issue
Block a user