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"
|
name: "Bouken Jidai Katsugeki - Goemon"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gameFixes:
|
||||||
|
- GoemonTlbHack
|
||||||
SLPM-65015:
|
SLPM-65015:
|
||||||
name: "Kessen 2"
|
name: "Kessen 2"
|
||||||
region: "NTSC-J"
|
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
|
- VIFFIFOHack
|
||||||
- VIF1StallHack
|
- VIF1StallHack
|
||||||
- GIFFIFOHack
|
- GIFFIFOHack
|
||||||
|
- GoemonTlbHack
|
||||||
- ScarfaceIbitHack
|
- ScarfaceIbitHack
|
||||||
- CrashTagTeamRacingIbitHack
|
- CrashTagTeamRacingIbitHack
|
||||||
- VU0KickstartHack
|
- 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.
|
- SOCOM II HUD and Spy Hunter loading hang.
|
||||||
- `GIFFIFOHack`
|
- `GIFFIFOHack`
|
||||||
- Enables the GIF FIFO. Needed for Wallace & Grommit, Hot Wheels, DJ Hero.
|
- Enables the GIF FIFO. Needed for Wallace & Grommit, Hot Wheels, DJ Hero.
|
||||||
- `FMVinSoftwareHack`
|
- `GoemonTlbHack`
|
||||||
- Silent Hill 2-3. Fixes FMVs that are obscured when using hardware rendering by switching to software rendering.
|
- Preload TLB hack to avoid tlb miss on Goemon.
|
||||||
- `ScarfaceIbitHack`
|
- `ScarfaceIbitHack`
|
||||||
- VU I bit Hack avoid constant recompilation (Scarface The World Is Yours).
|
- VU I bit Hack avoid constant recompilation (Scarface The World Is Yours).
|
||||||
- `CrashTagTeamRacingIbitHack`
|
- `CrashTagTeamRacingIbitHack`
|
||||||
|
|
Loading…
Reference in New Issue