mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Revert "Remove some unnecessary includes."
Turns out this explodes on Linux.
This reverts commit c4696568cc
.
This commit is contained in:
parent
c4696568cc
commit
f3af8ee0f0
4 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#ifndef _GCPAD_H_INCLUDED__
|
||||
#define _GCPAD_H_INCLUDED__
|
||||
|
||||
#include "CommonTypes.h"
|
||||
|
||||
#define PAD_ERR_NONE 0
|
||||
#define PAD_ERR_NO_CONTROLLER -1
|
||||
#define PAD_ERR_NOT_READY -2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue