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_round_modes = ["eeRoundMode", "vuRoundMode"]
allowed_clamp_modes = ["eeClampMode", "vuClampMode"] allowed_clamp_modes = ["eeClampMode", "vuClampMode"]
allowed_game_fixes = [ allowed_game_fixes = [
"VuAddSubHack",
"FpuCompareHack",
"FpuMulHack", "FpuMulHack",
"FpuNegDivHack", "FpuNegDivHack",
"XGKickHack", "GoemonTlbHack",
"EETimingHack", "SoftwareRendererFMVHack",
"SkipMPEGHack", "SkipMPEGHack",
"OPHFlagHack", "OPHFlagHack",
"EETimingHack",
"DMABusyHack", "DMABusyHack",
"GIFFIFOHack",
"VIFFIFOHack", "VIFFIFOHack",
"VIF1StallHack", "VIF1StallHack",
"GIFFIFOHack", "VuAddSubHack",
"GoemonTlbHack",
"VUSyncHack",
"IbitHack", "IbitHack",
"VUSyncHack",
"VUOverflowHack", "VUOverflowHack",
"XGKickHack",
] ]
allowed_gs_hw_fixes = [ allowed_gs_hw_fixes = [
"autoFlush", "autoFlush",

File diff suppressed because it is too large Load Diff