mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-20 17:02:22 +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.