[Project64] N64 Class.cpp tabs to spaces

This commit is contained in:
zilmar 2015-11-12 17:52:27 +11:00
parent 70a368a861
commit 66b6be4bd7
2 changed files with 1845 additions and 1845 deletions

View File

@ -155,7 +155,7 @@ private:
DWORD m_CPU_ThreadID;
//Handle to pause mutex
void * m_hPauseEvent;
SyncEvent m_hPauseEvent;
//No of Alist and Dlist sent to the RSP
DWORD m_AlistCount, m_DlistCount, m_UnknownCount;