Преглед на файлове

Insert the SD card by default (#968)

Alex Barney преди 6 години
родител
ревизия
08c0e3829b
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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,