mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 10:57:54 -05:00
Merge pull request #2267 from JayFoxRox/fix-mingw-cc
Support mingw cross-compilation
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "citra/config.h"
|
||||
|
@ -5,5 +5,5 @@
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
GLFW_ICON ICON "..\\..\\dist\\citra.ico"
|
||||
CITRA_ICON ICON "../../dist/citra.ico"
|
||||
|
||||
|
Reference in New Issue
Block a user