mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DSPHLE AX: Restructure GC AX to work in a less insane way. No major change expected, maybe less dropouts due to a smaller window for race conditions..
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3831 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -71,8 +71,4 @@ private:
|
||||
void SendMail(u32 _uMail);
|
||||
};
|
||||
|
||||
int ReadOutPBs(u32 pbs_address, AXParamBlock* _pPBs, int _num);
|
||||
void WriteBackPBs(u32 pbs_address, AXParamBlock* _pPBs, int _num);
|
||||
|
||||
|
||||
#endif // _UCODE_AX
|
||||
|
Reference in New Issue
Block a user