Commit Graph

66 Commits (ba0708a4ffd84d058390b94f22fe13e2aedbc48a)

Author SHA1 Message Date
Stenzek ba0708a4ff
GameDatabase: Add parsing of Language field
Also speed up lookups through binary search.
1 year ago
Stenzek 060146a37a
CDROM: Add SubQ Skew option
Fixes corrupted boss sprites in Captain Commando.

One day I'll refactor things to fix this properly.
1 year ago
Stenzek 3dca598063
Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are
horribly slow, and conflict when one is a prefix of another.
1 year ago
Stenzek 20b4581bbe
Settings: Remove second source of truth for OSD notifications
And split it into warnings/messages. Warnings are always displayed
regardless of the "Show OSD Messages" setting, because they're critical
and users forget they disable messages.
1 year ago
Stenzek 3078339f64
Common: Extract out ryml helpers 1 year ago
Stenzek a7d8e6d018
Host: Add disambiguation variants for translations 1 year ago
Stenzek 87eded4bce
FileSystem: Fix FD leak with atomic updated file on Linux
Also add the ability to explicitly commit and check for errors.
1 year ago
Stenzek 1446e3035f
Settings: Make Disable Interlacing a Deinterlacing mode
Saving that precious vertical space.
1 year ago
Stenzek f9a594058f
Settings: Force Frame Timings => Force Video Timing
Also drop from GameDB, an override doesn't make sense here anyway,
due to the low success rate with the enhancement.
1 year ago
Stenzek 6d0f92d4fb
dep/fmt: Bump to v11.0.2 1 year ago
spacepaw 63abdb7afd
Reworked the "Force NTSC Timings" feature to support both NTSC and PAL frame timings (#3287) 1 year ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek e8b787fb57
Misc: Change various icons 1 year ago
Stenzek 1aa9c2d564
GameDatabase: Add DisableSpriteTextureFiltering trait 1 year ago
Stenzek fda6140088
GameDatabase: Add DisableAutoAnalogMode trait
For games that can handle analog controllers, but the sticks do not do
anything.
1 year ago
Stenzek c3bf267936
System: Remove redundant remap 1 year ago
Stenzek c538df317a
GameDatabase: Add crop mode override 1 year ago
Stenzek 6ce9e571ed
Misc: Purge remaining ByteStream references 1 year ago
Stenzek 7aaaf7c575
GameDatabase: Purge use of ByteStream 1 year ago
Stenzek 440e08cf3e
Qt: Fix crash opening game compatibility report 1 year ago
Stenzek 2a617c505a
GPU/HW: Support using ROV for accurate blending 1 year ago
Stenzek deed0c9713
GameDatabase: Merge compatibility messages 1 year ago
Stenzek 9a89ab3bab
GameDatabase: Add deinterlacing mode override 1 year ago
Stenzek de27e5de92
GPU: Add option to disable PGXP on 2D polygons 1 year ago
Stenzek 7f21226a99
GameDatabase: Warn if vertex cache is enabled but unnecessary 1 year ago
Stenzek 34f20798a1
GPU/HW: Add separate 3D/2D (sprite) texture filtering 1 year ago
Stenzek 8455c9c3c6
GPU/HW: Add 'Force Round Upscaled Texture Coordinates' 1 year ago
Stenzek 4e922a34a7
Log: Simplify macros 1 year ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 1 year ago
Stenzek 5808e14b7e
GameDatabase: Warning fix 2 years ago
Stenzek d3546d18a1
Qt: Add compatibility report in game summary 2 years ago
Stenzek ca3cfbaa99
Misc: Pass string_view by value 2 years ago
Stenzek 3e99084770
Settings: Fix double source of truth for controller names 2 years ago
Stenzek cb6be52404
GameDatabase: Warn if CPU mode is enabled and unnecessary 2 years ago
Stenzek 8c09e9389d
GameDB: Add DisablePGXPPreserveProjFP trait
And add it to Crash Team Racing.
2 years ago
Stenzek 713d396a7e
GPU/HW: Add quad line detection (Wild Arms 2) 2 years ago
Stenzek f6dc80cefa
GameDatabase: Use TitleCase for traits 2 years ago
Stenzek 8ffc50a2a5
Data: Remove JSON GameDB 2 years ago
Stenzek d7a1c447c6
GameDatabase: Switch to YAML 2 years ago
Stenzek 73cee9f705
Settings: Add UserResources to EmuFolders
Allowing some resources, such as fonts/sounds to be overridden by the
user.
2 years ago
Stenzek b7c53102c6
GameDB: P2 2 years ago
Stenzek d43efebcc5
GameDB: Add DisableTextureFiltering option 2 years ago
Stenzek 4ac4388b08
GameDatabase: Fix identification of misnamed-exe games 2 years ago
Stenzek eab9f57a5d
GameDB: Widescreen rendering disables 2 years ago
Stenzek cce7be4723
Misc: Make struct member functions file-local 2 years ago
Stenzek 6fd7eda68f Misc: Fix build on Debian Bullseye 2 years ago
Stenzek ac0601f408 Common: Drop String, add SmallString 2 years ago
Stenzek 391307efaa Common: Drop fallback path for HeterogeneousContainers 2 years ago
Stenzek 25fb69564b GameDatabase: Fix stale database cache check 2 years ago
Stenzek e23c9875d5 Misc: Split core and util Host 2 years ago