Insert the SD card by default (#968)

This commit is contained in:
Alex Barney
2020-03-09 15:34:35 -07:00
committed by GitHub
parent 61d79facd1
commit 08c0e3829b

View File

@ -211,6 +211,8 @@ namespace Ryujinx.HLE.FileSystem
GameCard = fsServerObjects.GameCard;
SdCard = fsServerObjects.SdCard;
SdCard.SetSdCardInsertionStatus(true);
FileSystemServerConfig fsServerConfig = new FileSystemServerConfig
{
FsCreators = fsServerObjects.FsCreators,