pcsx2/plugins/dev9ghzdrk
Ian Brown a1a6374709 Build: Changes required to compile and run using VS 2019 (#2975)
in vs 2019, the system xhash used by unordered_map uses Target in its template definition. pcsx2 #defines this in the r5900 and r3000 headers which leak cause a cryptic compilation error. A quick fix here is just to undef it in gamebase.h. A better fix would be to encapsulate the definition or use something more c++ to avoid the pre-processor. Add a comment to explain the _Target_ undef.

tap.h did not have string defined. I guess this was included transitively somewhere with an earlier set of system headers.

Biostools, the file is opened in text mode which causes the bios to be partially read. I'm not sure that's vs2019 specific but it's wrong in any case. Maybe the default mode parameter changed at some point. Maybe wxFile would be a better choice here rather than WxFFile because wxFile always open s in binary mode.
2019-06-01 13:34:21 +02:00
..
Linux dev9ghzdrk: pthread_create returns status, not thread handle 2019-03-11 00:52:05 +01:00
Win32 Build: Changes required to compile and run using VS 2019 (#2975) 2019-06-01 13:34:21 +02:00
CMakeLists.txt Update compiler flags, as a number of plugins didn't have them set. Setting -Wno-parentheses across the board to suppress warnings about gtk from gcc 8. 2018-10-13 11:05:27 -07:00
Config.h Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
DEV9.cpp Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
DEV9.h Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
PS2Etypes.h usbqemu|dev9ghzdrk: Use _WIN32 for Windows preprocessor macro 2016-01-27 22:58:09 +00:00
ata.h Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
flash.cpp Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
net.h Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
pcap_io.cpp Dev9ghzdrk: MAC updated to work with XLink 7.4.32 2018-12-25 22:57:19 +01:00
pcap_io.h Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
smap.cpp Dev9ghzdrk: Get host mac correctly on Windows. (#2619) 2018-10-09 20:37:41 +02:00
smap.h Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00