From 55cedfc6a6b035d6eb54457782818fef61cae500 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 25 Feb 2017 23:52:48 -0500 Subject: Huge shift: Put HTC vive into its own file, to free up the rest of the system for libsurvive. --- data_recorder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data_recorder.c') diff --git a/data_recorder.c b/data_recorder.c index ced82c4..516ac6c 100644 --- a/data_recorder.c +++ b/data_recorder.c @@ -17,11 +17,11 @@ void HandleKey( int keycode, int bDown ) if( keycode == 'O' || keycode == 'o' ) { - survive_usb_send_magic(ctx,1); + survive_send_magic(ctx,1,0,0); } if( keycode == 'F' || keycode == 'f' ) { - survive_usb_send_magic(ctx,0); + survive_send_magic(ctx,0,0,0); } } -- cgit v1.2.3