Add Medium Texture Cache to RKA INI
Ultimate Shooting Collection needs Medium Texture Cache for some text to render correctly.
This commit is contained in:
parent
0c6b6b74bf
commit
e4f7994cf9
|
@ -1,4 +1,18 @@
|
||||||
# RKAE6K, RKAJMS, RKAK8M, RKAP6K - Ultimate Shooting Collection
|
# RKAE6K, RKAJMS, RKAK8M, RKAP6K - Ultimate Shooting Collection
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue