mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
Initial DS3 support
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "inputdev/SDeviceSignature.hpp"
|
||||
#include "inputdev/CDolphinSmashAdapter.hpp"
|
||||
#include "inputdev/CDualshockPad.hpp"
|
||||
|
||||
namespace boo
|
||||
{
|
||||
@@ -7,6 +8,7 @@ namespace boo
|
||||
const SDeviceSignature BOO_DEVICE_SIGS[] =
|
||||
{
|
||||
DEVICE_SIG(CDolphinSmashAdapter, 0x57e, 0x337),
|
||||
DEVICE_SIG(CDualshockController, 0x54c, 0x268),
|
||||
DEVICE_SIG_SENTINEL()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user