[DesktopVRSwitch] Fixes for 2023r172.

This commit is contained in:
NotAKidoS 2023-09-23 19:35:46 -05:00
parent 39cbdf8ed5
commit 6b32a6475d
6 changed files with 43 additions and 38 deletions

View file

@ -26,9 +26,6 @@ public class DesktopVRSwitch : MelonMod
// post processing fixes
ApplyPatches(typeof(HarmonyPatches.CVRWorldPatches));
// fuck you
ApplyPatches(typeof(HarmonyPatches.CohtmlUISystemPatches));
// prevent steamvr behaviour from closing game
ApplyPatches(typeof(HarmonyPatches.SteamVRBehaviourPatches));