Commit Graph

10276 Commits (03cbfc2e3fbe45ec4daba9462c0d5e27df72a145)
 

Author SHA1 Message Date
Stenzek 03cbfc2e3f
CI: Auto-retry patch download
Should hopefully work around random failures at the download endpoint.
1 month ago
Stenzek fcf67396cd
Qt: Require non-zero displacement for reverse axis binding
Should hopefully work around controllers with digital triggers getting
flagged as inverted bindings.
1 month ago
Stenzek 055caf5cbe
Qt: Log input state when binding 1 month ago
Stenzek 9baa09aace
InputManager: Use TinyString for key-to-string function 1 month ago
Stenzek ba0390f6e0
System: Fix patch settings not clearing on game change
Also the redundant memory card notification when loading state.
1 month ago
Stenzek 7de84817f8
System: Fix changing GPU thread state when inactive 1 month ago
Stenzek 0de2aafdb9
CPU/Interpreter: Memory read failures are unlikely 1 month ago
Stenzek b106392da0
CPU/PGXP: Implement lwl/lwr/swl/swr
Fixes gaps in sky geometry in Kingsley's Adventure.
1 month ago
Stenzek e183ec307a
CPU/Interpreter: Use aligned address for membps in lwl/lwr 1 month ago
Stenzek 109bbf6289
GameDB: Recompiler ICache for Dotchi Mecha! 1 month ago
Stenzek 49b5ea3d07
DMA: Skip chopping on tiny blocks
My theory is if the DMAC uses burst transfers, then chopping will have
no effect.

Dotchi Mecha! transfers out the CD header then data separately, and if
the first transfer is delayed ends up in a read loop.

I suspect our handling of chopping is wrong anyway, since the calculated
cycle counts for a sector transfer are way too high regardless...
1 month ago
Stenzek e877ae41b0
Qt: Fix display of uncompressed size
Derp.
1 month ago
Stenzek 85c4e02493
Qt: Remove redundant title update in Game Properties 1 month ago
Stenzek 77bc1ae3ca
Qt: Fix incorrect size hint in FolderSettingsWidget 1 month ago
Stenzek f1047afdac
Qt: Make checked menu item visible in Darker Fusion 1 month ago
Stenzek 24bf2bc453
Qt: Default to darker fusion theme 1 month ago
Stenzek 5e32871288
CI: Remove unneeded install on Mac 1 month ago
Stenzek c4069eed02
CMake: Avoid search path conflicts 1 month ago
Stenzek 81f5b7440f
Qt: Add icon for multi-disc games 2 months ago
Stenzek 41a4f07cc5
CI: Remove Flatpak verification steps
Tired of flathub breaking my build.
2 months ago
Stenzek e6c49f0b33
Qt: Fix uncentered toggle widget thumb 2 months ago
Stenzek bb63bf92f0
Qt: Remove multiple sources of truth for dark theme 2 months ago
Stenzek 0d3c7751f1
Qt: Fix Cheats menu shortcut 2 months ago
Stenzek 95bcff8c06
Qt: Darker Fusion tweaks 2 months ago
Stenzek fb318ca4b0
Qt: Fix toggle button not updating 2 months ago
Stenzek a90184a658
CDROM: Tidy up warnings 2 months ago
Stenzek 5e253d0c2a
Qt: Add toggle button class
And use it for patches
2 months ago
Stenzek f1fe00c1cb
Data: Update SDL game controller database 2 months ago
Stenzek e3c4f77a05
Qt: Fix tab order in settings pages 2 months ago
Stenzek 1a4ca3be11
Qt: Add 'Darker Fusion' theme 2 months ago
Stenzek 749ce48b65
Qt: Theme colours can be constexpr 2 months ago
Stenzek 83d518c707
Qt: Fix about dialog link colour 2 months ago
Stenzek 1ac7fc258a
SaveStateSelectorUI: Scale save state selector to LayoutScale
And some minor visual polish.
2 months ago
Stenzek 073335c09b
Qt: Don't break size of larger game icons 2 months ago
jorge-607 a13aa8f292 Adicionada uma atualização da tradução para português europeu 2 months ago
Davide Pesavento 4c81a98213
Qt: Fix detection of system language (#3573) 2 months ago
Stenzek 6caf2d567b
Qt: Resize fixed columns on theme change
Fixes columns being too small after change on MacOS.
2 months ago
Stenzek 3724a38d38
Qt: Remove MainWindow::updateTheme()
Instead pipe it through themeChanged().
2 months ago
Stenzek ea3c8a3654
Qt: Add a theme changed event and use it for hotkey rows
Fixes black text when window inactive on MacOS.
2 months ago
Stenzek 05af0c1288
FullscreenUI: Fix title display in game properties 2 months ago
Stenzek 2369b329eb
Qt: Partially revert "Remove Q_OBJECT where unnecessary"
This reverts commit 31c75a2b5a.

tr()'s context is defined by Q_OBJECT, so removing Q_OBJECT here
sadly breaks translations.
2 months ago
Stenzek a39d370c51
Qt: Don't show main window when changing setup wizard options 2 months ago
Stenzek ceb6757524
Qt: Work around broken dialogs in MacOS 26 2 months ago
Anderson Cardoso 1e41408753
Atualização Português do Brasil (#3571)
Atualizado para a última versão.
2 months ago
zkdpower 4bf2aa5620
Update the Simple-Chinese translation. (#3570) 2 months ago
Daniel Nylander e138030f8f
Updated Swedish translation (#3569) 2 months ago
Connor McLaughlin eeb1555905
Qt: Fix tooltip typo 2 months ago
Stenzek 9a1a8c226a
Qt: Allow transparent padding for covers
Need to use a custom paint delegate instead...
2 months ago
Stenzek bb50fc9056
CDROM: Improve subchannel file detection
Look in the subchannels directory for serial, file title, game title and
save title.
2 months ago
Stenzek 8a431b7d22
GameDB: Disable PGXP on 2D polygons in Wipeout games
Fixes misaligned text.
2 months ago