Commit Graph

22 Commits (838254527321c923a647380f0a35c230c7330b31)

Author SHA1 Message Date
Connor McLaughlin a563f99191 dep/imgui: Update to 9499afdf5e7f22e2cf4bf7c365d18f7e1d07572b 4 years ago
Connor McLaughlin 6f60960a1d dep/imgui: Move internal header to public include 4 years ago
Connor McLaughlin 49cea927f0 Build: Add ARM64 platform for Windows 4 years ago
Connor McLaughlin ac6b9dc87f dep/imgui: Move implementations to frontend-common 5 years ago
Connor McLaughlin c5db7db182 Build: Compile source as UTF-8 with MSVC 5 years ago
Connor McLaughlin 2c0a28398c dep/imgui: Add Vulkan renderer 5 years ago
Connor McLaughlin 7677c95fa7 dep/imgui: Fix crash when base vertex unsupported (GLES) 5 years ago
Connor McLaughlin 3daa6b469a Build: Explicitly disable spectre mitigations
Mitigations-off gave a roughly 20-25% boost in performance on my laptop
(i7-7700HQ), even with the recompiler.

It seems AppVeyor was building with them enabled. You shouldn't treat an
emulator like a sandbox and run untrusted code in it amyway.
5 years ago
Connor McLaughlin 6efcf2d912 ImGui: Fix OpenGL rendering on hidpi displays 5 years ago
Connor McLaughlin 5957df5b5c Update SDL2 to 2.0.10 5 years ago
Connor McLaughlin 0df741a799 Frontend: Disable controller input for navigating UI
It seems to interfere too much with normal gameplay.
5 years ago
Connor McLaughlin ea0b13a05c More changes to accomodate Android - imgui/host display 5 years ago
Connor McLaughlin 9da4e642af CMake: Include SDL2 module in-tree 5 years ago
Connor McLaughlin 57c4101ff4 dep: Add imgui_stdlib.cpp 5 years ago
Connor McLaughlin 1a6c51e74b dep/imgui: Support both GL and GLES without macro 5 years ago
Connor McLaughlin 5f0980c684 dep: Update imgui 5 years ago
Connor McLaughlin 83b67b3c4c Frontend: Clear focus after loading/saving state 5 years ago
Connor McLaughlin 41574d92e8 Build: Enable conformance mode 5 years ago
Connor McLaughlin f314a26eee Handle controller inputs in ImGui 5 years ago
Connor McLaughlin 1adb1d14ae Build: Enable inlining for __inline functions in DebugFast 5 years ago
Connor McLaughlin e68cddf017 Fix CMake build 5 years ago
Connor McLaughlin 2149ab4d69 Initial commit 6 years ago