dolphin/Source
Pokechu22 f1f3fd5d9d InputCommon: Fix memory leak in ExpressionParser
We allocate in MakeSuppressor via `return unique_ptr(std::make_unique<...>(...).release(), InvokingDeleter{}`, so it wasn't properly getting freed.
2023-02-17 18:29:36 -08:00
..
Android Merge pull request #11538 from t895/disc-speed-stuff 2023-02-13 15:46:56 +13:00
Core InputCommon: Fix memory leak in ExpressionParser 2023-02-17 18:29:36 -08:00
DSPSpy
DSPTool Use GNUInstallDirs for installation paths 2023-01-30 09:44:44 -06:00
PCH CMake/MSVC: Fix warnings about conflicting /Zi and /Z7 2023-01-31 23:21:07 +13:00
UnitTests Add unit test for File::CreateFullPath(). 2023-02-15 02:56:10 +01:00
VSProps msvc: note some things to enable in vs 17.5 2023-01-13 01:36:03 -08:00
.clang-format
CMakeLists.txt
dolphin-emu.sln Add Dear ImPlot Library 2022-12-22 14:32:42 -05:00