diff options
| author | 2018-01-16 11:56:14 -0500 | |
|---|---|---|
| committer | 2018-01-16 11:56:14 -0500 | |
| commit | f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1 (patch) | |
| tree | 16416d266d5467e7cb5fdb5e8c88ad317dd54b3f /src | |
| parent | Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) (diff) | |
| parent | Build: Automagically handle unicorn (diff) | |
| download | yuzu-f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1.tar.gz yuzu-f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1.tar.xz yuzu-f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1.zip | |
Merge pull request #31 from jroweboy/fix-deploy
Build/Deploy Updates to Setup Nightly Builds
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/arm/unicorn/arm_unicorn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/unicorn/arm_unicorn.cpp b/src/core/arm/unicorn/arm_unicorn.cpp index 13f6c658c..fd64eab39 100644 --- a/src/core/arm/unicorn/arm_unicorn.cpp +++ b/src/core/arm/unicorn/arm_unicorn.cpp | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | #include "core/hle/kernel/svc.h" | 11 | #include "core/hle/kernel/svc.h" |
| 12 | 12 | ||
| 13 | // Load Unicorn DLL once on Windows using RAII | 13 | // Load Unicorn DLL once on Windows using RAII |
| 14 | #ifdef _WIN32 | 14 | #ifdef _MSC_VER |
| 15 | #include <unicorn_dynload.h> | 15 | #include <unicorn_dynload.h> |
| 16 | struct LoadDll { | 16 | struct LoadDll { |
| 17 | private: | 17 | private: |