Commit Graph

9611 Commits (old-dev)
 

Author SHA1 Message Date
Stenzek f36062a94e
FullscreenUI: Fix duplicate item in advanced settings 4 months ago
Stenzek 9ef7f54f19
FullscreenUI: Enable all windows to nav-wrap
i.e. when pressing down at the end, it wraps to the top.
4 months ago
Stenzek 003518c234
FullscreenUI: Fix nav wrapping if first item is disabled 4 months ago
Stenzek 6f2225fb61
FullscreenUI: Remove redundant ActiveButton() and friends 4 months ago
Stenzek f80a77fa27
FullscreenUI: Fix popup item border going outside of window 4 months ago
Stenzek ea3774cece
FullscreenUI: Fix setting BIOS to Auto Detect 4 months ago
Stenzek 58bd87666e
Qt: Fix crash when FSUI open and game list activated 4 months ago
Stenzek fbadacae78
CDROM: Fudge track autopause hold position
Fudge the hold position by 2 sectors to reduce the number of GetlocP's
that will return a MSF in the old track.

Works around the music hang in Fighting Force.
4 months ago
Stenzek ceef7af1da
GameList: Fix crash if cache fails to open 4 months ago
Stenzek ece18d10c5
PCDrv: Allow opening by absolute path 4 months ago
Stenzek ae9023ddf3
CI: Build armhf AppImages 4 months ago
Stenzek 3f0abccb59
CI: Don't use zlib-ng on cross-compiled AppImages
Seems to be problematic on armhf, and I can't be arsed debugging it.
4 months ago
Stenzek 104c82c2c3
Mini: Fix right button forwarding 4 months ago
Stenzek 2cb6ce635f
Mini: Fix non-first game list refresh 4 months ago
Stenzek 4ce001aef3
GameDatabase: Add DisableFullTrueColor trait 4 months ago
Stenzek 1fca8ae6bf
FullscreenUI: Fix start-in-game-list mode using grid 4 months ago
Stenzek 3ffd20b833
FullscreenUI: Display game list attributes in darker colour 4 months ago
Stenzek 9411e40c20
FullscreenUI: Fix assert when booting+loading state 4 months ago
Stenzek 03d7af2efc
FullscreenUI: Add border rounding to menu items 4 months ago
Stenzek 9020959511
Qt: Add game list background function 4 months ago
Stenzek 98d1c71981
GameDB: Force full true color for Bust a Move 2
Not strictly accurate, but looks better.
4 months ago
Stenzek 741e971681
GPU/HW: Add 'True Color (Full)' dithering mode
This is equivalent to the old 'True Color' mode.

The new 'True Color' mode truncates flat-shaded sprites/polygons
to 16-bit color before drawing. Doing so fixes:

- Menu background in Breath of Fire IV.
- Loading background in JumpStart Wildlife Safari - Field Trip.
- and other similar games.
4 months ago
Stenzek 2d477f80b0
Qt: Add tooltips to setup wizard graphics settings
Same strings as the main graphics settings page, so translation should
be just a matter of accepting them as-is.
4 months ago
Stenzek 2311c8d287
Settings: Convert dithering/true color options to a dropdown
Half of them are mutually exclusive, so this simplifies things.
Fewer options = better, right?
4 months ago
Stenzek 32b09193d1
Qt: Move force video timing to console settings
Since it's related to the region, it makes sense to be in here.
And it frees up precious vertical space.
4 months ago
Stenzek 4afa41b927
Qt: Move async readahead sectors to advanced settings 4 months ago
Stenzek 3ab3e4be06
ImGuiManager: Tweak OSD message rounding 4 months ago
zkdpower f4e93df1b1
Update the Simple-Chinese translation to latest. (#3395) 4 months ago
Stenzek 115ba4433c
CPU/Interpreter: Emulate lo/hi read stall after mult/div
Still need to do the recompiler.
4 months ago
Stenzek 74064af730
GameDB: Set disable scaled interlacing on various games
Fixes intro fade/transitions in Final Fantasy VIII.
Fixes menu corruption in Destruction Derby Raw.
4 months ago
Stenzek 62d7a73381
GPU/HW: Add 'Scaled Interlacing' option
Disabling this option causes rendering to skip N lines instead of 1
line, where N is the internal resolution multiplier.
4 months ago
Stenzek d176109d3b
GPU/HW: Fix incorrect interlaced VRAM extract offset
Fixes exascerbated combing when upscaling.
4 months ago
Stenzek 6eddc0b982
GPUDevice: Don't allow copy-resize between different formats
That's a spec violation.
4 months ago
Stenzek 346f0f945d
GameDatabase: Fix incorrect multitap key parsing 4 months ago
Stenzek de6a8fba51
BIOS: Set priority of v4.1 E to 10
It doesn't have the additional region check.
4 months ago
Stenzek 5c41a48e39
GPU/HW: Fix crash when changing downsampling factor 4 months ago
zkdpower 19c03aff4d
Update the Simple-Chinese translation to latest. (#3394) 4 months ago
Anderson Cardoso fffa44911c
Atualização Português do Brasil (#3393)
Atualizado para a última versão.
4 months ago
JukePlz 10fea83b4a
GameDB: Intelligent Qube doesn't support analog controller (#3392)
Same for the demos.
4 months ago
Daniel Nylander eea4159756
Updated Swedish translation (#3391) 4 months ago
KamFretoZ e5cec05633
Qt/BPM: Add Green Giant Theme (#3390)
WHAT ARE YE DOING IN MY SWAMP???
4 months ago
Stenzek a1d69982f3
CI: Update AppStream metainfo 4 months ago
Stenzek e3cb3d029b
FullscreenUI: Fix system not unpausing after HC disable popup 4 months ago
Stenzek 27fc7de07a
FullscreenUI: Add translucency/shadow to achievement notifications 4 months ago
Stenzek a1e5bb7bc0
FullscreenUI: Display legend for achievement status icons 4 months ago
Stenzek 61de096d26
FullscreenUI: Add status text (left side of footer) 4 months ago
Stenzek 4f00a7c7c1
FullscreenUI: Add rounding to achievements progress bars 4 months ago
Stenzek 3420af829c
FullscreenUI: Display unlock rarity in achievements view 4 months ago
Stenzek 830842891e
GameList: Rename max value enum for consistency 4 months ago
Stenzek dd885cfe2f
GameList: Cache invalid entries
Saves repeatedly scanning them every time the application starts.
4 months ago