drhelius / Gearboy

Game Boy / Gameboy Color emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
https://x.com/drhelius
GNU General Public License v3.0
855 stars 133 forks source link

[libretro] Fix cross-compiling with mingw #160

Closed keithbowes closed 2 years ago

keithbowes commented 2 years ago

I cross-compiled with mingw in Linux, to see if that windows.h include in platforms/libretro/libretro.cpp was necessary. It wasn't, but including time.h in src/Cartridge.cpp was.

drhelius commented 2 years ago

Thanks a lot!