Fix missing ret in global_asm block

This caused ps2d to get stuck in a crash loop when it's vmmouse support
is enabled.
This commit is contained in:
bjorn3
2024-01-10 20:21:39 +01:00
parent 6d785b2964
commit 8088cb8b20
+2
View File
@@ -50,6 +50,8 @@ cmd_inner:
mov DWORD PTR [rdi + 0x0C], edx
mov DWORD PTR [rdi + 0x10], esi
mov DWORD PTR [rdi + 0x14], r8d
ret
",
MAGIC = const MAGIC,
PORT = const PORT,