Commit Graph

9980 Commits (latest)
 

Author SHA1 Message Date
Stenzek 9b4698d48c
AudioStream: Back off resets that don't pass threshold over time
That way a very occasional lag/overflow doesn't cascade into
unnecessary tempo adjustment.
1 month ago
Stenzek f464d42be5
AudioStream: Fix glitches when disabling fast-forwarding
Usually happened at high frame rates.
1 month ago
Stenzek 6c9d339855
PerformanceCounters: Align to 4 elements
And use minv()/maxv().
1 month ago
Stenzek b81dfa205c
GPU: Simplify screenshot size calculation
And don't miscalculate it for some games.
1 month ago
Stenzek 4644db00ea
GPU: Fix screenshot size in uncorrected mode 1 month ago
Stenzek a27fedae86
Qt: Various fixes to memory scanner UI
Reduce repetition in formatting.
Make formatting consistent between saving/loading watches.
Fix description display.
1 month ago
Stenzek 02a1ccbcdc
Qt: Persist memory scanner watch list across instances
i.e. save it to a file.
1 month ago
Stenzek 52d9f73f98
Misc: Replace a bunch of static qualifiers with inline
Allows deduplication, shaves a couple percent off the debug binary size.
Release binary size difference is negligible.
1 month ago
Stenzek c8dd9995ec
GameDatabase: Remove redundant SetRymlCallbacks() 1 month ago
Stenzek fef553ff12
Qt: Display 'First Value' in memory scanner 1 month ago
Stenzek a9ce005a20
Qt: Fix maximized state not saving to config
Restores the "old" position when restoring again. Except on Wayland,
where nothing works.
1 month ago
Stenzek 3768940fbb
Qt: Fix assertion on shutdown after resize 1 month ago
Stenzek 690f843e2a
Qt: Auto switch between any/changed values in memory scanner 1 month ago
Stenzek 5ed7961390
Qt: Refuse to start in known broken environments 1 month ago
Stenzek 30df16cc76
Scripts: Remove PKGBUILD
I originally provided this an alternative to the broken AUR packages.

However, it seems that Arch users would rather use broken packages and
keep complaining to me instead of their packager. I specifically forbid
packages for DuckStation (see README.md), and there's no way to request
removal of these packages without handing my details over to a
distribution I want nothing to do with.

So this is step one. Next step will be removing Linux support entirely,
because I'm sick of the headaches and hacks for an operating system that
only compromises 2% of the userbase, and I don't even use myself. But I'm
hoping the Linux community will be reasonable, because as someone giving
up my free time and not being compensated in any way, I shouldn't have
to deal with this.

Just grep the source for "wayland" and you'll see what I mean.
1 month ago
Stenzek ce53e29997
Qt: Fix possible crash on shutdown 1 month ago
Stenzek e5593c973f
CI/Flatpak: Hopefully fix build cache
If this doesn't work, just going to remove it completely. So far past
the point of caring.
1 month ago
Stenzek acf78970c6
Qt: Create main window before starting EmuThread
Stops signals such as achievements active changed being lost.
1 month ago
Stenzek f569448ea1
System: Centralize pause checks 1 month ago
Davide Pesavento fbca692629
GameDB: Set max speedup cycles to 70000 for Resident Evil 2 (#3496)
Freezes after (some) door transitions otherwise.
1 month ago
Davide Pesavento e821b13ba2
GameDB: Tweak compat settings for Parasite Eve 2 (#3492)
We no longer need to disable read speedup all the time thanks to the
new DisableCDROMSpeedupOnMDEC trait. Unfortunately we still have to
increase the max speedup cycles to avoid other issues ranging from
the game simply freezing to audio glitches during area transitions.
1 month ago
Stenzek 188be7de05
Deps: Revert Harfbuzz to 11.2.1
Match Qt bundled version. Might help with crashes I can't reproduce in
text shaping.
1 month ago
Stenzek 042930d735
FullscreenUI: Fix focus loss with grid/list button 1 month ago
zkdpower fac47b135a
Update the Simple-Chinese translation to latest. (#3495) 1 month ago
Davide Pesavento 168b80dd49 Qt: Add tooltips to game list 1 month ago
Davide Pesavento df65879d06 GPU: Fix typo 1 month ago
Stenzek 300d158320
FullscreenUI: Fix clock position in pause menu 1 month ago
Stenzek 5bfe5cf121
dep/imgui: Remap non-breaking space to space
MacOS likes to use them for formatting.
1 month ago
Stenzek 351f67a227
CMake: Use -g1 for Release builds 1 month ago
Davide Pesavento 70d6a2d1af Achievements: Revert back to long date format for unlock/submit time 1 month ago
Davide Pesavento 71591e8219 Qt: Use localized date/time formatting in a few more places 1 month ago
Stenzek 0de3ffab0c
Data: Update SDL game controller database 1 month ago
Stenzek 36718c6e99
CMake: Force debug symbols on Linux
Fixes crash backtraces.
1 month ago
Stenzek 634fac4410
CrashHandler: Fix recursive backtrace on Linux 1 month ago
Stenzek 2b18df0910
MediaCapture: Don't crash if video codec supports 0 formats 1 month ago
Stenzek 44237146ef
FullscreenUI: Fix remaining fixed date/time formatting locations 1 month ago
Stenzek 29e92705c4
FullscreenUI: Add option to hide grid view labels
Also handle titles that span multiple lines.
1 month ago
Stenzek 96c224497b
Qt: Use selected language locale for formatting
But check the prefix against the system locale, so that e.g. en can use
the system country.
1 month ago
Stenzek c82351a14a
Qt: Implement 'System Language' language option 1 month ago
Stenzek 7f5f90338f
Qt: Use application locale in most places 1 month ago
Stenzek ef320c62a3
Qt: Cache app locale object 1 month ago
Stenzek f91ee34fa4
Qt: Merge qttranslations.cpp with qthost.cpp
No need to keep it separate anymore since we're not precalculating glyph
ranges.
1 month ago
Stenzek 9b353f841e
Misc: Use host locale formatting for dates
Fixes achievement unlocks and lasted played times being shown in US
format.
1 month ago
Stenzek 1c8699b8a0
Host: Add FormatNumber()
Formats the argument according to the system locale, instead of C.
1 month ago
Stenzek e82218f823
Qt: Fix changing language while game running 1 month ago
Stenzek 47fe487c2e
README: Add migration instructions for Flatpak->AppImage 1 month ago
Stenzek 83d521f3d8
CMake: Drop Flatpak workarounds
No longer needed since it is using self-contained.
1 month ago
Stenzek 6c4300c6c7
CI/Flatpak: Simplify deps build
I'll probably drop it in the future since there was only one or two
people who indicated that they're using it. But at least now I don't
have another file I need to keep up to date.

So consider the Flatpak package as deprecated.
1 month ago
Stenzek 3426bcdc71
Deps: Update for July 2025
SDL3 3.2.18
harfbuzz 11.3.2
libjpeg-turbo 3.1.1
libpng 1.6.50
libwebp 1.6.0
libzip 1.11.4
1 month ago
Stenzek ad4a909aa4
FullscreenUI: Fix incorrect parent directory button 1 month ago