Commit Graph

99 Commits (19032750b4950be1ea8e98a2af35ac60ffd295bb)

Author SHA1 Message Date
Connor McLaughlin 573c8370d7 Update game settings
Doom was missing for the PAL and Japanese releases.
4 years ago
Connor McLaughlin 9afd122f85 GameSettings: Remove a bunch of DMA size overrides 4 years ago
Connor McLaughlin 68f97a8116 Update game compatibility/settings 4 years ago
Connor McLaughlin 2501547acb GameSettings: Force icache for Deadheat Road (Japan)
Fixes graphical corruption in loading screen - the game executes a
memcpy out of uncached ROM while the DMA is occurring, then modifies it
before it finishes.
4 years ago
Connor McLaughlin 0de34d7bf7 DMA: Increase precision for large transfers
Also gets rid of the delay on the GPU side for writing to VRAM (doesn't
make sense), and it's not needed since we slice the block transfers now.

Fixes palette corruption in Vigilante 8, and missing rider in
Championship Motocross 2001 featuring Ricky Carmichael.
4 years ago
Connor McLaughlin 68f3261582 Update game settings and compatibility list 4 years ago
Connor McLaughlin dfa36e0fa7 Update SDL game controller database 4 years ago
MojoJojoDojo aedfff7e3f
Adding 2 more games that needs CPU PGXP - Alundra 2 and Disney's Aladdin in Nasira's Revenge (#1287)
* Adding PGXP CPU for 2 games

* Revert "Adding PGXP CPU for 2 games"

This reverts commit 35e9ad743f.

* Update gamesettings.ini

Adding 2 more games that need CPU PGXP
4 years ago
Connor McLaughlin f393ea618e Shaders/Cccalibrator: Fix compile errors 4 years ago
Albert Liu a5f04f2a8e CommonHostInterface: Don't save/load input profile rumble for motorless controller types 4 years ago
PugsyMAME 295f369519 Added PAL games to cheat database + other modifications
1. Cleaned up and added cheats for non-softwarelist games, mainly for PAL regions this has doubled the size of the database.
2. Added information about the various 32 bit by 32 bit cheat types to the cheat file header.
3. Added information for cheat types 31, 32 ,81, 82, 91 & 92 which are BIT set and clear cheat types - I'll do a PR for these in the next week.
4. Grouped some more cheats
4 years ago
Connor McLaughlin 7ca0d357cb shaders/cccalibrator: Fix GLSL compile error 4 years ago
Connor McLaughlin ed304f0dcd
Merge pull request #1224 from PavelDurov1488/master
Cccalibrator
4 years ago
Connor McLaughlin c0c035ab54 Update compatibility list and settings 4 years ago
PavelDurov1488 9310a736c4
Cccalibrator
Its not complete, i need to add dynamic noise and blur and make saturation tunable
4 years ago
Connor McLaughlin e85f7da874 Update game compatibility settings 4 years ago
Connor McLaughlin fd0e75ea61 Update compatibility list and settings 4 years ago
Blackbird88 57358e3499
GameSettings: Force Digital Controller in Disney's Hercules (Re-release) (#1190)
* GameSettings: Force Digital Controller in Disney's Hercules
4 years ago
Albert Liu def9a98cb9 GameSettings: Disable analog mode forcing instead of forcing digital controller 4 years ago
Connor McLaughlin b2a6ad143c Update compatibility settings for Moto Racer 4 years ago
Connor McLaughlin dcb4769298 Update compatibility list 4 years ago
Connor McLaughlin 770dd5a600 Update compatibility list/game settings 4 years ago
Connor McLaughlin d7de578d4a Update compatibility list/game settings 4 years ago
Connor McLaughlin 6d45d4d579
Merge pull request #1169 from PugsyMAME/master
More Cheat File Housekeeping
4 years ago
PugsyMAME f2db25e697
More Cheat File Housekeeping
More cheat clean ups and added some more cheats
Added button info to the code format at the top of the file for the R4 type
Added placeholders for the games in the softwarelist with no cheats so that there is somewhere to insert the cheats quickly
4 years ago
Connor McLaughlin 11d2b3a1a8
Merge pull request #1157 from PugsyMAME/master
Added Cheat Code Information & More Housekeeping
4 years ago
PugsyMAME 044d806b2a
Added Cheat Code Information & More Housekeeping
Added cheat format information to the header of the cheat file and done some more housekeeping - reordering and converting more cheats into groups.
4 years ago
Connor McLaughlin 1e322191ea GameSettings: Force recompiler icache in Suikoden (USA)
This game calls BIOS memmove() in uncached memory a bunch of times,
which takes several frames to complete. Version 1.0 will corrupt
palettes if this completes too quickly.
4 years ago
Connor McLaughlin 2899e2d73c
Merge pull request #1145 from PugsyMAME/master
General Cheat File Housekeeping
4 years ago
PugsyMAME 9556ad8a55
Changed all repetitive D0 codes into shorter C0 codes
Changed all repeating D0 codes with C0 types including a 00000000 FFFF terminator
4 years ago
PugsyMAME f561392136
General Housekeeping
Added basic header to top of cheat file. Started work on further cleaning up the cheats to work better with Duckstation -  grouping, re-sorting, fixing typos and format discrepancies, adding some cheats and removing a few duplicate cheats.
4 years ago
Connor McLaughlin 362905e3df GPU: Add display line offset game setting
Use when games need additional cropping.
4 years ago
PugsyMAME b7b15fe540
New conversion of my original database
Converted MAME format cheats into DS format, fixed issue with some games having multiple headings and made the headers more verbose with square brackets to help them stand out.
4 years ago
Connor McLaughlin 48f3bc7045 Update cheat database 4 years ago
Connor McLaughlin d1399fe6a3 Data: Add cheat database
Cheats courtesy of Pugsy.
4 years ago
Connor McLaughlin 57c6e4d5e8 Database: Include redump.org PSX database 4 years ago
Connor McLaughlin b16e639f0c GameSettings: Remove some duplicate entries 4 years ago
Connor McLaughlin b73fd7a4e8 SDLControllerInterface: Ship game controller db with builds 4 years ago
Connor McLaughlin 402532b8a5 GameSettings: Force PGXP mode for Spyro trilogy 4 years ago
Connor McLaughlin 37adc9ff34 GameSettings: Don't force interpreter in Threads of Fate 4 years ago
Connor McLaughlin be2d52b908 GameSettings: Disable upscaling in Slam 'n Jam '96 featuring Magic & Kareem (USA) 4 years ago
Connor McLaughlin 71eb578db1 Update compatibility settings/list 4 years ago
Connor McLaughlin fda95fb903 GameSettings: Force interpreter for Spyro 2/3 PAL
Self-modifying code in the same block, evil libcrypt stuff.
4 years ago
Connor McLaughlin 7210b0826a GameSettings: Make DMA/GPU tweak settings overridable 4 years ago
Connor McLaughlin b1c78d8bea Update compatibility list/game settings 4 years ago
Connor McLaughlin 8bf21fd5a0 GameSettings: Add display range override for Buster Bros. Collection 4 years ago
Connor McLaughlin 8432050094 Update compatibility list 4 years ago
Connor McLaughlin 82f00237af Data: Add simple-brightness and simple-gamma shaders 4 years ago
Connor McLaughlin 0825bd1d2d Update game settings from @RinMaru 4 years ago
Connor McLaughlin 51f0bb77a7 Update compatibility list 4 years ago