VGM export: prepare for "direct stream mode"
this will eventually allow for DualPCM and MSM6258 export DO NOT USE YET
This commit is contained in:
parent
c3e2e902af
commit
684b5a928b
7 changed files with 147 additions and 126 deletions
|
|
@ -22,7 +22,7 @@
|
|||
void DivDispatch::acquire(short* bufL, short* bufR, size_t start, size_t len) {
|
||||
}
|
||||
|
||||
void DivDispatch::fillStream(std::vector<DivDelayedWrite>& stream, int rate, size_t len) {
|
||||
void DivDispatch::fillStream(std::vector<DivDelayedWrite>& stream, int sRate, size_t len) {
|
||||
}
|
||||
|
||||
void DivDispatch::tick(bool sysTick) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue