Fixed NullSound hanging on movies. Compared to DSound, it's now slower on movies but faster in menus

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2183 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-02-09 19:50:06 +00:00
parent 59a8fd4848
commit 09c8368180
8 changed files with 52 additions and 38 deletions

View File

@ -24,7 +24,7 @@ class IEXIDevice
{
private:
// Byte transfer function for this device
virtual void TransferByte(u8& _byte) {};
virtual void TransferByte(u8&) {};
public:
// Immediate copy functions