mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
make DSP LLE work on linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1238 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -15,9 +15,10 @@
|
||||
// Official SVN repository and contact information can be found at
|
||||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "globals.h"
|
||||
#endif
|
||||
#include "Globals.h"
|
||||
#include "HLE_Helper.h"
|
||||
|
||||
|
||||
@ -1486,4 +1487,4 @@ u16 HLE_ROM_80E7_81F8()
|
||||
//missing: dsp_opc_ret;
|
||||
|
||||
return 0x81f8;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user