[host] initial NvFBC implementation

This commit is contained in:
Geoffrey McRae
2017-11-01 00:51:53 +11:00
parent b03254b7c2
commit 85f39b7070
11 changed files with 265 additions and 25 deletions

View File

@@ -2,8 +2,8 @@
#include <Windows.h>
#include <SetupAPI.h>
#include <vendor\kvm-guest-drivers-windows\ivshmem\Public.h>
#include <common\debug.h>
#include "vendor\kvm-guest-drivers-windows\ivshmem\Public.h"
#include "common\debug.h"
IVSHMEM * IVSHMEM::m_instance = NULL;