mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 04:57:54 +00:00
Support mingw cross-compile
This commit is contained in:
parent
7c9dd58580
commit
89e57a3fb0
9 changed files with 11 additions and 9 deletions
|
@ -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"
|
||||
GLFW_ICON ICON "../../dist/citra.ico"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue