[SwitchToDesktopOnSteamVRExit] Switched patch implementation because it did not work properly

This commit is contained in:
NotAKidoS 2024-04-23 16:53:00 -05:00
parent b42f72d082
commit e12da22513
2 changed files with 35 additions and 15 deletions

View file

@ -20,6 +20,8 @@ using System.Reflection;
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonColor(255, 52, 152, 219)]
[assembly: MelonAuthorColor(255, 158, 21, 32)]
[assembly: HarmonyDontPatchAll]
namespace NAK.SwitchToDesktopOnSteamVRExit.Properties;