Commit Graph

481 Commits (old-dev)

Author SHA1 Message Date
Stenzek c538df317a
GameDatabase: Add crop mode override 12 months ago
Stenzek a2f98541b3
Misc: Slim down some header includes 12 months ago
Stenzek 0518bfb60f
Data: Update SDL game controller DB 12 months ago
bl@ck_m@ge aa400f12ae
GameDB: Analog support for Nightmare Creatures (#3270) 12 months ago
John Novak 24abd108f6
Add CRT-Guest-NTSC (#3268)
* Add ReShade port of CRT-Guest-NTSC

* Reformat CRT-Guest-NTSC

* Organise CRT-Guest-NTSC shader params into categories

* Adapt CRT-Guest-NTSC to Duckstation

- The shader is now native resolution based
- Native height triggered fake interlace/hi-res mode works
- The scaling of all effects (vignette, border, blur, etc.) now work
  mostly correctly with all window/viewport sizes and scaling modes

* Further clean up of CRT-Guest-NTSC

* Fix uneven scanline sampling bug in CRT-Guest-NTSC

The bug only manifested at specific window sizes

* Use drop-down controls in CRT-Guest-NTSC

---------

Co-authored-by: HelelSingh <96559140+HelelSingh@users.noreply.github.com>
Co-authored-by: John Novak <john@johnovak.net>
12 months ago
Stenzek 8c9a885032
GameDB: Add missing hash 12 months ago
Stenzek 998f77c590
GameDB: More WS disables 12 months ago
Stenzek 6da84bf5d0
GameDB: Disable WS for Rally de Europe 12 months ago
Stenzek f051aa54d9
GameDB: Include London Mission Pack in GTA disc set 12 months ago
Hyllian d3dc3ec6d3
Organize crt-royale params in categories. (#3261)
- Organize parameters in categories.
12 months ago
Hyllian bf1b023f12
Add a new port of crt-royale.fx (#3260)
- A new port of crt-royale. More faithful to original. It uses the same mask textures.
- The only thing not ported is the original geometry pass. It was replaced by geom curvature code.
- It's configured for 1080p displays. 4k displays need to adjust param mask_triad_size_desired from 3.0 to 4.0.

OBS: It's up to you decide if the two versions should be maintained.
12 months ago
Stenzek 7bbc1745e4
GameDB: Accurate blending for High Heat Major League Baseball 2002
Requires 16-bit blend precision for transparency in menu backgrounds in
hardware renderer.
12 months ago
Stenzek 49772f0479
GameDB: Set accurate blending for Addie no Okurimono
Fixes screen flicker in hardware renderers.
12 months ago
Mrlinkwii 14d87602d3
Resources: Update SDL game controller database (#3255) 1 year ago
user18081972 a6e34fa632
Fix ui_step for crt-consumer.fx (#3256)
For crt-consumer.fx, the ui_step was set to 0, for Scanlines bright/dark.
This commit changes it to 0.05 (same as in Retroarch).
1 year ago
Stenzek efd8aab437
TimingEvents: Fix events ending up out-of-order 1 year ago
Stenzek 495b2ff29e
GameDB: Front Mission 2 1 year ago
Stenzek 8d94fd54f2
GameDB: Use SW readbacks for 360 Three Sixty 1 year ago
Stenzek c925becd57
GameDB: Set deinterlacing mode and line offset on a few games 1 year ago
Stenzek f1ca914512
CDROM: Further adjust IRQ delay
Fixes audio dropouts in Crime Crackers, Ogre Battle seems fine now as
well.
1 year ago
Hyllian cf15591704
Add crt-hyllian-sinc.fx, crt-geo-zfast.fx and update others (#3252)
* Add crt-hyllian-sinc.fx, crt-geo-zfast.fx and update others

- Add crt-hyllian-sinc.fx;
- Add crt-geo-zfast.fx;
- Updated bicubic.fx and lanczos3.fx to allow prescaling;
- Add include folder and mask.fxh and geom.fxh;

* Update psx.jpg

- No logos anymore.
1 year ago
Hyllian c1976f4b53
Add ntsc-adaptive-lite.fx shader (#3248)
- A shader that apply NTSC effects. Can be used in a stack with crt shaders.
1 year ago
Hyllian 4bd7256a37
Add Gaussian blur shaders and update psx.jpg (#3247)
- Add gsharp2-resampler.fx shader and a fast version;
- Update Power LED in psx.jpg.
1 year ago
Stenzek 36abbd97e8
GameDB: Set DisablePGXPOn2DPolygons on Xenogears
Fixes misaligned UI. For future reference: game does a multiply by 4096,
then a right shift of 12, which should give back the same value, but
with it being implemented in PGXP-CPU with a divide that does not round
down, it ends up being off by one.

Rounding down loses precision in other games, so that's not an option.
1 year ago
Hyllian 22b273800e
Add geom-overlay and fix other shaders. (#3245)
- Add geom-overlay.fx shader + psx.jpg texture;
- Add crt-consumer.fx and delete crt-consumer.glsl;
- Fix corner parameters from crt-geom.fx and geom.fx;
- Fix coords from super-xbr. Now it works with more aspect ratio options.
1 year ago
Stenzek 985b9f8a38
GameDB: CPU-PGXP for Xenogears 1 year ago
Stenzek 7373342ea9
GameDB: CPU-PGXP for Resident Evil 3
And disable WS for Japanese releases of RE1-3.
1 year ago
Hyllian 91962508fe
Fix crt-cyclon and update others (#3240)
* Fix crt-cyclon and update others

- Fix some crt-cyclon parameters;
- Update bicubic and lanczos3.

* Update crt-geom.fx and geom.fx

- Added image center X and Y to crt-geom.fx and geom.fx.
1 year ago
Stenzek d021a61eb5
GameDB: PGXP-CPU for Rat Attack 1 year ago
Stenzek fbdeea7889
GameDB: Duke Nukem games 1 year ago
crashGG 66ba600a36
A super-simple shader (#3236)
A super-simple shader refined from the super-fast
1 year ago
Stenzek e4cb359625
GameDB: Breath of Fire III 1 year ago
Hyllian ad27f8bac3
Add some shaders and update others. (#3234)
- Add fxaa.fx, aa-shader-40.fx, bilateral.fx;
- Update geom.fx, crt-geom.fx, bicubic.fx, lanczos3.fx, super-xbr.fx.
1 year ago
Hyllian 9189588554
Shaders: Add new pack of shaders (reshade) (#3232)
- Add crt-geom, super-xbr, geom, multi-LUT, deblur-luma, bicubic and lanczos3. All .fx shaders;
- Added some LUTs.
1 year ago
Stenzek 3d00957248
Resources: Update gamecontrollerdb.txt 1 year ago
PowerDuckSamurai da51827e47
GameDB: Over Drivin' DX - Rally Edition (Japan) (#3226)
Co-authored-by: unknown <anrams777@gmail.com>
1 year ago
Stenzek 7b1ec5dab2
GameDB: Force round texcoords on Digimon World 3 1 year ago
Stenzek 0563350d04
GameDB: Set force round texcoords on Crash games 1 year ago
Hyllian 2a90a88055
Add crt-consumer and crt-cyclon. Update others. (#3223)
- Add crt-consumer.glsl;
- Add crt-cyclon.fx and its bezel.png texture;
- Fix crt-newpixie.fx Frame adjust to game's aspect ratio;
- Update others shaders to the new functions to get uniform values.
1 year ago
Stenzek eb80a82ce5
GameDB: Disable widescreen on Final Fantasy Tactics 1 year ago
Hyllian edea81d151 Update CRT-HYLLIAN.glsl
- Small update to cut scanlines when height resolution is above threshold.
1 year ago
Hyllian 7cf7a0a11f Add some shaders to dolphinfx folder
This is a first pack of shaders ported to dolphinfx specs.

It includes: crt-hyllian, crt-easymode, zfast-crt, ddt, xbr, jinc2 and pixellate.
1 year ago
Stenzek e6a11abedc
Shaders: Fix upscaling moire in CRT-Lottes 1 year ago
Stenzek e25bb4801c
GameDB: Add PGXP-CPU to Lego Racers 1 year ago
Stenzek c3bf89b278
GameDB: Disable texture filtering in Legend of Dragoon 1 year ago
Stenzek ac3affe472
GameDB: Chrono Cross 1 year ago
Stenzek b4b579d2b1
GameDB: More traits 1 year ago
Stenzek a75e61e1d6
GameDB: Disable texture filtering on FF7 1 year ago
Stenzek b4df9d3876
GameDB: Syphon Filter 3 1 year ago
Stenzek 7b8f9506c9
GameDB: Disc set corrections 1 year ago
GreyXor 515e44f1fd
Data: Update SDL Game Controller DB (#3209)
Signed-off-by: GreyXor <greyxor@protonmail.com>
1 year ago
PowerDuckSamurai 23598e6a42
GameDB: Various fixes (#3207) 1 year ago
Stenzek e1625d61f6
GameDB: PGXP-CPU for Lifeforce Tenka 1 year ago
Stenzek 1c098f625e
GameDB: Disable true colour for Dragon Valor 1 year ago
Stenzek 313496e843
GameDB: PGXP-CPU for Dragon Valor 1 year ago
Stenzek aed2863d73
GameDB: Add notes about Shadow Master/Castrol Honda Superbike Racing 1 year ago
Stenzek d094978214
Justifier: Add controller implementation 1 year ago
PowerDuckSamurai a9aaac12fc
GameDB: Various fixes (#3192) 1 year ago
Michael Prince Sharpe 9d3f328404
Adding crt-guest-advanced-HD shader (#3189)
* Add CRT-Guest-Advanced-HD

* Update CRT-Guest info

* Update CRT-Guest info

* Update CRT-Guest info

* Update CRT-Guest info

* reversion for correction

* Update thirdparty.html

* Update thirdparty.html

* Update thirdparty.html

* Update thirdparty.html

* Add files via upload

* Update source.txt
1 year ago
Stenzek 7932d284f1
Deps: Add freesurround 1 year ago
Stenzek 35056c2c52
Deps: Add kissfft 1 year ago
Stenzek 2871a26f54
GameDB: Motor Toon Grand Prix (again) 1 year ago
Stenzek a88ee93b4d
GameDB: Motor Toon Grand Prix (again) 1 year ago
Deozaan 5060c0fc31
Add cheats for all characters in Beyond the Beyond (USA) (#3176) 1 year ago
Stenzek 417bf0c3bc
DMA: Better enforce CPU runtime during linked list
and get rid of the hack for Newman Haas.
1 year ago
Stenzek f63f5d829d
GameDB: Add controller types 1 year ago
Stenzek 3c4ad9eceb
GameDB: More compatibility fixes 1 year ago
Stenzek 2b7de1f8ef
GameDB: Compatibility fixes 1 year ago
Stenzek bf4e8feb25
FullscreenUI: Redo landing page and add help bar 1 year ago
Stenzek d4d7a13fed
GameDB: Dino Crisis PAL 1 year ago
KamFretoZ 8e68faa38b
BPM: Fixes swapped arrow key glyphs (#3156) 1 year ago
PugsyMAME 7dbe021a75
New cheats and cheat cleanups (#3154)
Cheat Submissions:
diego-rbb-93 : spanish cheat codes for Digimon World (Spain) {SLES-03436}
Pugsy: WTW & Kill All Enemies cheats for Epidemic (Europe) {SCES-00393} &  Epidemic (USA) {SCUS-94152} 
Teh69thSpartan: alt. Moon Jump & speed cheats for Crash Bandicoot (USA) {SCUS-94900}
Pugsy: Invincibility against Buildings & Ground for Ace Combat 3: Electrosphere (Japan) {SLPS-02020 | SLPS-02021}
Teh69thSpartan: updated Rapid Laser cheats for Toy Story 2 USA & EURO {SLUS_00893 & SLES_02067}
Teh69thSpartan: various cheats addded for Crash Bandicoot Carnival (Japan) {SCPS-10140}

Clean-ups:
Removed duplicated cheats and commented out old cheats in Ace Combat 3: Electrosphere (Japan) {SLPS-02020 | SLPS-02021}
Combined multiple double 80xxxxxx xxxx cheats into 90xxxxxx yyyyxxxx cheats
1 year ago
Stenzek 1782151a7a
GameDB: PGXP-CPU for Newman Haas Racing 1 year ago
PugsyMAME ca118982f2
Added submitted cheats and more clean ups c/o (#3151)
Brings chtdb.txt upto date with my own version
New cheats added for various games (cheats from unicorngoulash, Teh69thSpartan, hugopocked and others - inc myself).
Fixed various cheat names, and placed others in list selects to make them more user friendly
1 year ago
Stenzek 98241cb6ba
GPUDevice: Swap out glslang for shaderc 1 year ago
Stenzek 69588bf7a6
Deps: Include freetype/harfbuzz shared libraries 1 year ago
Stenzek 4270dd0804
GameDB: More hashes 1 year ago
Stenzek 5e05328dea
GameDB: Motor Toon Grand Prix (again) 1 year ago
Stenzek e197cce832
GameDB: More PSX.EXE games 1 year ago
Stenzek 59a7c3d9a8
GameDB: Various updates 1 year ago
Blackbird 19b55f8db8
GameDB: Rayman Brain Games (#3143) 1 year ago
Stenzek e5adb5452b
GameDB: Motor Toon Grand Prix 1 year ago
Stenzek 8c09e9389d
GameDB: Add DisablePGXPPreserveProjFP trait
And add it to Crash Team Racing.
1 year ago
Stenzek 8db0fcee99
GameDB: More PGXP CPU traits 1 year ago
Stenzek c854b8f85e
Image: Swap stb for libpng/libjpeg 1 year ago
Stenzek f80ead6a21
GameDB: More settings 1 year ago
Stenzek f4ffaa1e3c
Data: Fix crt-lottes.glsl for D3D renders 1 year ago
Stenzek 713d396a7e
GPU/HW: Add quad line detection (Wild Arms 2) 1 year ago
Stenzek 120f5bb434
GameDB: Various additions 1 year ago
KamFretoZ 1f6636f62b Qt: Icon updates 1 year ago
Stenzek 3f0aa6b559
Data: Include crt-royale
From https://github.com/akgunter/crt-royale-reshade
1 year ago
Stenzek 058fe13c52
Data: Add RapidJSON to third-party notices 1 year ago
Stenzek f6dc80cefa
GameDatabase: Use TitleCase for traits 1 year ago
Stenzek 8ffc50a2a5
Data: Remove JSON GameDB 1 year ago
Stenzek f7bed69e7c
Data: Add YAML GameDB/DiscDB 1 year ago
Stenzek 8170475c6b
GameDB: More incompatible enhancement flags
And purge duplicates.
1 year ago
Stenzek d793dbf8b9
Data: Update SDL Game Controller DB 1 year ago
Stenzek a5825b642e
GameDB: Disable PGXP culling for Kingsley's Adventure 1 year ago
bl@ck_m@ge e9a21c4514
GameDB: compatibility fixes 1 year ago
Stenzek 4f2e60af2a
GameDB: Fix duplicated key 1 year ago
Stenzek f3ff003bbd
GameDB: Disable WS in Resident Evil games 1 year ago
bl@ck_m@ge 572ea80e50
GameDB: Remove DualShock support for Chessmaster II 2 years ago
Connor McLaughlin e4e7080f98
Merge pull request #3085 from 6lackmag3/patch-73
GameDB: add PS Mouse support for Discword
2 years ago
KamFretoZ 34160a8c1b Qt/FSUI: Backport PromptFont from PCSX2 for better readibility 2 years ago
bl@ck_m@ge f84e6e3e67
GameDB: add PS Mouse support for Discword 2 years ago
Stenzek fb3f0f04ed
Resources: Add SDL to thirdparty.html 2 years ago
Stenzek a22eef63b9
Resources: Fix crt-lottes under Direct3D
And add additional builtin shaders.
2 years ago
Stenzek 73968ac526
SaveStateSelectorUI: Decouple current slot from list 2 years ago
Stenzek b79703d14e
GameDB: PGXP-CPU for Formula 1 2 years ago
Stenzek c20805f2be
VulkanDevice: Work around some mobile driver issues 2 years ago
Stenzek fdd3edf73a
Common: Add LLVM SmallVector 2 years ago
Stenzek b7c53102c6
GameDB: P2 2 years ago
Stenzek 158773b585
GameDB: More widescreen disables 2 years ago
Stenzek d43efebcc5
GameDB: Add DisableTextureFiltering option 2 years ago
Stenzek 8cfa4637a2
GameDB: Add more missing traits 2 years ago
Stenzek eab9f57a5d
GameDB: Widescreen rendering disables 2 years ago
Stenzek fc6359457b
ImGuiManager: Use PromptFont icons for input OSD 2 years ago
Stenzek 3e27c399f4
GameDB: MGS1 2 years ago
Stenzek 1e5cf017bd
SDLInputSource: Update Game Controller Database 2 years ago
Stenzek 312790c9a6
CPU/NewRec: Handle mtc0 rt, sr 2 years ago
Stenzek fa5496652e
Qt: Add third-party license notices 2 years ago
Stenzek 9f122ac0f0 Data: Update SDL Game Controller DB 2 years ago
Stenzek d6577b7279 Resources: Update SDL GameControllerDB 2 years ago
Stenzek 720b5c1e9d Data: Add reshade-shaders (mainly headers) 2 years ago
Stenzek dd01c75f26 Resources: Add crosshair.png 2 years ago
Stenzek 381bd92f87 GameDB: Add multi-disc serials 2 years ago
Stenzek a2e31c3052 GameDB: Append new entries from Redump DAT file 2 years ago
Stenzek cee5decec4 GameDB: Merge traits/compatibility into single file 2 years ago
Stenzek e501012a68 GameDB: Fix some incorrect serials 2 years ago
Stenzek 905934651a GameDB: Remove some unused/duplicate entries 2 years ago
Stenzek 9e9b0e223f Update SDL Game Controller DB
https://github.com/gabomdq/SDL_GameControllerDB
2 years ago
Stenzek 29bc13a124 GameDatabase: Disable true colour for Mega Man 8 2 years ago
Stenzek d954e6e9bf GameDatabase: Set ForceSoftwareRendererForReadbacks for Chrono Trigger 2 years ago
Connor McLaughlin ce16195455 Data: Remove bundled input profiles
No need for these since automatic mapping takes care of it.
3 years ago
Connor McLaughlin b2dcb417c1 Data: Update SDL GameController DB 3 years ago
PugsyMAME 34bb512a4b
chtdb.txt housekeeping
Brings chtdb.txt upto date with my own version (merged last updates in),
New cheats added for various games, including a batch of widescreen cheats.
Fixed various cheat names, and placed others in list selects to make them more user friendly
Fixed various issues with last few updates, where cheats were added twice and/or in the wrong place (so they wouldn't get pulled in by the correct game)
3 years ago
Connor McLaughlin 69efa0f46f Shaders: Add crt-lottes.glsl 3 years ago
Connor McLaughlin 7acba0b141 GameDB: Fix some entries with missing system.cnf 3 years ago
Connor McLaughlin 971bba07d6 GPU: Make perspective-correct color interpolation toggleable 3 years ago
Anderson Cardoso 1a6bc86136
Atualização Português do Brasil (localization) | Update ChtDb to latest (#2886)
* Atualização Português do Brasil

Update strings to latest.

* Update chtDb to the latest

Following games were updated in the Database:

- Spyro 2 - Ripto's Rage
- Medal Of Honor
- Digimon World 3
- Megaman Legends 2
- Star Ocean - The Second Story
- Disney Presents Tigger's Honey Hunt
- Spyro X Sparx - Tondemo Tours
- Resident Evil 1
- Grand Theft Auto
- Castlevania Symphony Of The Night
- Megaman X
- Dino Crisis
- Valkyrie Profile
- MediEvil 2
- Crash Bandicoot - Warped

* Update chtdb.txt

* Update chtdb.txt
3 years ago
Connor McLaughlin 5568de1e03 Achievements: Add sound effects 3 years ago
Stuart Kenny 79a54bc924 Fix Front Mission db entries. 3 years ago
Connor McLaughlin 7be1ad0289 FullscreenUI: Move resources and add lightweight Android version 3 years ago
Connor McLaughlin e84f38f466 Qt: Fix builtin post shaders 3 years ago
Connor McLaughlin b42b5501f6 UI: Massive revamp, new features and improvements 3 years ago
Connor McLaughlin 79397426de
Merge pull request #2825 from DCxDemo/master
added simple-flip shader
3 years ago
Anderson_Cardoso e7f97f938e
Update Cheat DB (#2826)
* Fix table size

Fix para o espaçamento entre a primeira guia da tabela / ícone do CD

* Update - Cheat DB

Update for the cheat DB codes available in Discord made by: Unicorngolash  in between 2020 ~ 2021

* Update Cheats Db

The following has been adde/updated/fixed:

Added
- Grand Theft Auto
- Spyro X Sparx
- Resident Evil

Updated:
- Silent Hill 60 fps patch
3 years ago
DCxDemo e888934c36
added simple-flip shader
added simple-flip shader.
options: flip screen horizontally and vertically
3 years ago
Silent 506796a335
Add 5106, 5146, 5186 codes for indirect reads from a register code 3 years ago
Anderson_Cardoso 6e875b48fb
Update Cheat DB (#2819)
* Fix table size

Fix para o espaçamento entre a primeira guia da tabela / ícone do CD

* Update - Cheat DB

Update for the cheat DB codes available in Discord made by: Unicorngolash  in between 2020 ~ 2021
3 years ago
Dolphin 4a4b69db35 GameDB: fix NeGcon typo in some game entries 4 years ago
Connor McLaughlin 30a53fbb3c GameSettings: Disable GPU runahead for Red Asphalt PAL 4 years ago
bslenul 1af69ff38e Database update for mouse compatible games 4 years ago
Connor McLaughlin 46f9da97d2
Merge pull request #2749 from bslenul/guncon-update
Update database for GunCon/Justifier games
4 years ago
Risae ab831daa18
Update chtdb.txt (#2735)
* Update chtdb.txt

Adds the following cheats to Gran Turismo 1 & 2:

Gran Turismo 1:
- 60 FPS (NTSC-U 1.1, NTSC-U 1.0, PAL, JP NTSC-J)
- Simulation timescale in Arcade (NTSC-U 1.1, PAL)

Gran Turismo 2:
- 16:9 Widescreen Hack 2.0 (NTSC-U 1.2, NTSC-U 1.1, PAL, NTSC-J 1.1, NTSC-J 1.0)
- 21:9 Widescreen Hack 2.0 (NTSC-U 1.2, NTSC-U 1.1, PAL, NTSC-J 1.1, NTSC-J 1.0)
- 60 FPS (NTSC-U 1.2, NTSC-U 1.1, PAL, Arcade Disc: JP NTSC-J 1.0, Simulation Disc: JP NTSC-J 1.1, NTSC-J 1.0)
- Metric units code (NTSC-U 1.2, NTSC-U 1.1, PAL)
- Full detail AI cars (NTSC-U 1.1, NTSC-U 1.2, PAL, NTSC-J 1.1, NTSC-J 1.0)
- Slightly higher draw distance (NTSC-U 1.2, NTSC-U 1.1, PAL, NTSC-J 1.1, NTSC-J 1.0)
- Use 8MB RAM for polygon buffers (NTSC-U 1.1, NTSC-U 1.2, PAL, NTSC-J 1.1, JP NTSC-J 1.0)

Credits go to
https://cookieplmonster.github.io/
https://cookieplmonster.github.io/mods/gran-turismo/
https://cookieplmonster.github.io/mods/gran-turismo-2/

* Update chtdb.txt

Added:

";This game currently has no cheats" to some games that didn't have any cheats yet.

HUD & rear view mirror toggle (NTSC-U 1.2, NTSC-U 1.1, PAL, NTSC-J 1.1, NTSC-J 1.0)
Replay cameras in race (NTSC-U 1.1, NTSC-U 1.2, PAL, Arcade Disc: NTSC-J 1.0, Simulation Disc: NTSC-J 1.1, NTSC-J 1.0)
True Endurance ( NTSC-U 1.2, NTSC-U 1.1, PAL, NTSC-J 1.1)

Removed:

Gran Turismo 2 (USA, v1.1)
#Widescreen 16-9 option Better Graphics
#Widescreen 16-9

Gran Turismo 2 (Euro)
#Widescreen 16-9
#Widescreen 16-9 Better Graphics (Optional)

Gran Turismo 2 (Arcade + Gran Turismo Mode) (Japan, Asia)
#Widescreen 16-9 v1.0
#Widescreen 16-9 v1.0 - Better Graphics (Optional)
#Widescreen 16-9 V1.1
#Widescreen 16-9 v1.1 - Better Graphics (Optional)

* Update chtdb.txt

Removed unnecessary line break
4 years ago
bslenul 19f7516b5b Update database for GunCon/Justifier games 4 years ago
Chromaryu 23a34cb119
GameDB: Add missing definition 4 years ago
Connor McLaughlin 10cf8ef638 GameSettings: Force true color off for SLPS-00078 4 years ago
Connor McLaughlin acace84bd1 GameDB: Use hash for SLPS-00078 4 years ago
Connor McLaughlin f982a2a580 Update merged gamedb 4 years ago
Connor McLaughlin c78047c28f Update gamedb with new hashes for colliding games 4 years ago
Connor McLaughlin ae92ce8405 Update game database with NeGcon entries from PiperCalls 4 years ago
Connor McLaughlin d7b913288d Update SDL game controller database 4 years ago
Connor McLaughlin ccf5006bc8
Merge pull request #2668 from CookiePLMonster/dump-verification
Implement image verification
4 years ago
Connor McLaughlin 45a2e0df5c Update compatibility list 4 years ago
Silent 764c6e4a72
Rewrote gamedb with revisional hashes 4 years ago
Connor McLaughlin 1cc6ee4857 Update bundled SDL game controller database 4 years ago
Connor McLaughlin f1d6e81751 Update compatibility list 4 years ago
Connor McLaughlin 396b4a48f2 Data: Update SDL game controller database 4 years ago
Connor McLaughlin 6c628bb89f Update compatibility list 4 years ago
Connor McLaughlin 8d57229bdc Update compatibility list 4 years ago
Connor McLaughlin 7f3f5ce1bd Update compatibility list 4 years ago
Connor McLaughlin 4848c72466 GameDB: Actually fix SLES-00107 4 years ago
Connor McLaughlin 95ccf82ff6 GameDB: Fix SLES-00107 4 years ago
Connor McLaughlin 4f190aa902 CommonHostInterface: Move fonts/logo to resources directory 4 years ago
Connor McLaughlin 0576cb6e3b Update compatibility list 4 years ago
Connor McLaughlin 75b69a6f7e GameSettings: Force icache for World Cup 98 4 years ago
Connor McLaughlin 2f2dc9cf72 GameSettings: Force software renderer for Addie no Okurimono - To Moze from Addie 4 years ago
Connor McLaughlin 1da39bdb0b GameDB: Add NeGcon for a few games 4 years ago
Connor McLaughlin 2fbfd53d51 GameSettings: Force CPU PGXP mode for a bunch of games 4 years ago
Connor McLaughlin 8ddc1d6016 GameSettings: Force icache for International Superstar Soccer Pro '98 4 years ago
Connor McLaughlin e4fb028c8c GameDB: Add PlayStationMouse for Project - Horned Owl 4 years ago
Connor McLaughlin 22b2963bfe Update compatibility list 4 years ago
Connor McLaughlin 6b83bb0cfe GameSettings: Use icache for Chrono Cross 4 years ago
Connor McLaughlin 3a831c543d GameSettings: Force icache for NHL FaceOff 2001 4 years ago
Connor McLaughlin 4a13009af8 GameSettings: Force ICache for SLPM-86086 4 years ago
Connor McLaughlin deb7f0741a GameSettings: Force LUT fastmem for Racing Lagoon
Slight performance boost.
4 years ago
Connor McLaughlin 6543cc42d3 Update compatibility settings for Rebel Assault II 4 years ago
Connor McLaughlin 9aaaf3f094 GameDB: Unflag analog controller for Mega Man 8 4 years ago
Connor McLaughlin 90ac14a242 Update compatibility list 4 years ago
Connor McLaughlin 9af822dc9c GameSettings: Remove some duplicate entries 4 years ago
Connor McLaughlin 77bf7d3902 Update game database 4 years ago
Connor McLaughlin 99876588c4 GameSettings: Force icache for Breath of Fire IV 4 years ago
Connor McLaughlin 0271622e59 Add PlayStationMouse supported controller for some games 4 years ago
Connor McLaughlin 862c6998eb Update compatibility list and game database 4 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).
4 years ago
Connor McLaughlin 844c8e916f Update merged gamedb 4 years ago
Connor McLaughlin 600ae7bcc0 Update compatibility settings for Chrono Cross 4 years ago
Connor McLaughlin a11883e2b4 GameDB: Fix detection of Advanced V.G. (Japan) 4 years ago
Silent d6db467ce8
Update SDL game controller database 4 years ago