mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-19 13:42:00 +00:00
Enable "simulate block transfer" by default.
This commit is contained in:
parent
3f8ef6dacd
commit
84d69de7a1
@ -398,7 +398,7 @@ static ConfigSetting graphicsSettings[] = {
|
||||
ReportedConfigSetting("SplineBezierQuality", &g_Config.iSplineBezierQuality, 2),
|
||||
ReportedConfigSetting("PostShader", &g_Config.sPostShaderName, "Off"),
|
||||
|
||||
ReportedConfigSetting("BlockTransferGPU", &g_Config.bBlockTransferGPU, false),
|
||||
ReportedConfigSetting("MemBlockTransferGPU", &g_Config.bBlockTransferGPU, true),
|
||||
|
||||
ConfigSetting(false),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user