mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Remove OSC fix
https://feedback.vrchat.com/bug-reports/p/installexe-breaks-osc-port-binding
This commit is contained in:
@@ -11424,19 +11424,6 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
});
|
||||
}
|
||||
if (this.vrcOSCFix) {
|
||||
workerTimers.setTimeout(() => {
|
||||
AppApi.KillInstall().then((processKilled) => {
|
||||
if (processKilled) {
|
||||
console.log('OSCFix: Killed Install.exe');
|
||||
} else {
|
||||
console.log(
|
||||
'OSCFix: Nothing to kill, no Install.exe process running'
|
||||
);
|
||||
}
|
||||
});
|
||||
}, 2000);
|
||||
}
|
||||
break;
|
||||
case 'openvr-init':
|
||||
this.isGameNoVR = false;
|
||||
@@ -15567,10 +15554,6 @@ speechSynthesis.getVoices();
|
||||
'VRCX_vrcQuitFix',
|
||||
true
|
||||
);
|
||||
$app.data.vrcOSCFix = await configRepository.getBool(
|
||||
'VRCX_vrcOSCFix',
|
||||
true
|
||||
);
|
||||
$app.data.vrBackgroundEnabled = await configRepository.getBool(
|
||||
'VRCX_vrBackgroundEnabled',
|
||||
false
|
||||
@@ -15755,7 +15738,6 @@ speechSynthesis.getVoices();
|
||||
this.relaunchVRChatAfterCrash
|
||||
);
|
||||
await configRepository.setBool('VRCX_vrcQuitFix', this.vrcQuitFix);
|
||||
await configRepository.setBool('VRCX_vrcOSCFix', this.vrcOSCFix);
|
||||
await configRepository.setBool(
|
||||
'VRCX_vrBackgroundEnabled',
|
||||
this.vrBackgroundEnabled
|
||||
|
||||
Reference in New Issue
Block a user