LookingGlass/host
Geoffrey McRae 758b7af754 [host] use a local copy of the header and then update it all in one go
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.
2017-12-16 10:06:55 +11:00
..
Capture [host] simplify dll loading 2017-12-16 07:01:41 +11:00
sync-test [host] added NvFBC build configurations to vcxproj 2017-12-15 09:58:51 +11:00
.gitignore [host] NvFBC is now functional 2017-11-01 01:46:47 +11:00
CaptureFactory.h [host] configure/ifdef out nvfbc 2017-12-14 15:39:19 -05:00
CrashHandler.cpp [misc] added website url to sources 2017-12-12 04:30:47 +11:00
CrashHandler.h [host] fix include paths and casing 2017-12-14 15:38:25 -05:00
ICapture.h [host] ICapture portable interface definition 2017-12-14 15:39:33 -05:00
IVSHMEM.cpp [host] DEBUG_* string format fixes 2017-12-14 15:38:43 -05:00
IVSHMEM.h [host] fix include paths and casing 2017-12-14 15:38:25 -05:00
Looking Glass.sln [host] added NvFBC build configurations to vcxproj 2017-12-15 09:58:51 +11:00
looking-glass-host.vcxproj [host] added NvFBC build configurations to vcxproj 2017-12-15 09:58:51 +11:00
looking-glass-host.vcxproj.filters [host] rename project to "Looking Glass" 2017-12-12 03:59:57 +11:00
main.cpp [host] fix include paths and casing 2017-12-14 15:38:25 -05:00
Makefile [host] Makefile to build host app with mingw 2017-12-14 15:40:07 -05:00
Service.cpp [host] use a local copy of the header and then update it all in one go 2017-12-16 10:06:55 +11:00
Service.h [host] use a local copy of the header and then update it all in one go 2017-12-16 10:06:55 +11:00
Util.h [host] simplify dll loading 2017-12-16 07:01:41 +11:00