VelocityRa / pctation

PlayStation emulator & debugger in C++17
MIT License
115 stars 7 forks source link

Preliminary support for Visual Studio 2022 #3

Closed aybe closed 2 years ago

aybe commented 2 years ago

This is my small contribution to the project, not really a C++ pro so you may want to adjust a few things!

I have been able to fix and get the project to build by generating an .sln file using cmake-gui.

But there's one thing I'm not happy about it but I couldn't figure out how to do without:

64775c700ab33f65fe4e30612a2f48cf5c726ad8

I simply removed the embedded vcpkg in favor of my own in c:\vcpkg, this is because I haven't been able to get the embedded one to detect the VS2022 installation.

aybe commented 2 years ago

I just squashed the commits for you.

As on what would be the best to do, you'll be the judge, I'm a C++ noob so I can't really tell...

VelocityRa commented 2 years ago

I don't intend on merging external PRs for this project, sorry! It was a personal project done for the fun of it and I probably won't touch it again. Thank you anyway. :)

aybe commented 2 years ago

Alright mate, great project and thanks for sharing it anyway :)