Skip to content

Commit

Permalink
Headless: Default memory stick inserted.
Browse files Browse the repository at this point in the history
Tests expect this, oops.
  • Loading branch information
unknownbrackets committed May 29, 2018
1 parent d9b4a7d commit 8f5013f
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 @@ -374,6 +374,7 @@ int main(int argc, const char* argv[])
g_Config.bBlockTransferGPU = true;
g_Config.iSplineBezierQuality = 2;
g_Config.bHighQualityDepth = true;
g_Config.bMemStickInserted = true;

#ifdef _WIN32
InitSysDirectories();
Expand Down

0 comments on commit 8f5013f

Please sign in to comment.