Hi!
Trying to build PCSX2 core on GNU/Linux (Debian 11) I get this:
/root/src/pcsx2/3rdparty/xz/xz/src/common/mythread.h:337:10: fatal error: windows.h: No such file or directory
337 | #include <windows.h>
I am configuring the code previously like this:
cd pcsx2
mkdir build
cmake .. -DCMAKE_BUILD_TYPE=Release -DLIBRETRO=ON
So, any idea on what am I doing wrong, please?