Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Load in vrmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Sep 24, 2022
1 parent dcc546b commit 0a9bd2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using SharpOSC;
using IniParser;
using IniParser.Model;
using Valve.VR;

namespace VRCTextboxOSC
{
Expand All @@ -25,6 +26,9 @@ public partial class MainWindow : Window
public MainWindow()
{
InitializeComponent();
var err = EVRInitError.None;
OpenVR.Init(ref err, EVRApplicationType.VRApplication_Utility);
OpenVR.Applications.AddApplicationManifest("app.vrmanifest", false);
isEnabled = true;

iniParser = new();
Expand Down
1 change: 1 addition & 0 deletions VRCTextboxOSC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<ItemGroup>
<PackageReference Include="ini-parser" Version="2.5.2" />
<PackageReference Include="OVRSharp" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0a9bd2d

Please sign in to comment.