Headless: Set softgpu config flag.

This affects dump playback (whether it updates RAM with what's in the
frame dump), so it's confusing when it's not set matching the core.
This commit is contained in:
Unknown W. Brackets 2022-08-21 15:52:18 -07:00
parent 1b72311e7d
commit 05ad644c69

View file

@ -416,6 +416,7 @@ int main(int argc, const char* argv[])
g_Config.bEnableLogging = fullLog;
g_Config.bSoftwareSkinning = true;
g_Config.bVertexDecoderJit = true;
g_Config.bSoftwareRendering = coreParameter.gpuCore == GPUCORE_SOFTWARE;
g_Config.bSoftwareRenderingJit = true;
g_Config.bBlockTransferGPU = true;
g_Config.iSplineBezierQuality = 2;