aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index d6fc5c15..d9c369ef 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -405,6 +405,9 @@ struct ALCdevice_struct
ALCcontext **Contexts;
ALuint NumContexts;
+ // Number of samples rendered by this device
+ ALuint64 SamplesPlayed;
+
BackendFuncs *Funcs;
void *ExtraData; // For the backend's use