mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-08 19:37:53 -05:00
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Popping objects from the buffer is still not implemented.
This commit is contained in:
@ -73,7 +73,7 @@ private:
|
||||
|
||||
IPC::RequestBuilder rb{ctx, 2, 1};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.PushObjects(event);
|
||||
rb.PushCopyObjects(event);
|
||||
|
||||
LOG_WARNING(Service, "(STUBBED) called");
|
||||
}
|
||||
|
Reference in New Issue
Block a user