We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379982f commit 1c28c5aCopy full SHA for 1c28c5a
7 files changed
README.md
@@ -1,4 +1,12 @@
1
RTSSSharedMemoryNET
2
===================
3
4
-.NET implementation for the RivaTuner Statistics Server shared memory feature
+.NET implementation for the RivaTuner Statistics Server shared memory feature,
5
+build with msbuild.exe 64 bit version.
6
+Fork notes:
7
+- added UpdatePosition, UpdateColor
8
+- max 7 entries, position and color are global for all of them.
9
+- entry can contain newlines `\n`
10
+- Text should be no longer than 4095 chars once converted to ANSI. Lower case looks awful.
11
+See also:
12
+https://github.com/mkullber/HWiNFO-RTSS
0 commit comments