Skip to content

Commit

Permalink
Filter blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Dec 29, 2023
1 parent e13d691 commit 523bd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_PSMoveService/PSMoveService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class PsMoveService : ITrackingDevice
public DirectoryInfo ConfigFolder => new(Path.Join(Environment.GetFolderPath(
Environment.SpecialFolder.ApplicationData), "PSMoveService"));

public bool IsPositionFilterBlockingEnabled => false;
public bool IsPositionFilterBlockingEnabled => true;
public bool IsPhysicsOverrideEnabled => true;
public bool IsSelfUpdateEnabled => false;
public bool IsFlipSupported => false;
Expand Down

0 comments on commit 523bd20

Please sign in to comment.