mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 23:57:56 -05:00
Fix MinGW build
This commit is contained in:
@ -34,6 +34,10 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifdef _WIN32
|
||||
#undef __WIN32__
|
||||
#endif
|
||||
|
||||
#include "core/arm/skyeye_common/armdefs.h"
|
||||
#include "core/arm/skyeye_common/armmmu.h"
|
||||
#include "arm_dyncom_thumb.h"
|
||||
|
Reference in New Issue
Block a user