Switch 2: Compatibility Mode: Difference between revisions

Line 35: Line 35:
| 0xC8 || u64 || AudioControlData
| 0xC8 || u64 || AudioControlData
|-
|-
| 0xD0 || u64 || MiscControlData (bit10: NeedsWaitingLaunchLogo, bit13: ExtraOfflineWebAppletSleep)
| 0xD0 || u64 || [[#MiscControlData]]
|}
 
=== MiscControlData ===
{| class=wikitable
! Bit || Name || Description
|-
| 0 || PreventShaderCacheOpenFile || Prevents game from opening file: "ROM:/data/scaleform_cache/GFxShaders.cache".
|-
| 1 || PreventShaderCacheGetEntryType || Prevents game from getting the entry type on 5 different hardcoded paths.
|-
| 2 || PreventShaderCacheOpenDirectory || Prevents game from opening directory: "host:/shaders/build/"
|-
| 4 || SerializeSavedataAccess || Global mutex is taken when file starting with "savedata" is opened, and held until the file has been closed.
|-
| 10 || NeedsWaitingLaunchLogo ||
|-
| 13 || ExtraSleepForOfflineWebApplet ||
|-
|}
|}