mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 13:40:47 -07:00
Insert the SD card by default (#968)
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user