소스 검색

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,