Insert the SD card by default (#968)
This commit is contained in:
parent
61d79facd1
commit
08c0e3829b
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@ namespace Ryujinx.HLE.FileSystem
|
|||
GameCard = fsServerObjects.GameCard;
|
||||
SdCard = fsServerObjects.SdCard;
|
||||
|
||||
SdCard.SetSdCardInsertionStatus(true);
|
||||
|
||||
FileSystemServerConfig fsServerConfig = new FileSystemServerConfig
|
||||
{
|
||||
FsCreators = fsServerObjects.FsCreators,
|
||||
|
|
Loading…
Reference in a new issue