mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
headless: Enable softgpu jit for tests.
This commit is contained in:
parent
99c213f244
commit
0ef1df79b9
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ int main(int argc, const char* argv[])
|
|||
g_Config.bEnableLogging = fullLog;
|
||||
g_Config.bSoftwareSkinning = true;
|
||||
g_Config.bVertexDecoderJit = true;
|
||||
g_Config.bSoftwareRenderingJit = true;
|
||||
g_Config.bBlockTransferGPU = true;
|
||||
g_Config.iSplineBezierQuality = 2;
|
||||
g_Config.bHighQualityDepth = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue