Connor McLaughlin
|
3c83ef4939
|
NoGUI: Fail startup if font atlas creation fails
|
2021-04-10 14:59:59 +10:00 |
Connor McLaughlin
|
deeb861918
|
CommonHostInterface: Fix rumble not applying to non-first controller
|
2021-04-08 11:33:59 +10:00 |
Connor McLaughlin
|
19ca102b40
|
VulkanHostDisplay: Handle surface loss gracefully
Also skips a full swap chain recreate on resize.
|
2021-04-08 03:07:10 +10:00 |
Connor McLaughlin
|
72e6291107
|
HTTPDownloader: Drop user agent from base class
|
2021-04-04 13:30:28 +10:00 |
Connor McLaughlin
|
4062d6c015
|
Cheevos: Provide OS and arch in user agent
|
2021-04-04 13:02:02 +10:00 |
Connor McLaughlin
|
d41b5be908
|
HTTPDownloader: Fix user agent sending on Windows/Android
|
2021-04-04 12:55:03 +10:00 |
Connor McLaughlin
|
251043f11a
|
OSD: Add controller input display overlay
|
2021-04-04 04:08:42 +10:00 |
Connor McLaughlin
|
6c59e769ed
|
FullscreenUI: Fix double display of stats with debug menu
|
2021-04-03 02:53:28 +10:00 |
Connor McLaughlin
|
924756860e
|
HostDisplay: Support refresh rate queries on all platforms except Mac
|
2021-04-03 02:53:28 +10:00 |
Connor McLaughlin
|
872a9b95c7
|
Android: Remove quick menu hotkey
It has its own quick menu hotkey.
|
2021-04-01 02:29:59 +10:00 |
C.W. Betts
|
b8e85798a6
|
Fix wrong printflike for FormattedError in Cheevos.
|
2021-03-29 14:04:23 -06:00 |
C.W. Betts
|
fb7a8886f1
|
Add more printflike macros.
|
2021-03-29 13:56:19 -06:00 |
Connor McLaughlin
|
a9c026f06a
|
Settings: Rename 'FPS' to 'Game Frame Rate'
|
2021-03-28 13:47:53 +10:00 |
Connor McLaughlin
|
e9aab649e5
|
GameList: Bump cache version
Force playlists to re-scan.
|
2021-03-27 17:31:20 +10:00 |
Connor McLaughlin
|
5aa70cf797
|
Settings: Add memory card directory option
|
2021-03-27 15:18:29 +10:00 |
Connor McLaughlin
|
50d712c3fe
|
CDImage: Support sub-images, use subimages for m3u
|
2021-03-27 15:18:29 +10:00 |
Connor McLaughlin
|
573aa6d9cc
|
FullscreenUI: Fix missing window title with playlist
|
2021-03-27 13:44:59 +10:00 |
Connor McLaughlin
|
f1fb7383b7
|
DInputControllerInterface: Support diagonals in hat
|
2021-03-25 13:50:13 +10:00 |
Connor McLaughlin
|
11dcba1b68
|
CDImage: Use Error class for complex errors
|
2021-03-19 01:58:00 +10:00 |
Connor McLaughlin
|
4c76d88728
|
Cheevos: Fix panic when logging in with fullscreen UI disabled
|
2021-03-17 00:51:13 +10:00 |
Albert Liu
|
46ff2b553d
|
CDImage: Add support for loading PBP images
|
2021-03-15 20:06:39 -07:00 |
Connor McLaughlin
|
a0086851ce
|
Qt: Fix double-clicking psexes/psfs in game list
|
2021-03-16 01:59:17 +10:00 |
Connor McLaughlin
|
299ba60b8d
|
XInput: Fix trigger magnitude being doubled
|
2021-03-16 01:59:17 +10:00 |
Connor McLaughlin
|
a8fd4d5bbd
|
HTTPDownloaderWinHttp: Hopefully fix issue on Windows <8.1
|
2021-03-15 01:46:26 +10:00 |
Connor McLaughlin
|
ee171465ea
|
CommonHostInterface: Move controller ID parsing to interface
|
2021-03-14 19:32:03 +10:00 |
Connor McLaughlin
|
6bced299f4
|
Android: Add AndroidHTTPDownloader class
|
2021-03-14 02:21:15 +10:00 |
Connor McLaughlin
|
566ecaf209
|
Cheevos: Remove redundant message on login
|
2021-03-14 02:21:05 +10:00 |
Connor McLaughlin
|
658184f85f
|
GameSettings: Fix SSAA always showing on Android
|
2021-03-14 02:19:51 +10:00 |
Connor McLaughlin
|
fa03038cef
|
Cheevos: Clear login timestamp on logout
|
2021-03-14 02:01:48 +10:00 |
Connor McLaughlin
|
28e52e53e7
|
FullscreenUI: Allow tweaking notification vertical position
|
2021-03-14 02:01:48 +10:00 |
Silent
|
6350bb0e36
|
Hook up plurality to OSD messages
|
2021-03-12 21:40:24 +01:00 |
Connor McLaughlin
|
e10271e18b
|
GameList: Allow webp covers
Currently only enabled for Qt/Android, nogui lacks a decoder.
|
2021-03-12 03:06:11 +10:00 |
Connor McLaughlin
|
7241876cc7
|
CommonHostInterface: Fix -settings on cmdline not applying
|
2021-03-12 03:02:57 +10:00 |
Connor McLaughlin
|
14a98c3c9e
|
CommonHostInterface: Fix reset settings not saving on startup
|
2021-03-12 03:02:45 +10:00 |
Connor McLaughlin
|
eca0b51008
|
GameSettings: Fix incorrect key for texture filter load from ini
|
2021-03-12 02:18:50 +10:00 |
Connor McLaughlin
|
272daedc46
|
GameSettings: Don't display message for icache force enable
This likely isn't something the user has explicitly enabled, therefore
no need to spam them with the override.
|
2021-03-09 17:24:46 +10:00 |
Silent
|
435a848559
|
FullscreenUI: Close menus on Cancel button edge only
Now requires the button to be released, THEN pressed
|
2021-03-08 20:42:32 +01:00 |
Silent
|
3849ec449b
|
Revert "CommonHostInterface: Use key-release to open quick menu"
This reverts commit e0161c3bb2 .
|
2021-03-08 20:16:38 +01:00 |
Connor McLaughlin
|
e0161c3bb2
|
CommonHostInterface: Use key-release to open quick menu
Fixes auto closing when it's bound to escape.
|
2021-03-08 11:45:48 +10:00 |
Connor McLaughlin
|
e2694b2570
|
Cheevos: Fix unlimited fast forward in hardcode mode
|
2021-03-08 11:44:02 +10:00 |
Connor McLaughlin
|
5e0ebb5d5f
|
SDLControllerInterface: Don't crash on unbound hat index
|
2021-03-08 02:48:18 +10:00 |
Connor McLaughlin
|
1893bfd248
|
Cheevos: Don't choke on long passwords
|
2021-03-08 01:53:26 +10:00 |
Connor McLaughlin
|
39498cda10
|
FullscreenUI: Make right click on binding clear it
|
2021-03-08 01:53:26 +10:00 |
Connor McLaughlin
|
627f147a90
|
Support compiling for FreeBSD
|
2021-03-07 19:35:02 +10:00 |
Connor McLaughlin
|
3f5d6ee025
|
CommonHostInterface: FixIncompatibleSettings() should be marked override
|
2021-03-07 17:35:02 +10:00 |
Connor McLaughlin
|
753dd0480f
|
CDImage: Add support for loading mds/mdf images
|
2021-03-07 16:26:15 +10:00 |
Connor McLaughlin
|
6bbb1128b6
|
System: Hash executable for game code when system.cnf missing
|
2021-03-07 02:47:00 +10:00 |
Connor McLaughlin
|
ac4dd11fa0
|
CDImage: Add support for ECM images
|
2021-03-07 02:47:00 +10:00 |
Connor McLaughlin
|
ae17ade117
|
FullscreenUI: Add missing stretch/internal res screenshot options
|
2021-03-06 02:22:35 +10:00 |
Connor McLaughlin
|
359d1509be
|
Qt: Add option for internal/window resolution screenshots
|
2021-03-06 02:22:28 +10:00 |