mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-27 05:06:39 -05:00
ControllerInterface: Remove OSX window handle
also make it more thread safe (avoid rare deadlock) and fix it trying to add devices before the CI has init
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
|
||||
namespace ciface::OSX
|
||||
{
|
||||
void Init(void* window);
|
||||
void PopulateDevices(void* window);
|
||||
void Init();
|
||||
void DeInit();
|
||||
|
||||
void DeviceElementDebugPrint(const void*, void*);
|
||||
|
||||
Reference in New Issue
Block a user