mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
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:
@ -23,7 +23,7 @@
|
||||
bool WriteDMEM(uint16 addr, uint16 val);
|
||||
uint16 ReadDMEM(uint16 addr);
|
||||
void Update_SR_Register(sint64 _Value);
|
||||
sint8 GetMultiplyModifier();
|
||||
int GetMultiplyModifier();
|
||||
|
||||
template<unsigned N>
|
||||
class TAccumulator
|
||||
|
Reference in New Issue
Block a user