Commit Graph

11338 Commits (a52dcc7031e93837a4dfbbdd256954640e84976c)
 

Author SHA1 Message Date
Stenzek a52dcc7031
Data: Update SDL game controller database 7 months ago
Stenzek 82f36ad8d9
SettingsInterface: Move functions to .cpp file
Knocks ~10KB off the binary size. LLVM LTO inlines most of them anyway.
7 months ago
Stenzek e6238dac16
Settings: Add and use saturated int retrieval helpers 7 months ago
Stenzek 1b2bcfd4ce
Common: Move BCD helpers into separate file
Saves a few unnecessary includes.
7 months ago
Stenzek 8d359a6c82
Achievements: Add scale options for notifications/indicators 7 months ago
Stenzek 6bb397a8a3
FullscreenUI: Adjust achievements pause menu overlay margins
Bring it more in line with the menu.

Also normalize the background alpha with the settings window.
7 months ago
Stenzek d1e14af24b
FullscreenUI: Update translation strings
Forgot this..
7 months ago
Stenzek 7962b9fa06
Achievements: Don't read g_settings on video thread 7 months ago
Stenzek 913aaf6023
Settings: Remove persistent OSD message type duration
We don't need to store it.
7 months ago
Stenzek 14d49a47ac
Qt: Display content and RA hash in summary page 7 months ago
Stenzek 0cf818e50b
Qt: Combine a couple of summary page fields
Make some more space.
7 months ago
Stenzek 2d727922ed
Qt: Allow game to override state media path when resuming
Regression from ce83fb8f5d.
7 months ago
Stenzek e50acca9ab
Qt: Annotate missing BIOS images 7 months ago
Stenzek 0f81e595df
GameDB: Add sortName for NBA Live games 8 months ago
Stenzek 7bcc0a739b
Qt: Remove redundant lambda 8 months ago
Stenzek 24c43abef0
FullscreenUI: Fix scroll not resetting in split window 8 months ago
Stenzek 740998b84d
Settings: Don't write OSDPersistentDuration to ini
It's not loaded, and this was a typo.
8 months ago
Stenzek ca59d794eb
VideoThread: Fix mismatch between fullscreen_state and real state 8 months ago
Stenzek ce83fb8f5d
Qt: Hook resume state button up to confirm dialog
Instead of unconditionally loading.
8 months ago
Stenzek f0709ae8f9
Qt: Use _L1 string literal where appropriate 8 months ago
Stenzek 72561b5071
FullscreenUI: Add missing error parameter to RasterizeSVG() 8 months ago
Stenzek 1feea431bc
Achievements: Make GameHashToString() public 8 months ago
Stenzek eda65a6ae2
PostProcessing: Fix texture hazard when stages disabled 8 months ago
Stenzek 8c669e38c8
VideoThread: Simplify reconfiguration
- Removes cross-thread access of FSUI state.
- Fixes lockup when startup fails.
8 months ago
Stenzek 1a607257fb
System: Fix game settings not deloading after shutdown 8 months ago
Anderson Cardoso 14decb1667
Atualização Português do Brasil (#3697)
Atualizado para a última versão.
8 months ago
Davide Pesavento 0b7d3ce2f6
PostProcessing: Correctly update stage count when removing/clearing stages (#3698) 8 months ago
Stenzek 016c08b9c3
GPU/HW: Use clamped rect for sprites-as-fills
Fixes VRAM corruption in Tales of Phantasia with the texture cache
enabled.
8 months ago
Stenzek 0094344360
README: Add links/instructions to Windows installer 8 months ago
Stenzek 372e1f3533
InputManager: Fix needing double press for button binding
Regression from 44e055ba03
8 months ago
Stenzek 682c9c6431
InputManager: Only enable sensor polling if there are bindings
Or when binding (hook).
8 months ago
Stenzek 653d04c84b
InputManager: HasAnyBindingsForSource() shouldn't check subtype
Only affected pause-on-controller-removal, and if you didn't have any
controller buttons bound.
8 months ago
Stenzek ab959a5d47
InputManager: Always call SetHook()/RemoveHook() on core thread 8 months ago
Stenzek bcd7a43cf9
InputManager: Fix typo in variable name 8 months ago
Stenzek faf988b31b
System: Match console region to BIOS region when starting BIOS
Avoids using NTSC timings if you only have a PAL BIOS.
8 months ago
Víctor "IlDucci dc78763292
Spanish (Spain) translation update (#3696)
Out-of-schedule update to add the revamped Capture/OSD menus.
8 months ago
Stenzek 43cf1d93a8
Installer: Share progress callback with updater 8 months ago
Stenzek 5bf65fe48b
Installer: Calculate estimated size for uninstaller entry 8 months ago
Stenzek 7e4efbfa9c
CI: Generate Windows installers 8 months ago
Stenzek 4756b17899
Installer: Add Windows uninstaller program 8 months ago
Stenzek 22c8d91109
Installer: Add windows installer program 8 months ago
Stenzek 186d558332
FileSystem: Check fclose() for WriteBinaryFile()/WriteStringToFile() 8 months ago
Connor McLaughlin fcd3f972c1
README: Update resource overrides section
Replace with a link to the wiki page.
8 months ago
Stenzek d8b889757b
Qt: Reverse window open order on all Wayland platforms
Turns out KDE's kinda broken too - behaves inconsistently from run to
run. Probably a QtWayland issue, can't be arsed debugging.
8 months ago
Stenzek 59aeb1e84b
VulkanDevice: Fix query index in WaitForCommandBufferCompletion() 8 months ago
Stenzek 3a54524e40
VulkanDevice: Add missing scissor clamp in SetInitialPipelineState() 8 months ago
Stenzek 2bd0a6ab41
VulkanDevice: Fix incorrect stage bits for compute PushUniformBuffer() 8 months ago
Stenzek 86dcbc614e
Achievements: Remove hidden leaderboard check
No longer necessary since this is handled in rc_client now.
8 months ago
Stenzek 7df574cf59
Achievements: Fix notification icon opacity
Mostly noticeable on the RA icon when using center position.
8 months ago
Stenzek fbf4cdd085
dep/rcheevos: Bump to dedfe2d 8 months ago