mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Fixed one of the two remaining crash on Stop (issue 600), and removed some setup defines which are now useless anyway.
There's an attempt to implement Peek_Color too, probably done wrong :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3799 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -60,14 +60,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// -----------------------------------------
|
||||
#ifdef SETUP_TIMER_WAITING
|
||||
// -----------------
|
||||
typedef void (*EventCallBack)(void);
|
||||
#endif
|
||||
// ----------------------
|
||||
///////////////////////////////////
|
||||
|
||||
|
||||
namespace Common
|
||||
{
|
||||
@ -156,16 +148,6 @@ public:
|
||||
void MsgWait() {Wait();}
|
||||
#endif
|
||||
|
||||
#ifdef SETUP_TIMER_WAITING
|
||||
bool TimerWait(EventCallBack WaitCB, int Id = 0, bool OptCondition = true);
|
||||
bool DoneWait();
|
||||
void SetTimer();
|
||||
bool DoneWaiting;
|
||||
bool StartWait;
|
||||
int Id;
|
||||
HANDLE hTimer;
|
||||
HANDLE hTimerQueue;
|
||||
#endif
|
||||
|
||||
private:
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user