From 40dd1fb85364e3a9e278ffa7a034638e7718770b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 24 Jul 2010 19:14:32 -0700 Subject: Add a backend callback to get the device time The method should monotonically count the number of nanoseconds the device has active contexts --- Alc/ALc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index fe5eeecd..93ee4b7d 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -39,7 +39,7 @@ #include "alu.h" -#define EmptyFuncs { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } +#define EmptyFuncs { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL } typedef struct BackendInfo { const char *name; void (*Init)(BackendFuncs*); -- cgit v1.2.3