Stenzek
5650880f90
Deps: Set QT_PREFIX_PATH for Qt on Linux
10 months ago
Stenzek
760b7b4740
CI: Revert hardcoded Mac cache key
...
Upstream issue has been resolved (at least for now).
10 months ago
Stenzek
241f720cb8
FullscreenUI: Avoid png/svg name clash for disc icon
10 months ago
Stenzek
941b62e938
FullscreenUI: Slight tweak to font weights
...
Improves readability on low-dpi displays.
10 months ago
Stenzek
9a8d9d7104
Hotkeys: Fix rotation hotkeys not having any effect
10 months ago
Stenzek
b4b05ed07a
README: Remove non-functional link
...
Been paying hundreds of dollars for hosting for the last few years, and
with no immediate plans to push a new Android release, it does not make
sense for me to keep paying for it, especially since I make $0 off
DuckStation.
(it's been non-functional for a few weeks, apparently it took until now
for someone else to notice, which kinda shows how little use it was
getting)
If there's significant demand, then I may re-consider.
10 months ago
Stenzek
e92fb99a10
Qt: Update padtest URL
10 months ago
Davide Pesavento
b42f26fbac
SDLInputSource: Log the joystick GUID as well ( #3653 )
10 months ago
Stenzek
60dbc5ad3d
Qt: Remove unused block_until_done parameter
...
Recipe for deadlocks.
10 months ago
Stenzek
84aa425620
Qt: Move lock in ConfirmMessageAsync()
10 months ago
Stenzek
42c26cf919
Qt: Use ShowOrRaiseWindow() for main window
10 months ago
Stenzek
0172f220ed
GPU/HW: Draw small fill sprites with software if TC is enabled
...
Wild Arms 2 clears out the sprite area of VRAM, then uploads new
sprites. The clears were not counting as fills before, because
they did not meet the page threshold.
It's not worth risking treating all untextured sprite draws as
clears, so instead just draw it with software as well to ensure
the local copy of VRAM is cleared.
10 months ago
Stenzek
af29ce010e
Achievements: Show points for most recent unlock
10 months ago
Stenzek
c5c5a80414
Achievements: Fix challenge badge display in pause menu
10 months ago
Stenzek
3e32deebfc
Qt: Fix power off system hotkey when fullscreen
10 months ago
Stenzek
ceb199b18d
System: Add missing game list lock
10 months ago
Stenzek
8e3a65c152
MemoryCard: Show game icon when saving
10 months ago
Stenzek
7970287d69
GameList: Fix memcard icon extraction for non-database games
...
Also fix "Edit Memory Cards" menu option.
10 months ago
Daniel Nylander
1bf7431b89
Updated Swedish translation ( #3648 )
...
* Updated Swedish translation
* Remove VRAM mention from Swedish translation
10 months ago
Stenzek
11a0abaa83
Qt: Improve widget device pixel ratio detection
...
Fixes forced integer scaling when running under Wayland.
Why on earth QScreen is giving integer DPRs is beyond me. But my
reasoning for pulling the DPR from here dates back to 2020, so it
was probably a Qt5 thing.
10 months ago
Stenzek
df75127fc8
Qt: Disable AA_DontCreateNativeWidgetSiblings hack on KDE
...
Seems this is no longer needed... but it still breaks on GNOME,
because of course...
Almost at the point of just forcing XWayland on everything except KDE.
10 months ago
Stenzek
843558a16c
Qt: Don't create wasteful display container on KDE
...
Still needed on GNOME because it's fucking stupid and they refuse to
support server-side decorations, with no signs this will ever change.
10 months ago
Stenzek
521eee42b3
Qt: Remove unnecessary application syncs
...
Wayland seems fine with this now.
10 months ago
Stenzek
621649748a
Qt: Disable window rounded corners is only needed on Win32
10 months ago
Stenzek
259cd846a4
Qt: Use fine-grained cover invalidate in downloader
10 months ago
Stenzek
1fccee229b
Qt: Use QtAsyncTaskWithProgress for cover downloader
10 months ago
Stenzek
d1d9008ffe
Qt: Add QtAsyncTaskWithProgress
10 months ago
Stenzek
f3e0fe90d9
Qt: Rename QtAsyncTaskWithProgress to QtAsyncTaskWithProgressDialog
10 months ago
Stenzek
547d3495ed
HTTPDownloaderCurl: Fix crash in worker thread
10 months ago
Stenzek
682d0075bd
Achievements: Add missing lock in OnSystemDestroyed()
10 months ago
Stenzek
8cfbaca0e1
Achievements: Don't enable HC mode on reset without game
10 months ago
Stenzek
5859f0dbfd
Achievements: Don't try to enable HC mode when starting without disc
10 months ago
Stenzek
1706dac0f0
System: Fix possible deadlock when starting
...
HC mode + debug windows enabled
10 months ago
Stenzek
177afb2aff
Achievements: Executable read error should not show when starting BIOS
10 months ago
Stenzek
c3b1859f45
HTTPDownloaderCurl: Use INT_MAX timeout
...
Don't wake up for no reason.
10 months ago
Davide Pesavento
e1ca130fd4
GameDB: Set DisableFastForwardMemoryCardAccess for Lunar
10 months ago
Davide Pesavento
577f74a7fd
GameDB: Increase cdromMaxReadSpeedupCycles for Dino Crisis 2
10 months ago
Davide Pesavento
51524d7259
GameDB: Adjust cropping in a number of titles
...
Namely:
- Arc the Lad III
- Breath of Fire IV
- Dino Crisis 1 & 2
- Dragon Warrior VII
- Echo Night
- Front Mission 3
- Galerians
- Koudelka
- Lunar 1 & 2
10 months ago
Stenzek
521a23f5c3
Qt: Make disc select dialog window-modal
10 months ago
Stenzek
4a445a051d
Qt: Disable Game Properties for PSF/GPUDump
10 months ago
Stenzek
6f80a199f1
Qt: Pack main window local state in struct
10 months ago
Stenzek
ed71c45da4
Qt: Simplify updateEmulationActions() and updateShortcutActions()
10 months ago
Stenzek
d612f8eea8
Qt: Support populating game list entry at runtime
...
Re-enables support for modifying cheats when running direct from disc.
10 months ago
Stenzek
d8a92f7c97
Qt: Fix styling of checked push buttons
10 months ago
Davide Pesavento
7a929b1d41
Qt: Allow copying the version string from interface settings
10 months ago
Davide Pesavento
9fa42e2f61
Qt: Add close button to "About" dialog
...
And fix title font size on macOS.
10 months ago
Davide Pesavento
d106639619
Qt: Reload game settings after reset to default ( #3651 )
10 months ago
Anderson Cardoso
e3dfc85562
Atualização Português do Brasil ( #3649 )
...
Atualizado para a última versão.
10 months ago
bl@ck_m@ge
9aeb6ee798
GameDB: Max speedup cycles and other fixes for some games ( #3647 )
...
* GameDB: Max speed up cycles and other fixes for some games
* GameDB: Fix metadata for one entry
* Fix string length under settings for SLUS-00872
10 months ago
Stenzek
b723a8852d
GPU: Update CRTC configuration on line offset change
...
Fixes offsets not applying immediately in interlaced modes that do not
flip buffers.
10 months ago