GameDB: Upscaling GS Batch 1

Fixes the lint and adds a bunch of upscaling fixes.
This commit is contained in:
RedDevilus 2022-03-14 23:47:23 +01:00 committed by refractionpcsx2
parent a546f61ea8
commit 7e1c48694a
2 changed files with 343 additions and 8 deletions

View File

@ -20,22 +20,22 @@ allowed_game_options = [
allowed_round_modes = ["eeRoundMode", "vuRoundMode"]
allowed_clamp_modes = ["eeClampMode", "vuClampMode"]
allowed_game_fixes = [
"VuAddSubHack",
"FpuCompareHack",
"FpuMulHack",
"FpuNegDivHack",
"XGKickHack",
"EETimingHack",
"GoemonTlbHack",
"SoftwareRendererFMVHack",
"SkipMPEGHack",
"OPHFlagHack",
"EETimingHack",
"DMABusyHack",
"GIFFIFOHack",
"VIFFIFOHack",
"VIF1StallHack",
"GIFFIFOHack",
"GoemonTlbHack",
"VUSyncHack",
"VuAddSubHack",
"IbitHack",
"VUSyncHack",
"VUOverflowHack",
"XGKickHack",
]
allowed_gs_hw_fixes = [
"autoFlush",

File diff suppressed because it is too large Load Diff