general: fix incorrect conversions
This commit is contained in:
parent
83eee1d226
commit
37b278a9a8
4 changed files with 5 additions and 5 deletions
|
@ -697,7 +697,7 @@ private:
|
|||
|
||||
IPC::ResponseBuilder rb{ctx, 2, 1};
|
||||
rb.Push(ResultSuccess);
|
||||
rb.PushCopyObjects(*vsync_event);
|
||||
rb.PushCopyObjects(vsync_event);
|
||||
}
|
||||
|
||||
void ConvertScalingMode(HLERequestContext& ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue