pcsx2 icon indicating copy to clipboard operation
pcsx2 copied to clipboard

FileSystem: Use _stat64 routines

Open xantares opened this issue 3 years ago • 2 comments

allows compilation with gcc/mingw

xantares avatar Jan 01 '22 09:01 xantares

@xantares Status?

lightningterror avatar Sep 01 '22 10:09 lightningterror

@lightningterror this is still needed

xantares avatar Sep 01 '22 18:09 xantares

Closing for the reasons stated before.

lightningterror avatar Nov 15 '22 11:11 lightningterror

@lightningterror what if I drop that commit ? the rest should be good

xantares avatar Nov 18 '22 08:11 xantares

I don't know why we would want to build with mingw anyway. There's plenty of issues with headers being out of date, subtle ABI differences, and it provides no advantage.

I have a branch with clang-cl support, which if you want to use non-MSVC codegen, works much better.

Edit: Probably should mention that once #7295 merges, it'll be using functions from Win10 1803 which might not be available, so it'll just break again. Plus the fact that our Qt builds are not for gcc, they're for msvc.

stenzek avatar Nov 18 '22 08:11 stenzek