GameDB: Add FullVU0SyncHack to the linter

This commit is contained in:
refractionpcsx2 2023-04-22 23:36:15 +01:00
parent 844f21344d
commit 960daf27e2
2 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,7 @@ SERIAL-12345: # !required! Serial number for the game, this is how games are loo
- GIFFIFOHack
- GoemonTlbHack
- IbitHack
- FullVU0SyncHack
- VUSyncHack
- VUOverflowHack
- SoftwareRendererFMVHack
@ -220,6 +221,9 @@ These values are case-sensitive so take care. If you incorrectly specify a Game
* `IbitHack`
* VU I bit Hack avoid constant recompilation in some games (Scarface The World Is Yours, Crash Tag Team Racing).
* `FullVU0SyncHack`
* Increase the synchronisation points between COP2 and VU0.
* `VUSyncHack`
* Make the VU's run behind/in sync with the EE to fix some timing issues.

View File

@ -101,6 +101,7 @@
"VIFFIFOHack",
"VuAddSubHack",
"VUOverflowHack",
"FullVU0SyncHack",
"VUSyncHack",
"XGKickHack"
]