mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
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:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user