RetroArch
pad_strings.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2014-2017 - Ali Bouhlel
3  * Copyright (C) 2011-2017 - Daniel De Matteis
4  *
5  * RetroArch is free software: you can redistribute it and/or modify it under the terms
6  * of the GNU General Public License as published by the Free Software Found-
7  * ation, either version 3 of the License, or (at your option) any later version.
8  *
9  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  * PURPOSE. See the GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License along with RetroArch.
14  * If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #ifndef __PAD_DRIVER__H
18 #define __PAD_DRIVER__H
19 
25 #define PAD_NAME_WIIU_GAMEPAD "WiiU Gamepad"
26 #define PAD_NAME_WIIU_PRO "WiiU Pro Controller"
27 #define PAD_NAME_WIIMOTE "Wiimote Controller"
28 #define PAD_NAME_NUNCHUK "Wiimote+Nunchuk Controller"
29 #define PAD_NAME_CLASSIC "Classic Controller"
30 #define PAD_NAME_HID "HID Controller"
31 
32 #endif /* __PAD_DRIVER__H */