Explorar o código

Insert the SD card by default (#968)

Alex Barney %!s(int64=6) %!d(string=hai) anos
pai
achega
08c0e3829b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Ryujinx.HLE/FileSystem/VirtualFileSystem.cs

+ 2 - 0
Ryujinx.HLE/FileSystem/VirtualFileSystem.cs

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