Skip to content
  • Jean-Paul Saman's avatar
    - Removed some dead wood · 09392400
    Jean-Paul Saman authored
    - Implemented C_Semaphore::TryWait()
    - Fixed the 9 seconds delay for stopping a stream. The C_SyncFifo()::Pop() and HandlePacket() now make use of C_Semaphore::TryWait() and never block. If the semaphore is already held then the methods Pop() and HandlePacket() will sleep for a predefined time and try again. Should this sleep time be configurable?
    - Fixed a bug in C_TrickPlay::StopWork() using Interrupt() instead of DelayedInterruption().
    09392400
To find the state of this project's repository at the time of any of these versions, check out the tags.