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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user