mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Fix mouse input loss on heavy renderer frameskipping
This commit is contained in:
@@ -69,4 +69,4 @@ std::vector<std::tuple<uint8_t*, std::atomic_flag*>> SoftwareRenderer::getBuffer
|
||||
buffers.push_back(std::make_tuple(images[1]->bits(), &buf_usage[1]));
|
||||
|
||||
return buffers;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user