aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/fader.h
AgeCommit message (Collapse)Author
2011-09-27PEGASUS: Fader values should be signedMatthew Hoops
2011-09-27PEGASUS: Partially revert 4aed723368b9a4e82205bc3ed950a4e04ba3d8dcMatthew Hoops
startFaderSync does indeed to hold the main thread.
2011-09-25PEGASUS: Fix startFaderSyncMatthew Hoops
Since we're not running in multiple threads anymore, we cannot have the fader hold the main thread to itself.
2011-09-25PEGASUS: Add the interface classMatthew Hoops
2011-09-16PEGASUS: Implement fader supportMatthew Hoops