mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
Merge branch 'master' of https://github.com/RetroView/libBoo into ds3
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#include "inputdev/SDeviceSignature.hpp"
|
||||
#include "inputdev/CDolphinSmashAdapter.hpp"
|
||||
#include "inputdev/CDualshockPad.hpp"
|
||||
#include "boo/inputdev/DeviceSignature.hpp"
|
||||
#include "boo/inputdev/DolphinSmashAdapter.hpp"
|
||||
#include "boo/inputdev/DualshockPad.hpp"
|
||||
|
||||
namespace boo
|
||||
{
|
||||
|
||||
const SDeviceSignature BOO_DEVICE_SIGS[] =
|
||||
const DeviceSignature BOO_DEVICE_SIGS[] =
|
||||
{
|
||||
DEVICE_SIG(CDolphinSmashAdapter, 0x57e, 0x337),
|
||||
DEVICE_SIG(CDualshockController, 0x54c, 0x268),
|
||||
DEVICE_SIG(DolphinSmashAdapter, 0x57e, 0x337),
|
||||
DEVICE_SIG(DualshockPad, 0x54c, 0x268),
|
||||
DEVICE_SIG_SENTINEL()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user