mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-12 16:14:25 +02:00
add dummy osToggleVR for nix platform
This commit is contained in:
@@ -130,6 +130,10 @@ void osJoyVibrate(int index, float L, float R) {
|
|||||||
joyDevice[index].vR = R;
|
joyDevice[index].vR = R;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void osToggleVR(bool enable) {
|
||||||
|
Core::settings.detail.stereo = Core::Settings::STEREO_OFF;
|
||||||
|
}
|
||||||
|
|
||||||
void joyInit() {
|
void joyInit() {
|
||||||
LOG("init gamepads:\n");
|
LOG("init gamepads:\n");
|
||||||
char name[128];
|
char name[128];
|
||||||
|
Reference in New Issue
Block a user