mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-10 05:42:28 +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.