Unbreak old LLE plugin build
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2879 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a583950f82
commit
51aa5d75fa
|
@ -23,7 +23,7 @@
|
||||||
bool WriteDMEM(uint16 addr, uint16 val);
|
bool WriteDMEM(uint16 addr, uint16 val);
|
||||||
uint16 ReadDMEM(uint16 addr);
|
uint16 ReadDMEM(uint16 addr);
|
||||||
void Update_SR_Register(sint64 _Value);
|
void Update_SR_Register(sint64 _Value);
|
||||||
sint8 GetMultiplyModifier();
|
int GetMultiplyModifier();
|
||||||
|
|
||||||
template<unsigned N>
|
template<unsigned N>
|
||||||
class TAccumulator
|
class TAccumulator
|
||||||
|
|
|
@ -234,7 +234,7 @@ void Initialize(void *init)
|
||||||
g_dsp.irq_request = dspi_req_dsp_irq;
|
g_dsp.irq_request = dspi_req_dsp_irq;
|
||||||
gdsp_reset();
|
gdsp_reset();
|
||||||
|
|
||||||
if (!gdsp_load_rom((char *)DSP_ROM_FILE))
|
if (!gdsp_load_rom((char *)DSP_IROM_FILE))
|
||||||
{
|
{
|
||||||
bCanWork = false;
|
bCanWork = false;
|
||||||
PanicAlert("No DSP ROM");
|
PanicAlert("No DSP ROM");
|
||||||
|
|
Loading…
Reference in New Issue