Connor McLaughlin
|
6e80c882df
|
FullscreenUI: Allow vertical scaling
|
2021-02-24 01:22:04 +10:00 |
|
Connor McLaughlin
|
a7e4d55d02
|
Move game settings apply to CommonHostInterface
|
2021-02-24 01:22:04 +10:00 |
|
Connor McLaughlin
|
28fdc5537f
|
FullscreenUI: Draw quick menu at screen bounds, not scaled bounds
|
2021-02-24 01:22:04 +10:00 |
|
Connor McLaughlin
|
8318cdb3c1
|
Move ImGui setup to common, and enable fullscreen UI in Qt
|
2021-02-24 01:22:03 +10:00 |
|
Connor McLaughlin
|
d0f6ff03a5
|
FullscreenUI: Remove local pointer to SettingsInterface
|
2021-02-24 01:21:43 +10:00 |
|
Connor McLaughlin
|
1fc53ff622
|
CommonHostInterface: Move settings interface pointer to base class
|
2021-02-24 01:21:43 +10:00 |
|
Connor McLaughlin
|
7e1fe166ee
|
FullscreenUI: Add notifications API
|
2021-02-24 01:21:43 +10:00 |
|
Connor McLaughlin
|
7501e89b7a
|
System: Add path/image to game change notification
|
2021-02-24 01:21:43 +10:00 |
|
Connor McLaughlin
|
77090865c1
|
OSD: Draw shadows on stats overlays (FPS/Resolution)
Makes it more visible on white backgrounds.
|
2021-02-24 01:21:43 +10:00 |
|
Connor McLaughlin
|
175abd4914
|
CommonHostInterface: Filter OSD messages in acquire for disabled case
|
2021-02-24 01:21:43 +10:00 |
|
Connor McLaughlin
|
75776f9b33
|
Merge pull request #1657 from CookiePLMonster/savestate-ui-legend
Save State UI: Add legend showing hotkeys
|
2021-02-24 01:21:24 +10:00 |
|
Silent
|
78f9136fb8
|
Save State UI: Cache legend strings
|
2021-02-22 19:34:51 +01:00 |
|
Connor McLaughlin
|
caae06dbf4
|
Merge pull request #1646 from piepacker/jake/osd_locking_opt
optimize locking mechanism for OSD messages (deadlock-proofing)
|
2021-02-22 12:21:12 +10:00 |
|
Silent
|
e361b9f012
|
Save State UI: Make the widget translatable
|
2021-02-19 20:14:33 +01:00 |
|
Silent
|
82a217570c
|
Save State UI: Add legend showing hotkeys
|
2021-02-19 20:14:00 +01:00 |
|
Connor McLaughlin
|
1b544ae350
|
GameList: Slight optimization to scanning
|
2021-02-19 01:37:56 +10:00 |
|
Connor McLaughlin
|
cacf12c209
|
FileSystem: Migrate component extractors to std::string_view
|
2021-02-19 01:37:56 +10:00 |
|
Connor McLaughlin
|
8c7aec2edf
|
CommonHostInterface: Ensure game list is loaded before booting
Fixes a possible race/crash when starting with a filename in NoGUI.
|
2021-02-19 01:37:56 +10:00 |
|
Connor McLaughlin
|
e7b9309567
|
GameSettings: Add PGXP projection precision
|
2021-02-18 02:19:43 +10:00 |
|
Connor McLaughlin
|
7641bbf5f2
|
UI: Shuffle around PGXP settings
|
2021-02-18 02:08:48 +10:00 |
|
Connor McLaughlin
|
09805c1f80
|
FullscreenUI: Fix controller navigation in disc change
|
2021-02-18 02:08:47 +10:00 |
|
Jake Stine
|
c3c4181074
|
optimize locking mechanism for OSD messages, use EnumerateOSDMessages more generally
|
2021-02-15 16:53:40 -08:00 |
|
Silent
|
82469ac425
|
Fix a missing comma in the PGXP message
+ translations fixed to account for that
|
2021-02-15 23:36:39 +01:00 |
|
Connor McLaughlin
|
65daf1d6a0
|
Vulkan: Support fullscreen resolution enumeration
|
2021-02-16 02:58:25 +10:00 |
|
Connor McLaughlin
|
0110295f2c
|
Android: Fix some game settings saving/loading incorrectly
|
2021-02-15 00:21:27 +10:00 |
|
Connor McLaughlin
|
d4143399eb
|
OpenGLHostDisplay: Support fullscreen mode enumeration (DRM only)
|
2021-02-14 18:36:21 +10:00 |
|
Connor McLaughlin
|
0c71a97e02
|
FullscreenUI: Add resolution selection
|
2021-02-14 18:36:21 +10:00 |
|
Connor McLaughlin
|
5a66639d78
|
HostDisplay: Add virtual method for getting resolutions
|
2021-02-14 18:36:21 +10:00 |
|
Connor McLaughlin
|
c8efade20c
|
CommonHostInterface: Don't draw OSD/FPS as windows
Slight performance improvement.
|
2021-02-12 01:01:30 +10:00 |
|
Connor McLaughlin
|
de688615ff
|
Qt: Add Clear and Reset buttons to cheat manager
|
2021-02-12 01:01:30 +10:00 |
|
Connor McLaughlin
|
5f6fce9d98
|
CommonHostInterface: Remove Rewind hotkey on Android
It's not enablable in the UI anywhere.
|
2021-02-11 01:40:00 +10:00 |
|
Connor McLaughlin
|
537f833658
|
FullscreenUI: Fix binding immediately when activating with controller
|
2021-02-08 00:57:56 +10:00 |
|
Connor McLaughlin
|
53fb55ff15
|
Add evdev controller interface
|
2021-02-08 00:47:39 +10:00 |
|
Connor McLaughlin
|
ee3aa0dc4d
|
OpenGLHostDisplay: Fix incorrect default for PBO streaming
|
2021-02-08 00:47:34 +10:00 |
|
Connor McLaughlin
|
b20b1a2fa8
|
OpenGLHostDisplay: Only disable streaming PBO on Adreno
It's slightly faster on Mali.
|
2021-02-06 20:19:10 +10:00 |
|
Connor McLaughlin
|
d416dbb461
|
FullscreenUI: Ensure fonts are at least one pixel high
|
2021-02-06 19:21:39 +10:00 |
|
Connor McLaughlin
|
c6ed19cc7b
|
OpenGLHostDisplay: Don't use PBOs for software upload on GLES
|
2021-02-06 19:20:05 +10:00 |
|
Connor McLaughlin
|
701edb335a
|
Various warning fixes
|
2021-02-06 19:19:55 +10:00 |
|
Connor McLaughlin
|
3c910782ca
|
FullscreenUI: Fix heading line width not being scaled
|
2021-02-06 19:19:21 +10:00 |
|
Connor McLaughlin
|
105376b1b3
|
FullscreenUI: Don't draw OSD over windows
|
2021-02-06 19:18:44 +10:00 |
|
Connor McLaughlin
|
d7962fdac7
|
ImGui: Use safe strcat/scanf on MSVC
|
2021-02-06 19:16:39 +10:00 |
|
C.W. Betts
|
662d6e9711
|
Fix possible log formatting errors.
|
2021-02-04 17:54:51 -07:00 |
|
Connor McLaughlin
|
43d1495a63
|
OpenGLHostDisplay: Allow filtering to be toggled for GLES2 path
|
2021-02-05 02:28:03 +10:00 |
|
Connor McLaughlin
|
d455b61d5e
|
OpenGLHostDisplay: Fix interlaced software renderer output
|
2021-02-05 02:16:45 +10:00 |
|
Connor McLaughlin
|
8f9bbb0bba
|
Vulkan: Support VK_KHR_display
|
2021-02-04 19:25:21 +10:00 |
|
Connor McLaughlin
|
fd269ec9dd
|
FullscreenUI: Use format string for TextWrapped()
|
2021-02-02 04:06:57 +10:00 |
|
Connor McLaughlin
|
e0dd45c35e
|
FullscreenUI: Fix game list settings not applying
|
2021-02-02 01:56:28 +10:00 |
|
Connor McLaughlin
|
1e8752759d
|
NoGUI: Set default settings if missing
|
2021-02-02 01:47:27 +10:00 |
|
Connor McLaughlin
|
c54842830f
|
FullscreenUI: Support modal error/confirmation
|
2021-02-02 01:40:37 +10:00 |
|
Connor McLaughlin
|
904680f0df
|
Settings: Make integer and linear upscaling mutually exclusive
|
2021-02-01 18:39:15 +10:00 |
|