mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Uber-fast stop (thanks to smart memory card flushing) and various savestate changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3659 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
|
||||
#include "wiimote_hid.h"
|
||||
#include "EmuDefinitions.h"
|
||||
#include "ChunkFile.h"
|
||||
|
||||
namespace WiiMoteEmu
|
||||
{
|
||||
@ -35,7 +36,7 @@ void GetMousePos(float& x, float& y);
|
||||
|
||||
// General functions
|
||||
void Initialize();
|
||||
void DoState(void* ptr, int mode);
|
||||
void DoState(PointerWrap &p);
|
||||
void Shutdown(void);
|
||||
void InterruptChannel(u16 _channelID, const void* _pData, u32 _Size);
|
||||
void ControlChannel(u16 _channelID, const void* _pData, u32 _Size) ;
|
||||
|
Reference in New Issue
Block a user