Merge pull request #13036 from PatrickFerry/gameini_enable_pal60
Gameini: Enable PAL60 for Some PAL Games
This commit is contained in:
commit
39e266c5bf
|
@ -0,0 +1,5 @@
|
||||||
|
# SL2P01 - Project Zero 2
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Supports 60Hz Only
|
||||||
|
PAL60 = True
|
|
@ -0,0 +1,5 @@
|
||||||
|
# SLSP01 - THE LAST STORY
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Supports 60Hz Only
|
||||||
|
PAL60 = True
|
|
@ -0,0 +1,5 @@
|
||||||
|
# ST7P01 - Boom Street
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Supports 60Hz Only
|
||||||
|
PAL60 = True
|
Loading…
Reference in New Issue