mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Core: Get rid of the void handle parameter for DSP initialization
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user