Commit Graph

52 Commits (297165d1eec6880c4947c612dfde36c74fddd368)

Author SHA1 Message Date
Stenzek d26fc89aac
dep/imgui: RISC-V compile fix 3 months ago
Stenzek ed78a20ea7
FullscreenUI: More icon replacements 3 months ago
Stenzek 09a825720d
dep/imgui: Fix smooth scrolling on scrollbar drag 4 months ago
Stenzek 73fd97e770
GPUTextureCache: Fix reload replacements hotkey/menu action 5 months ago
Stenzek 891d5cefbe
ImGuiFullscreen: Allow smooth scrolling 6 months ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 6 months ago
Stenzek 63bf64b05d
ImGuiOverlays: Use actual recording icon 6 months ago
Stenzek 940200f7f3
FullscreenUI: More animation fixes 6 months ago
Stenzek 44471a66f6
dep/imgui: Don't copy the font data on building
For the CJK and SVG fonts, this is a **considerable** memory allocation
and copy, up to 20MB+. We really don't want to be doing this
unnecessarily, since we keep the buffer around anyway.
6 months ago
Stenzek 5c2fc68755
dep/imgui: Use stb_sprintf 6 months ago
Stenzek f30844cc40
ImGuiManager: Move glyph ranges to separate file 6 months ago
Stenzek b378ffb975
ImGui: Enable lunasvg 6 months ago
Stenzek f2c0303875
Misc: Use lightgun controller icon 6 months ago
Stenzek 096a0811bf
dep/imgui: Bump to v1.91.0 6 months ago
Stenzek 4d8ed49b24
FullscreenUI: Fix gaps between some UI elements
By rounding sizes up to the nearest pixel.
11 months ago
Stenzek de1a1af908
FullscreenUI: Avoid per-frame memory allocations with SmallString 11 months ago
Stenzek f4584f48f9
dep/imgui: Disable windowing key 11 months ago
Stenzek ffbb14f508
dep/imgui: Use FreeType rasterizer 11 months ago
Stenzek 44322a14f0
dep/imgui: Update to v1.90.4 11 months ago
KamFretoZ 1f6636f62b Qt: Icon updates 1 year ago
Stenzek f369724b7c
dep/imgui: Update to v1.90.1 1 year ago
Stenzek da9e3064c2
Achievements: Display missable/progression/win icons 1 year ago
Stenzek bbf7d9d769
ImGui: Add missing file 1 year ago
Connor McLaughlin 91c8681bed dep/imgui: Round when DPI scaling instead of flooring 2 years ago
Connor McLaughlin dde2f6cd68 dep/imgui: Reapply 89eda96cef 3 years ago
Connor McLaughlin 0c0bd4c995 dep: Update imgui to v1.88 3 years ago
Connor McLaughlin c43df29abc ImGuiFullscreen: Move to core 3 years ago
Connor McLaughlin 5da9edceb9 Build: Unify MSBuild options in props files 4 years ago
Connor McLaughlin e4b23ffb7e dep/imgui: Handle backspace text input 4 years ago
Connor McLaughlin 89eda96cef dep/imgui: Activate text input on mouse/gamepad nav 4 years ago
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