aldelaro5 / dolphin-memory-engine

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

Compile with C++20. #120

Closed cristian64 closed 5 months ago

cristian64 commented 5 months ago

Sets CMAKE_CXX_STANDARD to 20 in the CMake file.

Implicit captures ([=]), deprecated since C++20, have been dropped in favor of explicit captures.