Mute button + RT shows up immediately now in Windows Mixer

see issue 803
This commit is contained in:
Oliver Duis
2011-06-28 19:44:22 +02:00
parent 47cd6fc04e
commit 58efd5c861
8 changed files with 41 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
#include <string.h>
#include <stdlib.h>
#include <options.h>
#include <soundman.h>
#include "version.h"
#ifndef WIN32
@@ -94,6 +95,8 @@ int main(int argc, char **argv)
Options::load ();
SoundManager::init();
if (argc>1){
int ret = processLineParams( argc, argv);
if( ret <= 0 )