Commit Graph

18 Commits (bee80b0fea4ec9cd6e737e0e6335d077bbc0a907)

Author SHA1 Message Date
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek da2dc5fa1e
FIFOQueue: Optimize PopRange() for trivially-copyable types 1 year ago
Stenzek 519367555b Misc: Replace deprecated std::is_pod 2 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
3 years ago
Connor McLaughlin dbe5f3c30c FIFOQueue: Fix contiguous space with full buffer 4 years ago
Connor McLaughlin 4c9e0299ed Common/FIFOQueue: Fix incorrect assertion failure in debug builds 5 years ago
Connor McLaughlin 531c3ad5fa AudioStream: Replace buffer queue with ring buffer
Should achieve a decent overall minimum latency reduction.
6 years ago
Connor McLaughlin 5923129eca Common/FIFOQueue: Make bounds checks debug only 6 years ago
Connor McLaughlin 33f3ab4d86 Common/FIFOQueue: Use posix_memalign instead of memalign 6 years ago
Connor McLaughlin 71c1e243fe Remove YBaseLib dependency 6 years ago
Connor McLaughlin 5abbdef065 Fix compile errors on GCC 6 years ago
Connor McLaughlin 27674c2dc9 FIFOQueue: Support copying from another queue (pop -> push) 6 years ago
Connor McLaughlin a76ec6fc19 Compile fixes for GCC 6 years ago
Connor McLaughlin 2d9d999713 Add debug window for MDEC 6 years ago
Connor McLaughlin a23a353dbb FIFOQueue: Add PopRange 6 years ago
Connor McLaughlin 2875a22987 CDROM: Reads appear to be functioning 6 years ago
Connor McLaughlin e3c6035152 CDROM: Implement get version and getstat commands 6 years ago
Connor McLaughlin a0e7dff37c common: Add a FIFOQueue helper class 6 years ago