Merge pull request #31 from jroweboy/fix-deploy

Build/Deploy Updates to Setup Nightly Builds
This commit is contained in:
bunnei 2018-01-16 11:56:14 -05:00 committed by GitHub
commit f53dc4c9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 67 additions and 50 deletions

View file

@ -11,7 +11,7 @@
#include "core/hle/kernel/svc.h"
// Load Unicorn DLL once on Windows using RAII
#ifdef _WIN32
#ifdef _MSC_VER
#include <unicorn_dynload.h>
struct LoadDll {
private: