From bda42e5772271fbf1c38bb747c976aef38432578 Mon Sep 17 00:00:00 2001 From: Lubos Date: Thu, 1 Sep 2022 19:56:38 +0200 Subject: [PATCH] compile fix --- Common/VR/PPSSPPVR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/VR/PPSSPPVR.h b/Common/VR/PPSSPPVR.h index 4b6b6774c2..76dafc6d07 100644 --- a/Common/VR/PPSSPPVR.h +++ b/Common/VR/PPSSPPVR.h @@ -30,7 +30,7 @@ inline bool IsVRBuild() { return false; } inline void InitVROnAndroid(void* vm, void* activity, int version, char* name) {} inline void EnterVR(bool firstTime) {} inline void GetVRResolutionPerEye(int* width, int* height) {} -inline void UpdateVRInput(bool(*NativeKey)(const KeyInput &key), bool haptics) {} +inline void UpdateVRInput(bool(*NativeKey)(const KeyInput &key), bool(*NativeTouch)(const TouchInput &touch), bool haptics, float dp_xscale, float dp_yscale) {} inline void UpdateVRScreenKey(const KeyInput &key) {} // VR rendering integration