1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-11 23:54:09 +02:00

add dummy osToggleVR for nix platform

This commit is contained in:
XProger
2019-08-11 16:27:00 +03:00
parent ee175c8170
commit 27f3ece83d

View File

@@ -130,6 +130,10 @@ void osJoyVibrate(int index, float L, float R) {
joyDevice[index].vR = R;
}
void osToggleVR(bool enable) {
Core::settings.detail.stereo = Core::Settings::STEREO_OFF;
}
void joyInit() {
LOG("init gamepads:\n");
char name[128];