summaryrefslogtreecommitdiff
path: root/dxr3device.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3device.c')
-rw-r--r--dxr3device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.c b/dxr3device.c
index 4fa3980..3418f33 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -174,7 +174,7 @@ bool cDxr3Device::SetPlayMode(ePlayMode PlayMode)
// ==================================
int64_t cDxr3Device::GetSTC()
{
- return cDxr3Interface::Instance().GetSysClock();
+ return cDxr3Interface::Instance().GetPts();
}
// ==================================