- renamed the thing to xboxdrv
This commit is contained in:
parent
325d3b6d5e
commit
f8cd468284
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- python -*-
|
||||
|
||||
env = Environment(CPPFLAGS=["-g", "-O2", "-Wall"], LIBS=["usb"])
|
||||
env.Program("xbox360", ["xbox360.cpp", "uinput.cpp"])
|
||||
env.Program("xboxdrv", ["xboxdrv.cpp", "uinput.cpp"])
|
||||
|
||||
# EOF #
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef HEADER_UINPUT_HPP
|
||||
#define HEADER_UINPUT_HPP
|
||||
|
||||
#include "xbox360.hpp"
|
||||
#include "xboxdrv.hpp"
|
||||
|
||||
class uInputCfg
|
||||
{
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#include "uinput.hpp"
|
||||
#include "xbox360.hpp"
|
||||
#include "xboxdrv.hpp"
|
||||
|
||||
XPadDevice xpad_devices[] = {
|
||||
// Evil?! Anymore info we could use to identify the devices?
|
||||
|
|
Loading…
Add table
Reference in a new issue