mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Add Persona 3 to automatic mipmapping (basic level).
Fixes flashing / strobing windows. Issue #1342
This commit is contained in:
parent
5b6b386708
commit
24be7785db
|
@ -514,6 +514,12 @@ CRC::Game CRC::m_games[] =
|
||||||
{0x018AC37C, LegacyOfKainDefiance, RU, 0}, // Unofficial RU-version
|
{0x018AC37C, LegacyOfKainDefiance, RU, 0}, // Unofficial RU-version
|
||||||
{0x28D09BF9, NicktoonsUnite, US, 0},
|
{0x28D09BF9, NicktoonsUnite, US, 0},
|
||||||
{0xF25266C4, NicktoonsUnite, EU, 0}, // Nickelodeon SpongeBob SquarePants And Friends Unite
|
{0xF25266C4, NicktoonsUnite, EU, 0}, // Nickelodeon SpongeBob SquarePants And Friends Unite
|
||||||
|
{0x7AE1C04B, Persona3, US, 0}, // Regular Version
|
||||||
|
{0x05C3D28F, Persona3, JP, 0},
|
||||||
|
{0x8A557EE5, Persona3, EU, 0},
|
||||||
|
{0x94A82AAA, Persona3, US, 0}, // FES
|
||||||
|
{0x232C7D72, Persona3, JP, 0},
|
||||||
|
{0xF64A6AE5, Persona3, EU, 0},
|
||||||
{0x2BDA8ADB, ProjectSnowblind, US, 0},
|
{0x2BDA8ADB, ProjectSnowblind, US, 0},
|
||||||
{0xF00CA82B, ProjectSnowblind, EU, 0},
|
{0xF00CA82B, ProjectSnowblind, EU, 0},
|
||||||
{0xF1583665, ProjectSnowblind, EU, 0},
|
{0xF1583665, ProjectSnowblind, EU, 0},
|
||||||
|
|
|
@ -100,6 +100,7 @@ public:
|
||||||
Okami,
|
Okami,
|
||||||
Oneechanbara2Special,
|
Oneechanbara2Special,
|
||||||
Onimusha3,
|
Onimusha3,
|
||||||
|
Persona3,
|
||||||
PiaCarroteYoukosoGPGakuenPrincess,
|
PiaCarroteYoukosoGPGakuenPrincess,
|
||||||
ProjectSnowblind,
|
ProjectSnowblind,
|
||||||
Quake3Revolution,
|
Quake3Revolution,
|
||||||
|
|
|
@ -214,6 +214,7 @@ void GSRendererHW::SetGameCRC(uint32 crc, int options)
|
||||||
case CRC::Jak3:
|
case CRC::Jak3:
|
||||||
case CRC::LegacyOfKainDefiance:
|
case CRC::LegacyOfKainDefiance:
|
||||||
case CRC::NicktoonsUnite:
|
case CRC::NicktoonsUnite:
|
||||||
|
case CRC::Persona3:
|
||||||
case CRC::ProjectSnowblind:
|
case CRC::ProjectSnowblind:
|
||||||
case CRC::Quake3Revolution:
|
case CRC::Quake3Revolution:
|
||||||
case CRC::RatchetAndClank:
|
case CRC::RatchetAndClank:
|
||||||
|
|
Loading…
Reference in New Issue