Commit Graph

9469 Commits (sio)
 

Author SHA1 Message Date
Stenzek 5034fb943c
Hotkeys: Rearrange categories for some shortcuts and improve naming 3 months ago
Stenzek e62f3bd4a8
PostProcessing: Show Reshade ui_text style help text 3 months ago
Stenzek a9f1dd20c3
D3D12Device: Fix GPU-based validation being unconditionally enabled 3 months ago
Stenzek f55961593a
PostProcessing: Display compile errors in OSD 3 months ago
Stenzek 979ad979b9
PostProcessing/FX: Add support for compute shaders 3 months ago
Stenzek 1aabcf1ba7
PostProcessing/FX: Alternate between two 'backbuffers'
Saves video memory, and also fixes shaders that expect each pass's input
to be the output of the previous path without explicitly referencing the
render target.
3 months ago
Stenzek 80cfe59dbe
PostProcessing/FX: Allow use of fixed-size render targets
Also obey the ClearRenderTarget flag.
3 months ago
Stenzek 4e7fdc8dbd
PostProcessing/FX: Allow frametime as int
But the value will be bogus.
3 months ago
Stenzek eca113cd76
GPUDevice: Fix/improve compute shader support
Add multiple texture layout with/without UBO.
3 months ago
Stenzek 2a99529473
Deps: April updates
- Harfbuzz 10.4.0
- libpng 1.6.47
- SDL3 3.2.10
- Zstandard 1.5.7
- Qt 6.9.0
- shaderc 2025.1

Flatpak is still stuck on Qt 6.8 as usual.
3 months ago
bl@ck_m@ge 6e39453b29
GameDB: add Digital Contoller support for The Adventure of Little Ralph (Demo) (#3401) 3 months ago
Stenzek 4ead87d191
README: Mention ARM32/ARM64 AppImage builds 3 months ago
Stenzek 584ed4bb38
FullscreenUI: Fix progress bar line at 0% 3 months ago
Stenzek 0f6e5bb1fe
FullscreenUI: Fix pause menu achievements text progress colour 3 months ago
Stenzek 079dae37fd
FullscreenUI: Use transition for background/theme changes 3 months ago
Stenzek 162150c509
FullscreenUI: Force key nav on first open 3 months ago
Stenzek 64fac4c9d4
Qt: Fix interacting with pause menu after double-click-fullscreen 3 months ago
Stenzek 47e941cdc2
Qt: Fix shutdown from Big Picture exiting application 3 months ago
Stenzek 46ae1780c5
Qt: Fix double-click-fullscreen with notifications up 3 months ago
Stenzek f05c627e48
Qt: Update glyph ranges 3 months ago
Stenzek 836a0c7322
Qt: Fix achievements text highlight colour
Was only really an issue in the Classic Windows theme I think.
3 months ago
Stenzek 426cdd1611
Qt: Center icons in grid view 3 months ago
Stenzek f494cb47c4
Qt: Widen status bar widgets
Linux systems with their thicc fonts...
3 months ago
Stenzek fe60a2a87e
CrashHandler: Replace invalid parameter and purecall handlers 3 months ago
Stenzek c75d5f71b7
CrashHandler: Include assertion/panic information in dumps 3 months ago
zkdpower b3087657be
Update the Simple-Chinese translation to latest. (#3400) 3 months ago
Víctor "IlDucci fdfbc7f569
Spanish (Spain) translation update 2025/04/03 (#3399)
- Updated Spanish (Spain) translation with latest changes.
- Minor corrections to unify certain user-facing questions and to abbreviate certain strings that would overflow Big Picture UI on a 4:3 display ratio.
- Cleaned up unused translations.
3 months ago
Daniel Nylander d9363108d1
Updated Swedish translation (#3398) 3 months ago
Anderson Cardoso 1332f6da72
Atualização Português do Brasil (#3397)
Atualizado para a última versão.
3 months ago
Stenzek ffd6726a59
Qt: Drop -settings/-portable CLI parameters
This hasn't been tested in years, and doesn't makes sense when you
consider other files are saved in the DataRoot directory (e.g. custom
properties, play time, crash dumps, etc).

-portable is redundant as the presence of settings.ini in the AppRoot
will trigger it anyway, therefore it is only relevant for first-time
installs. In which case it's just as much work to create an empty
settings.ini or portable.txt file as it is to create a shortcut with
-portable on the command line.

It was also broken anyway for a long time, and nobody complained.
3 months ago
Stenzek bbdc6ab4e0
Misc: Fix a bunch of code analysis warnings
Quite a few of these were legitimate.
3 months ago
Stenzek c7139b943c
GPU/HW: Remove redundant check 4 months ago
Stenzek acd684bca2
D3D12Device: Fix a couple of errors in ROV handling 4 months ago
Stenzek b798d8f1aa
Settings: Add option for enabling GPU-based validation 4 months ago
Stenzek 049ec4af90
CI/Linux: Bump discord-rpc/lunasvg commits 4 months ago
Stenzek 162d742cc0
CDROM: Remove hack for Fighting Force
Instead properly handle the one-sector-delay that occurs when autopause
detects the start of a new track.
4 months ago
Stenzek 8c1f75ab8c
GameDatabase: Add overrides for maximum CD speedup cycles 4 months ago
Stenzek d2c09dfaff
Settings: Split read and seek cycles for maximum CD speedup 4 months ago
Stenzek 3292833fb8
FullscreenUI: Add option to turn off animations 4 months ago
Stenzek 04c5a9f1b2
FullscreenUI: Improve leaderboard text contrast 4 months ago
Stenzek c5cc94c4b7
FullscreenUI: Fix hotkey categories duplicating 4 months ago
Stenzek 64513395f3
FullscreenUI: Add fade transition to most screen changes 4 months ago
Stenzek e6e6313219
FullscreenUI: Add offscreen-based screen fade 4 months ago
Stenzek 4e2872f248
FullscreenUI: Fix consecutive choice dialogs 4 months ago
Stenzek 2d31bf5685
FullscreenUI: Convert input binding into a PopupDialog 4 months ago
Stenzek 9bcd738f5c
FullscreenUI: Make save state selector a main window
More reliable, saves messing around with popups.
4 months ago
Stenzek 3bf5ded0d2
FullscreenUI: Fix various issues
- Pause menu losing key focus the first time it's opened.
- Pause menu being unopenable after close when paused.
- Key nav not being enabled after closing game via main UI.
4 months ago
Stenzek a3e840526a
FullscreenUI: Fix multi-disc selection with duplicate filenames 4 months ago
Stenzek 54c42f9c27
Achievements: Consider all-hidden-leaderboards as no leaderboards
Stops the menu option being available and showing 0 leaderboards.
4 months ago
Stenzek b4ae19411b
Achievements: Show unconfirmed unlocks in pause menu 4 months ago