mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 00:07:53 -05:00
service: add template serializer for method calls
This commit is contained in:
@ -339,6 +339,8 @@ public:
|
||||
outgoing_move_objects.emplace_back(object);
|
||||
}
|
||||
|
||||
void AddMoveInterface(SessionRequestHandlerPtr s);
|
||||
|
||||
void AddCopyObject(Kernel::KAutoObject* object) {
|
||||
outgoing_copy_objects.emplace_back(object);
|
||||
}
|
||||
|
Reference in New Issue
Block a user