dolphin/Source/Core
Michael Maltese c538cdcd47 AudioCommon: set volume _after_ starting stream
Fixes an error with the CoreAudio backend, which apparently doesn't
allow you to set the volume before starting the stream:

```
59:31:087 AudioCommon/CoreAudioSoundStream.cpp:97 E[Audio]: error setting volume
```

This shouldn't cause any problems with other backends, since the mixer
starts with silence anyways.
2017-04-20 02:06:42 -07:00
..
AudioCommon AudioCommon: set volume _after_ starting stream 2017-04-20 02:06:42 -07:00
Common Rename Misc.cpp to CommonFuncs.cpp 2017-04-15 00:41:09 +02:00
Core Merge pull request #5286 from lioncash/mmu 2017-04-18 12:35:42 +02:00
DiscIO Merge pull request #5152 from ligfx/disciomaybeuninitialized 2017-03-31 00:11:53 -04:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX Merge pull request #5273 from JosJuice/android-x86-64 2017-04-18 09:54:04 +02:00
InputCommon ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends Merge pull request #5284 from stenzek/vulkan-videocommon-blending-state 2017-04-18 22:16:32 +10:00
VideoCommon OGL: Drop BlendingState.dither 2017-04-18 21:55:23 +10:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00