mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 22:48:36 +00:00
Insert the SD card by default (#968)
This commit is contained in:
parent
61d79facd1
commit
08c0e3829b
|
@ -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