mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
much better input-device class registration
This commit is contained in:
@@ -33,7 +33,7 @@ class CTestDeviceFinder : public CDeviceFinder
|
||||
CDolphinSmashAdapterCallback m_cb;
|
||||
public:
|
||||
CTestDeviceFinder()
|
||||
: CDeviceFinder(DEV_DOL_SMASH_ADAPTER)
|
||||
: CDeviceFinder({"CDolphinSmashAdapter"})
|
||||
{}
|
||||
void deviceConnected(CDeviceToken& tok)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user