GUI: add visualizer to cmd stream player
This commit is contained in:
parent
dcf5f3f0c7
commit
24e7338dc5
4 changed files with 80 additions and 1 deletions
|
|
@ -682,6 +682,11 @@ bool DivCSPlayer::init() {
|
|||
chan[i].readPos=chan[i].startPos;
|
||||
}
|
||||
}
|
||||
|
||||
// read stack sizes
|
||||
for (unsigned int i=0; i<fileChans; i++) {
|
||||
chan[i].callStackSize=stream.readC();
|
||||
}
|
||||
|
||||
// initialize state
|
||||
for (int i=0; i<e->getTotalChannelCount(); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue