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 Jun 6, 2018
1 parent e69e844 commit 16e0a7c
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 16e0a7c

Please sign in to comment.