mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add missing GoemonTLB Hack
This commit is contained in:
parent
4105fe41fb
commit
f3b6868e51
|
@ -20254,6 +20254,8 @@ SLPM-65014:
|
|||
name: "Bouken Jidai Katsugeki - Goemon"
|
||||
region: "NTSC-J"
|
||||
compat: 5
|
||||
gameFixes:
|
||||
- GoemonTlbHack
|
||||
SLPM-65015:
|
||||
name: "Kessen 2"
|
||||
region: "NTSC-J"
|
||||
|
|
Binary file not shown.
|
@ -37,6 +37,7 @@ SERIAL-12345: # !required! Serial number for the game, this is how games are loo
|
|||
- VIFFIFOHack
|
||||
- VIF1StallHack
|
||||
- GIFFIFOHack
|
||||
- GoemonTlbHack
|
||||
- ScarfaceIbitHack
|
||||
- CrashTagTeamRacingIbitHack
|
||||
- VU0KickstartHack
|
||||
|
@ -135,8 +136,8 @@ These values are case-sensitive so take care. If you incorrectly specify a Game
|
|||
- SOCOM II HUD and Spy Hunter loading hang.
|
||||
- `GIFFIFOHack`
|
||||
- Enables the GIF FIFO. Needed for Wallace & Grommit, Hot Wheels, DJ Hero.
|
||||
- `FMVinSoftwareHack`
|
||||
- Silent Hill 2-3. Fixes FMVs that are obscured when using hardware rendering by switching to software rendering.
|
||||
- `GoemonTlbHack`
|
||||
- Preload TLB hack to avoid tlb miss on Goemon.
|
||||
- `ScarfaceIbitHack`
|
||||
- VU I bit Hack avoid constant recompilation (Scarface The World Is Yours).
|
||||
- `CrashTagTeamRacingIbitHack`
|
||||
|
|
Loading…
Reference in New Issue