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