This repository has been archived by the owner on May 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Renamed openvr scripts to start with "SteamVR_" * Copy build scripts and resources folder to the bin/win32 folder * Renamed "driver_psmoveservice" to "driver_psmove"
- Loading branch information
1 parent
dfd6cbb
commit 03f74bc
Showing
6 changed files
with
66 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/openvr_plugin/ReinstallDriver.bat → ...openvr_plugin/SteamVR_ReinstallDriver.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@echo off | ||
call SteamVR_SetDriverVars.bat | ||
|
||
echo "Unstalling PSMoveService SteamVR driver..." | ||
IF NOT EXIST "%INSTALL_DIR%" goto done | ||
del /F /S /Q "%INSTALL_DIR%*.*" | ||
rmdir /S /Q "%INSTALL_DIR%" | ||
|
||
:done | ||
echo "Done" | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters