Cemu/src/imgui
Exzap a5ae41fdbe build: Remove unnecessary includes to improve compile times
Also revert PCH reuse for everything but MSVC. Other compilers/platforms have limitations that make reused PCH a bit too fragile. I got it to work but only after forcing certain flags globally (like -pthread) and I dont think its a good idea to do that
2026-03-24 04:15:28 +01:00
..
CMakeLists.txt build: Remove unnecessary includes to improve compile times 2026-03-24 04:15:28 +01:00
imgui_extension.cpp UI+build: Isolate wxWidgets code from non-GUI code (#1633) 2025-07-15 04:28:41 +02:00
imgui_extension.h Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +02:00
imgui_impl_metal.h Add Metal backend (#1287) 2025-12-06 17:14:25 +01:00
imgui_impl_metal.mm Add Metal backend (#1287) 2025-12-06 17:14:25 +01:00
imgui_impl_opengl3.cpp Add all the files 2022-08-22 22:21:23 +02:00
imgui_impl_opengl3.h Add all the files 2022-08-22 22:21:23 +02:00
imgui_impl_vulkan.cpp Vulkan: Improve post-shutdown cleanup and minor improvements (#1401) 2025-01-23 21:20:03 +01:00
imgui_impl_vulkan.h Vulkan: Further swapchain code improvements. (#473) 2022-11-11 08:14:38 +01:00