mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 12:36:34 -05:00
Misc content loading improvements (#432)
* Misc content loading improvements
This commit is contained in:
@@ -68,6 +68,8 @@ namespace Ryujinx
|
||||
Device.System.EnableMultiCoreScheduling();
|
||||
}
|
||||
|
||||
Device.System.EnableFsIntegrityChecks = Convert.ToBoolean(Parser.Value("Enable_FS_Integrity_Checks"));
|
||||
|
||||
JoyConKeyboard = new JoyConKeyboard(
|
||||
|
||||
new JoyConKeyboardLeft
|
||||
|
@@ -31,6 +31,9 @@ Enable_Vsync = true
|
||||
#Enable or Disable Multi-core scheduling of threads
|
||||
Enable_MultiCore_Scheduling = false
|
||||
|
||||
#Enable integrity checks on Switch content files
|
||||
Enable_FS_Integrity_Checks = true
|
||||
|
||||
#Controller Device Index
|
||||
GamePad_Index = 0
|
||||
|
||||
|
Reference in New Issue
Block a user