XenonRecomp
XenonRecomp copied to clipboard
What Am I doing wrong?
Currently at the step where we build the solution on Visual Studio. However I keep getting errors such as builtin_bswap32 and builtin_bswap16 identifier not found. I feel like I'm so close!
__builtin_bswap16 is a clang/GCC intrinsic whilst MSVC uses _byteswap_ushort. Seems you are not using clang-cl?