Connor McLaughlin
67f352339c
CommonHostInterface: Add swap memory cards hotkey
2021-05-20 12:19:28 +10:00
Connor McLaughlin
f3cceca805
NoGUI: Implement mouse cursor hiding in fullscreen
2021-05-20 12:19:28 +10:00
Connor McLaughlin
2fe1f3c2f7
VulkanHostDisplay: Wait for GPU idle on surface change
2021-05-20 12:19:28 +10:00
Connor McLaughlin
c43957d385
FullscreenUI: Add controller autofire settings
2021-05-20 12:19:28 +10:00
Connor McLaughlin
01c869b704
CommonHostInterface: Implement controller autofire
2021-05-20 12:19:28 +10:00
Connor McLaughlin
f5bec87f79
CommonHostInterface: Add Toggle PGXP CPU Mode hotkey
2021-05-20 12:19:28 +10:00
Connor McLaughlin
fd462ab778
VulkanHostDisplay: Fix crash in RenderScreenshot() when display disabled
2021-05-20 12:19:27 +10:00
Connor McLaughlin
1f206421e8
CommonHostInterface: Prevent crash with fullscreen UI enabled
2021-05-20 12:19:27 +10:00
Connor McLaughlin
3d972955a7
FullscreenUI: Fix empty cheat menu leaving system paused
2021-05-20 12:19:27 +10:00
Connor McLaughlin
a6d2324f0e
ControllerInterface: Don't fire events when fullscreen UI active
2021-05-20 12:19:27 +10:00
Connor McLaughlin
00ffffe8c0
VulkanHostDisplay: Handle surface changes if this happens
2021-05-20 12:19:27 +10:00
Connor McLaughlin
08a815ad7b
FullscreenUI: Make show status indicator setting local
2021-05-20 12:19:26 +10:00
Connor McLaughlin
172ba1fc32
CommonHostInterface: Fix controller masking for Start Disc
2021-05-20 12:19:26 +10:00
ValadAmoleo
1fa4460590
Added a toggle for persistent message. ( #2106 )
...
* Added a toggle for persistent message.
Added a toggle to display settings to disable persistent messages (ff, pause) in the fullscreen UI.
* Moved toggle for the icons to advanced settings.
Moved the toggle to the advanced settings as suggested. Renamed the option from "show persistent messages" to "show speed icons", so that it's much more specific.
2021-05-20 12:19:26 +10:00
Connor McLaughlin
8dd36f4474
CommonHostInterface: Fix translatability of widescreen hack toggle message
2021-05-20 12:19:23 +10:00
ValadAmoleo
057c264d97
Widescreen Hotkey ( #2080 )
...
* Widescreen Hotkey
Added the ability to toggle Widescreen Hack and set the Aspect Ratio via a hotkey.
This is in response to Discussion #1912 (https://github.com/stenzek/duckstation/discussions/1912 )
* Widescreen Hotkey Uses Settings
The Widescreen Hotkey now looks at the user's global or game settings when toggling. This means:
When disabling the widescreen hack it uses a non-wide ratio as set by the user if available or auto if unavailable.
When enabling the widescreen hack it uses a wide ratio as set by the user if available or 16:9 if unavailable.
* Avoids loading the entire settings now.
Specifically loads the aspect ratio setting.
2021-05-20 12:19:23 +10:00
Connor McLaughlin
e226464a35
GameSettings: Add GPU renderer and 8MB RAM options
2021-05-08 03:45:14 +10:00
Connor McLaughlin
e84fe4d948
D3D11HostDisplay: Fix alpha channel of lightgun crosshair
2021-05-08 03:24:18 +10:00
Connor McLaughlin
8a39969a61
SDLControllerInterface: Prevent crash with out-of-range buttons
2021-05-08 03:24:18 +10:00
Connor McLaughlin
e5a6103f74
ControllerInterface: Move axes/constants to derived class
2021-05-08 03:24:18 +10:00
Connor McLaughlin
9ff1f153be
CommonHostInterface: Remove some rarely used default hotkeys
2021-05-08 03:24:18 +10:00
Connor McLaughlin
e382df0d41
Support expanding RAM to 8MB (dev console)
2021-05-03 12:43:33 +10:00
Connor McLaughlin
19b84cbe4d
GameList: Support getting covers without list entry
2021-05-02 14:57:52 +10:00
Connor McLaughlin
44f29da40f
CommonHostInterface: Fix OSD messages not clearing on shutdown
2021-05-01 13:37:29 +10:00
Connor McLaughlin
e8fece60cf
CommonHostInterface: Fix crash booting exe/psf from file
2021-05-01 02:58:43 +10:00
Connor McLaughlin
864e7f0c91
GameSettings: Add custom aspect ratios
2021-04-30 02:53:03 +10:00
Connor McLaughlin
256f272768
Support custom and match display aspect ratios
2021-04-30 02:53:03 +10:00
Connor McLaughlin
48bc152a63
Vulkan/SwapChain: Ensure returned height is at least 1x1
2021-04-30 02:53:03 +10:00
Connor McLaughlin
c2916e0719
System: Render save state screenshots at fixed resolution
...
Fixes delays when saving state at high internal resolution.
2021-04-28 02:51:44 +10:00
Connor McLaughlin
67adc986ab
VulkanHostDisplay: Fix incorrect screenshot size rendering when specified
2021-04-28 02:51:44 +10:00
Connor McLaughlin
6767fa1e5f
OpenGLHostDisplay: Disable scissor test before rendering
...
Fixes uncleared screen sections in OpenGL renderer.
2021-04-28 02:51:44 +10:00
Connor McLaughlin
e6383286d9
D3D11HostDisplay: Make screenshots/display rendering opaque
2021-04-28 02:51:44 +10:00
iFarbod
0f8128cc23
Fix width and height checks for fullscreen swapchain
...
Height is being compared against Width somehow, this is wrong..
2021-04-26 22:33:28 +04:30
Connor McLaughlin
1e44c2f3d0
GameSettings: Add trait to force LUT fastmem
...
Should help with games like CMR2 and Lagnacure (which are
constantly invalidating code), and THPS series (which use
memory mirrors).
2021-04-27 03:16:44 +10:00
Connor McLaughlin
46d19eeb1f
Android: Allow opening/getting files relative to downloads directory
2021-04-24 16:19:13 +10:00
Connor McLaughlin
8f821c776c
FullscreenUI: Fix compile with cheevos compile-time disabled
2021-04-22 15:52:11 +10:00
Connor McLaughlin
cc6ef01926
CMake: Add missing rapidjson dependency for frontend-common
2021-04-22 15:44:31 +10:00
Connor McLaughlin
558978b7f2
GameDatabase: Fix incorrect entries returned from short serials
2021-04-22 13:40:48 +10:00
Silent
712a11fb71
Hotkey Settings: Fix a missing space in Change Disc
2021-04-21 23:57:15 +02:00
Connor McLaughlin
a7017783e4
dep/rurl: Enlarge username buffers
2021-04-21 01:55:10 +10:00
Connor McLaughlin
704c160c35
CommonHostInterface: Add CPU overclock toggle hotkey
2021-04-20 16:06:34 +10:00
Connor McLaughlin
49cd62aa6e
Merge pull request #1996 from jpchow26/master
...
Update game_database.cpp
2021-04-20 12:27:06 +10:00
Connor McLaughlin
045eb8be76
HTTPDownloaderCurl: Set CURL_NOSIGNAL and block SIGPIPE
2021-04-20 12:25:28 +10:00
jpchow26
c86ff987eb
Update game_database.cpp
...
fix windows build with missing include
2021-04-19 16:46:35 -04:00
Connor McLaughlin
c4891af00e
GameList: Fix broken cover-by-file-title detection
2021-04-18 19:00:27 +10:00
Connor McLaughlin
a6cd7f383a
Merge pull request #1984 from ggrtk/cubeb-persist
...
CubebAudioStream: Set CUBEB_STREAM_PREF_PERSIST flag
2021-04-18 13:53:09 +10:00
Connor McLaughlin
021a3677f9
Merge pull request #1975 from soaresden/master
...
Duckstation - Adding F8 to change discs
2021-04-18 13:52:39 +10:00
Connor McLaughlin
64bd840195
Update common_host_interface.cpp
2021-04-18 13:52:17 +10:00
Albert Liu
e9e4d4174b
CubebAudioStream: Set CUBEB_STREAM_PREF_PERSIST flag
...
This is required for getting default IAudioClient behavior on the WASAPI
backend.
2021-04-17 20:37:49 -07:00
soaresden
b0bd4b8cfe
Adding Shortcut to Change Disc
...
Adding ShortCut to F8
simplifying
simplifying the code
2021-04-17 19:16:43 +02:00