Commit Graph

545 Commits

Author SHA1 Message Date
Marcel Veldhuizen d5ba1c6017 Fix load with preview file names and time stamps on extra banks 2024-09-14 23:32:58 +02:00
BearOso 8559143576 Fix compile on Windows. 2024-08-10 18:03:55 -05:00
BearOso 881eeaed9a Update some version strings. 2024-07-14 14:31:51 -05:00
BearOso a9e64edf73 Vulkan/Win32: Fix compile error. 2024-06-13 16:50:12 -05:00
BearOso 008cbcd1a1 Vulkan: Simplify set_vsync. Remove relaxed fifo.
It looks like relaxed fifo tears when refresh rate doesn't
match because it always misses a refresh interval.
2024-06-13 16:17:36 -05:00
BearOso c7b77d4a76 Win32: Throttle frame rate on alternate interlaced frames. 2024-06-07 14:27:47 -05:00
OV2 a277d7f9e8 win32: properly save bank+/- hotkeys (fixes #925) 2024-05-26 17:06:20 +02:00
OV2 911b416d28 win32: vulkan: apply vsync setting during init 2024-05-12 01:23:23 +02:00
OV2 f62eb40ac7 win32: skip framerate throttling in turbo mode (#853) 2024-05-12 01:20:34 +02:00
BearOso 6dd6f1945b Update version strings from 1.62.3 to 1.63. 2024-05-10 14:37:25 -05:00
OV2 d62f14212e win32: default new cheat val to current cheat val, show error on empty
new val (#918)
2024-05-10 00:29:19 +02:00
OV2 87f050feba win32: add cheat edit and search dialogs as hotkeys (#918) 2024-05-10 00:10:13 +02:00
OV2 bf83f0f605 win32: add hotkey to switch aspect ratio (#912) 2024-05-10 00:09:20 +02:00
OV2 ba6f67510e win32: fix warnings 2024-05-09 14:58:46 +02:00
OV2 be53955553 win32: allow multiselect in cheat dialog, handle delete and selection
(#916)
2024-05-08 16:53:11 +02:00
BearOso bac6798141 Win32: Fix missing semicolon. 2024-05-07 14:06:33 -05:00
BearOso 73cb8014f1 Win32: Show whether save state exists when slot selected. 2024-05-07 14:01:59 -05:00
OV2 77f86ef4b6 win32: only deinint d3d imgui elements if they were initialized 2024-05-05 19:25:47 +02:00
BearOso 3d5e412fb5 Vulkan-Hpp: Fix VULKAN_HPP_NO_NODISCARD_WARNINGS. 2024-04-13 13:49:48 -05:00
BearOso 46c6bd7eb4 Vulkan-Hpp: Don't use exceptions. 2024-04-12 18:47:16 -05:00
BearOso 6e738950c6 win32: Don't realloc graphics buffers when dialog shown. 2023-11-30 16:57:47 -06:00
OV2 5c65edbbca win32: map waveOut devices to mmdevices via endpoint id 2023-11-18 22:25:20 +01:00
OV2 d30060cdc1 win32: try MMDeviceEnumerator for waveOut device enumeration before
falling back to device caps (#883)
2023-11-03 19:07:09 +01:00
bearoso e49165c560
win32/d3d9: Don't reset ImGui with device.
Just recreate necessary objects.
2023-07-11 15:19:50 -05:00
OV2 c7e6e9c211 win32: only deinit ogl imgui when ogl is initialized 2023-05-08 19:06:14 +02:00
OV2 5481bb0436 win32: actually call function 2023-05-08 19:03:06 +02:00
OV2 f0f3c5502c win32: get rid of some warnings 2023-05-08 19:02:50 +02:00
BearOso 82f7658574 win32: Add imgui overlay to direct3d.
memmap: Use multiline rom info message.
2023-05-07 16:06:34 -05:00
BearOso 66df6f4182 win32: Fix casting for ancient sensitive CI tools. 2023-05-04 17:48:35 -05:00
BearOso bad8cfc209 win32: Wire imgui up to OpenGL and Vulkan. 2023-05-04 17:36:36 -05:00
BearOso ebf2e9981e win32: Get win32 working with variable font. 2023-05-04 15:55:11 -05:00
BearOso f83525490f win32: Fix ResourceLimits.cpp location. 2023-05-01 15:42:32 -05:00
BearOso 7726cc65d5 Remove some unused, misplaced, or ancient code. 2023-05-01 15:29:39 -05:00
OV2 3ab8f006cb win32: fix command line arguments (fixes #840) 2023-04-12 19:34:09 +02:00
BearOso f2be0cc11d win32: Increase width of Vulkan/OpenGL shader label. 2023-04-01 16:48:38 -05:00
OV2 b689d43471 win32: move backdrop hotkey to other visual hotkeys, move superscope
turbo to turbo hotkeys
2023-04-01 01:35:02 +02:00
BearOso 2cb8fd06e6 win32: Hide entry control if no hotkey binding is there. 2023-03-31 17:54:36 -05:00
BearOso 2a6b040f3e win32: Add Toggle Backdrop hotkey. 2023-03-31 17:39:14 -05:00
OV2 d29098ca44 win32: increase sound buffer to allow at least one frame (fixes #794) 2023-03-31 17:04:44 +02:00
OV2 0b5bad6523 win32: add separator in recent menu 2023-03-31 17:04:44 +02:00
BearOso 8b82d48793 Update version string to 1.62.3. 2023-03-30 11:18:33 -05:00
BearOso 691bc9fb49 Update version to 1.62.2. 2023-03-27 17:16:39 -05:00
BearOso 35ea8b4ec9 Update version strings from 1.62 to 1.62.1. 2023-03-25 10:52:21 -05:00
BearOso 0fe8bd3f0b Win32: Align hotkey 14's box. 2023-03-25 10:43:58 -05:00
BearOso fea6027898 Use alwaysinline with hq2x. 2023-03-24 17:44:45 -05:00
BearOso 63758bbe94 Win32: Adjust hotkey dialog tab order. 2023-03-24 14:54:59 -05:00
BearOso 3c50e995ee Win32: Allow the Vulkan driver to fail at the loader stage. 2023-03-24 14:39:31 -05:00
BearOso 929a213b71 Win32: Don't change hi-res filter when changing lo-res filter. 2023-03-24 13:54:34 -05:00
OV2 ea94129762 win32: fix warning 2023-03-24 15:53:30 +01:00
BearOso 9c92a3b38c Win32: Make frame skip box 1px wider to match. 2023-03-23 14:31:48 -05:00