mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-29 00:10:34 +00:00
Add a missing Dangan Ronpa 1 hack
Dangan-Ronpa 1 PSP The Best Ver
This commit is contained in:
parent
7dfad9c5fd
commit
03f9c3fe27
@ -350,7 +350,7 @@ FramebufferManager::FramebufferManager() :
|
||||
// This applies a hack to Dangan Ronpa, its demo, and its sequel.
|
||||
// The game draws solid colors to a small framebuffer, and then reads this directly in VRAM.
|
||||
// We force this framebuffer to 1x and force download it automatically.
|
||||
hackForce04154000Download_ = gameId == "NPJH50631" || gameId == "NPJH50372" || gameId == "NPJH90164";
|
||||
hackForce04154000Download_ = gameId == "NPJH50631" || gameId == "NPJH50372" || gameId == "NPJH90164" || gameId == "NPJH50515";
|
||||
|
||||
SetLineWidth();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user