mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Move input packet debug prints off the control stream thread
The control stream thread is extremely performance-sensitive.
This commit is contained in:
@@ -1103,6 +1103,9 @@ namespace input {
|
||||
}
|
||||
}
|
||||
|
||||
// Print the final input packet
|
||||
input::print((void *) payload);
|
||||
|
||||
// Send the batched input to the OS
|
||||
switch (util::endian::little(payload->magic)) {
|
||||
case MOUSE_MOVE_REL_MAGIC_GEN5:
|
||||
|
||||
Reference in New Issue
Block a user