wwylele / teakra

DSi/3DS DSP emulator, disassembler, assembler, and tester
MIT License
76 stars 19 forks source link

MSVC / clang compatibility #12

Closed wwylele closed 5 years ago

wwylele commented 6 years ago

Currently the code is only tested on gcc 7/8. It is reported that it doesn't compile on MSVC / clang for the following reasons:

wwylele commented 5 years ago

MSVC compatibility has been fixed in 706f2b472b8c7b928ce7cc6f8971e0e35da07fc7

wwylele commented 5 years ago

Passed all three major compilers on CI now.