desmume
desmume copied to clipboard
Compiling issues for Windows build
Figured it out, if anyone doesn't know how to build
Install msys https://www.msys2.org/#installation
Launch MSYS2 MinGW x64
pacman -S mingw-w64-x86_64-gcc pacman -S make
cd "/drive/folder/desmume-master/desmume/src/frontend/libretro"
make clean
make platform=windows