dmitrysmagin / pcsx4all

Pcsx4all v2.4 with mips-to-mips recompiler by Ulrich Hecht https://github.com/uli/psx4all-dingoo/
23 stars 34 forks source link

spu_pcsxrearmed: volume of 0 doesn't disable plugin, minor cleanups #5

Closed senquack closed 8 years ago

senquack commented 8 years ago

When '-volume 0' command line parameter is passed, sound is muted but SPU plugin will not be disabled, allowing muted play while still letting -audiosync feature to have effect. Plugin should be disabled by using '-silent' parameter.

Converted SPU options description .TXT file to UNIX line endings, fixed mistake in naming of file.

Cleanups to SPU wrapper header file, added some TODO notes.