diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 5791b336..4957b942 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -410,6 +410,9 @@ struct ALCdevice_struct // Number of samples rendered by this device ALuint64 SamplesPlayed; + // Precision of this device's timing + ALuint64 TimeRes; + BackendFuncs *Funcs; void *ExtraData; // For the backend's use |