This commit is contained in:
Themaister 2011-12-02 02:41:32 +01:00
parent b4c4a65f2d
commit 1356d0ab4c

View File

@ -86,7 +86,7 @@ static const video_driver_t *video_drivers[] = {
}; };
static const input_driver_t *input_drivers[] = { static const input_driver_t *input_drivers[] = {
#ifdef HAVE_PS3 #ifdef __CELLOS_LV2__
&input_ps3, &input_ps3,
#endif #endif
#ifdef HAVE_SDL #ifdef HAVE_SDL