Commit Graph

43 Commits (3dc7ef92c2d7d3e83d345b5f58eab0c5af02c6ea)

Author SHA1 Message Date
Connor McLaughlin 3dc7ef92c2 GameSettings: Add CD-ROM seek speedup 5 years ago
Connor McLaughlin 2bde6d8e10 Android: Expose some of the GameSettings traits 5 years ago
Connor McLaughlin a6d76e787f GameSettings: Add trait for sw-renderer-for-readbacks 5 years ago
Connor McLaughlin e226464a35 GameSettings: Add GPU renderer and 8MB RAM options 5 years ago
Connor McLaughlin 864e7f0c91 GameSettings: Add custom aspect ratios 5 years ago
Connor McLaughlin 1e44c2f3d0 GameSettings: Add trait to force LUT fastmem
Should help with games like CMR2 and Lagnacure (which are
constantly invalidating code), and THPS series (which use
memory mirrors).
5 years ago
Connor McLaughlin ff14e8aede Add JSON game database to replace dat parsing 5 years ago
Connor McLaughlin 658184f85f GameSettings: Fix SSAA always showing on Android 5 years ago
Connor McLaughlin eca0b51008 GameSettings: Fix incorrect key for texture filter load from ini 5 years ago
Connor McLaughlin 272daedc46 GameSettings: Don't display message for icache force enable
This likely isn't something the user has explicitly enabled, therefore
no need to spam them with the override.
5 years ago
Connor McLaughlin 05ac272c3f GameSettings: Add multitap mode 5 years ago
Connor McLaughlin e7b9309567 GameSettings: Add PGXP projection precision 5 years ago
Connor McLaughlin 0110295f2c Android: Fix some game settings saving/loading incorrectly 5 years ago
Connor McLaughlin d8ea9c2983 GameSettings: Add helper to query number of user settings 5 years ago
Connor McLaughlin 1320e4fdab GameSettings: Fix texture filter setting not loading from ini 5 years ago
Connor McLaughlin a5dfc68ac9 GameSettings: Add runahead as per-game setting 5 years ago
Connor McLaughlin 419726f4cc Remove libretro core - core will now be maintained by libretro
libretro have agreed to take over maintenance of the core.

Please see their fork at https://github.com/libretro/duckstation if you
wish to continue to use it.
5 years ago
Connor McLaughlin b3bf9f3f10 GameSettings: Fix compilation with libretro 5 years ago
Connor McLaughlin 6ff73f35bd GameSettings: Add string key accessors 5 years ago
Connor McLaughlin 78282d1508 GameSettings: Add downsampling mode 5 years ago
Connor McLaughlin d320d5c830 GameSettings: Add game settings/hotkey for PGXP depth 5 years ago
Albert Liu 62609b5008 GameSettings: Fix build warning 5 years ago
Albert Liu def9a98cb9 GameSettings: Disable analog mode forcing instead of forcing digital controller 5 years ago
Connor McLaughlin 362905e3df GPU: Add display line offset game setting
Use when games need additional cropping.
5 years ago
Connor McLaughlin c3932e945d GameSettings: Fix PGXP culling disabled message showing when PGXP disabled 5 years ago
Connor McLaughlin 263f7b673b GameList: Use shipped redump database/compatibility settings 5 years ago
Connor McLaughlin 859f23f4d5 libretro: Add compatibility settings loading 5 years ago
Connor McLaughlin f7a75941b5 GameSettings: Add PGXP tolerance and MSAA 5 years ago
Connor McLaughlin 56ab103559 GameSettings: Fix CD-ROM read speedup incorrectly saved to ini 5 years ago
Connor McLaughlin 7210b0826a GameSettings: Make DMA/GPU tweak settings overridable 5 years ago
Connor McLaughlin 1db1d64a1f GameSettings: Simplify controller type check 5 years ago
Connor McLaughlin 303357df27 GameSettings: Only replace analog -> digital controller when forcing
e.g. Die Hard Trilogy can also work with Konami Justifier.
5 years ago
Connor McLaughlin a3f2f13fa9 GameSettings: Add CD-ROM Read Speedup 5 years ago
Connor McLaughlin 0b858658ca GameSettings: Add per-game input bindings from profiles
This just affects the **bindings**. You will still have to set the
controller type per game if this is different from the global default.
5 years ago
Connor McLaughlin 9a23c5547a GameSettings: Add CPU overclocking as game option 5 years ago
Connor McLaughlin f26e75fa37 GameSettings: Add force 4:3 for 24-bit 5 years ago
Connor McLaughlin daa5e02853 GameSettings: Add trait for disabling PGXP texture correction 5 years ago
Connor McLaughlin 51c595759f GameList: Fix incorrect serialization of some options 5 years ago
Connor McLaughlin 6f250a4ff7 GPU/HW: Add JINC2 and xBRZ texture filtering options
Shaders ported from beetle-psx.
5 years ago
Connor McLaughlin b2057ac6cc GameSettings: Add disallow force NTSC timings trait 5 years ago
Connor McLaughlin c9cefe4020 GameSettings: Add a bunch more user settings 5 years ago
Connor McLaughlin bf85fbe331 GameSettings: Fix widescreen hack not saving to cache 5 years ago
Connor McLaughlin 6bbbb96d4b Move GameList to FrontendCommon
Reduces libretro core dependencies further.
5 years ago