Merge pull request #1520 from JamePeng/checknew3ds

Implement CheckNew3DS and CheckNew3DSApp
This commit is contained in:
bunnei 2016-05-24 17:19:26 -04:00
commit 2e5e7d9be0
11 changed files with 145 additions and 14 deletions

View file

@ -41,6 +41,9 @@ static const std::array<Values, NUM_INPUTS> All = {{
struct Values {
// CheckNew3DS
bool is_new3ds;
// Controls
std::array<int, NativeInput::NUM_INPUTS> input_mappings;