dolphin/Externals/imgui
Pokechu22 0fcff9f5ea cmake: Use C++20 for ImGui
We use Dolphin code (specifically Common's ASSERT) from ImGui, and that will use C++20 features in the next commit, so ImGui needs to be built with C++20 for that to work properly.
2022-08-23 12:09:51 -07:00
..
CMakeLists.txt cmake: Use C++20 for ImGui 2022-08-23 12:09:51 -07:00
LICENSE.txt Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
README.txt Externals: Use Common ASSERT for IM_ASSERT 2022-03-25 10:37:20 -07:00
exports.props msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
imconfig.h Externals: Use Common ASSERT for IM_ASSERT 2022-03-25 10:37:20 -07:00
imgui.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
imgui_draw.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui_internal.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui_tables.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imgui_widgets.cpp Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imstb_rectpack.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imstb_textedit.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00
imstb_truetype.h Externals: Update imgui to 1.85 2021-10-26 15:07:57 -07:00

README.txt

When updating, make sure to preserve changes to imconfig.h.  Dolphin modifies it to use a custom assertion handler and to tweak settings.