mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-12-11 21:21:32 +00:00
1b8dbcb6dc
- world scale cvar - defaulted to 32.0 - extra latency mode enabled by default - used sound implementation (OpenSLES) from RTCW which should eliminate the slight delay that SDL/OpenAL seems to have - multiple cvar changes courtesy of vr_bummser
11 lines
130 B
C
11 lines
130 B
C
#ifndef __VR_INPUT_H
|
|
#define __VR_INPUT_H
|
|
|
|
#if __ANDROID__
|
|
|
|
void IN_VRInputFrame( void );
|
|
void IN_VRInit( void );
|
|
|
|
#endif
|
|
|
|
#endif
|