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. --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.c') diff --git a/test.c b/test.c index 17fa7f3..d5845d3 100644 --- a/test.c +++ b/test.c @@ -59,7 +59,7 @@ int main() double Now = OGGetAbsoluteTime(); if( Now > (Start+1) && !magicon ) { - survive_usb_send_magic(ctx,1); + survive_send_magic(ctx,1,0,0); magicon = 1; } //Do stuff. -- cgit v1.2.3