mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +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;
|
GameCard = fsServerObjects.GameCard;
|
||||||
SdCard = fsServerObjects.SdCard;
|
SdCard = fsServerObjects.SdCard;
|
||||||
|
|
||||||
|
SdCard.SetSdCardInsertionStatus(true);
|
||||||
|
|
||||||
FileSystemServerConfig fsServerConfig = new FileSystemServerConfig
|
FileSystemServerConfig fsServerConfig = new FileSystemServerConfig
|
||||||
{
|
{
|
||||||
FsCreators = fsServerObjects.FsCreators,
|
FsCreators = fsServerObjects.FsCreators,
|
||||||
|
|
Loading…
Reference in a new issue