mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-11 12:48:42 +00:00
Writing to shared memory is much faster then reading as the shared memory is not cached, this change ensures we are using a local copy of the header performing the final update all in one go.