Skip to content

Commit

Permalink
Headless: Set softgpu config flag.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
unknownbrackets committed Aug 21, 2022
1 parent 1b72311 commit 05ad644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions headless/Headless.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 05ad644

Please sign in to comment.