add pipe audio output
also add ability to disable CLI control/status completely
This commit is contained in:
parent
d41eeb02be
commit
c9309834ce
12 changed files with 261 additions and 16 deletions
|
|
@ -35,6 +35,8 @@
|
|||
|
||||
class FurnaceCLI {
|
||||
DivEngine* e;
|
||||
bool disableStatus;
|
||||
bool disableControls;
|
||||
|
||||
#ifdef _WIN32
|
||||
HANDLE winin;
|
||||
|
|
@ -46,6 +48,8 @@ class FurnaceCLI {
|
|||
#endif
|
||||
|
||||
public:
|
||||
void noStatus();
|
||||
void noControls();
|
||||
void bindEngine(DivEngine* eng);
|
||||
bool loop();
|
||||
bool finish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue