mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00: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:
parent
3ddbb094ab
commit
06b65ea425
10 changed files with 83 additions and 18 deletions
|
@ -24,6 +24,7 @@
|
|||
// Includes
|
||||
// ¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
#include "wiiuse.h"
|
||||
#include "ChunkFile.h"
|
||||
///////////////////////////////////
|
||||
|
||||
|
||||
|
@ -33,7 +34,7 @@ namespace WiiMoteReal
|
|||
#define MAX_WIIMOTES 1
|
||||
|
||||
int 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue