- renamed the thing to xboxdrv

This commit is contained in:
Ingo Ruhnke 2008-04-13 20:19:54 +02:00
parent 325d3b6d5e
commit f8cd468284
3 changed files with 3 additions and 3 deletions

View file

@ -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 #

View file

@ -19,7 +19,7 @@
#ifndef HEADER_UINPUT_HPP
#define HEADER_UINPUT_HPP
#include "xbox360.hpp"
#include "xboxdrv.hpp"
class uInputCfg
{

View file

@ -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?