diff options
Diffstat (limited to 'dxr3sysclock.c')
-rw-r--r-- | dxr3sysclock.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3sysclock.c b/dxr3sysclock.c index 8c32948..192ccc9 100644 --- a/dxr3sysclock.c +++ b/dxr3sysclock.c @@ -68,3 +68,9 @@ void cDxr3SysClock::SetSpuPts(uint32_t pts) ioctl(m_fdspu, EM8300_IOCTL_SPU_SETPTS, &newPts); mutex.Unlock(); } + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: |