summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-03Add ImGui main menuimguiClément Gallet
2024-01-03Implement imgui clipboard and mouse warpClément Gallet
2024-01-01Write a separate ImGui file for xlib stuffClément Gallet
2024-01-01First version of log windowClément Gallet
2023-12-31Update appveyorClément Gallet
2023-12-31Split ScreenCapture into multiple filesClément Gallet
2023-12-30CleanupClément Gallet
2023-12-30Implement Vulkan rendering skipping for fast-forwardClément Gallet
2023-12-30Get rid of Vulkan validation errorsClément Gallet
2023-12-30Try using semaphore for vulkan renderingClément Gallet
2023-12-30First working Vulkan OSDClément Gallet
2023-12-23Start writing imgui vulkan OSDClément Gallet
2023-12-22Support ImGui SDL2 rendererClément Gallet
2023-12-22Add imgui mouse cursorsClément Gallet
2023-12-21Add imgui lua drawingClément Gallet
2023-12-21Print OSD text using imguiClément Gallet
2023-12-21Add mouse wheel eventClément Gallet
2023-12-21First use of imgui for OpenGLClément Gallet
2023-12-12More robust Unity main thread waitingClément Gallet
2023-12-07Remove mono hooks and cpucount which are uselessClément Gallet
2023-12-07Remove warningClément Gallet
2023-12-07Measure performance of hooked functionsClément Gallet
2023-12-07Run Unity jobs sequentially, and change how main thread waitsClément Gallet
2023-12-01Ram Watch save/load file chooser now remembers the last used fileClément Gallet
2023-11-30Move around filesClément Gallet
2023-11-30Fix early access to controllersClément Gallet
2023-11-30Lazy initialize Screen CaptureClément Gallet
2023-11-30Fix compile errorClément Gallet
2023-11-30Fix framerate changes and clearer input editorClément Gallet
2023-11-29Use Singleton for AudioContextClément Gallet
2023-11-29Build all objects inside AllInputs structs to avoid testing for presenceClément Gallet
2023-11-27Implement more and rearrange OpenAl functionsClément Gallet
2023-11-27Merge pull request #579 from CasualPokePlayer/openal_soft_preferenceClément Gallet
2023-11-27Merge branch 'master' into openal_soft_preferenceClément Gallet
2023-11-27Check for more Steam interface versionsClément Gallet
2023-11-26Save and intersect pointermapsClément Gallet
2023-11-26Speedup movie loading and input pasting by not using regexClément Gallet
2023-11-26Bug fixClément Gallet
2023-11-21Allow some settings to change during game executionClément Gallet
2023-11-20When input editor is opened, always load savestates in playback modeClément Gallet
2023-11-20More forward declarationsClément Gallet
2023-11-20Reduce the number of AllInputs copiesClément Gallet
2023-11-20Start changing the AllInputs internal structClément Gallet
2023-11-17Fix "Uncontrolled time" starting with high valueClément Gallet
2023-11-13Show another column previewClément Gallet
2023-11-13Set corresponding radio button when changing a screen resolution valueClément Gallet
2023-11-13Optimize input editor pastingClément Gallet
2023-11-12Handle softlock inside snd_pcm_wait()Clément Gallet
2023-11-12Fix compile errorClément Gallet
2023-11-12Add Shift modifier for text inputClément Gallet