Core: Get rid of the void handle parameter for DSP initialization

This commit is contained in:
Lioncash
2014-07-26 16:54:36 -04:00
parent 6bd5fb3a67
commit e8d0a910da
6 changed files with 6 additions and 7 deletions

View File

@ -13,7 +13,7 @@ public:
virtual bool IsLLE() = 0;
virtual bool Initialize(void *hWnd, bool bWii, bool bDSPThread) = 0;
virtual bool Initialize(bool bWii, bool bDSPThread) = 0;
virtual void Shutdown() = 0;
virtual void DoState(PointerWrap &p) = 0;