aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
158 stars 36 forks source link

Update VS project to C++20 #127

Closed malleoz closed 1 month ago

malleoz commented 1 month ago

ae32ba2 introduces a C++20 standard, which exposes that the Visual Studio project was not updated to support the newer standard.

cristian64 commented 1 month ago

Looks good to me.

CMake file had been updated to C++20 in a0bb1a4b86d19ddc10b6b543bf3a3b15203f092e (#120), but the VS project files were overlooked. (Sorry!)