Browse Source
Merge pull request #2657 from ogniK5377/npad-assignments
Merge pull request #2657 from ogniK5377/npad-assignments
hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentpull/15/merge
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 100 additions and 3 deletions
-
1src/core/CMakeLists.txt
-
31src/core/hle/service/hid/controllers/npad.cpp
-
5src/core/hle/service/hid/controllers/npad.h
-
13src/core/hle/service/hid/errors.h
-
50src/core/hle/service/hid/hid.cpp
-
3src/core/hle/service/hid/hid.h
@ -0,0 +1,13 @@ |
|||
// Copyright 2019 yuzu emulator team |
|||
// Licensed under GPLv2 or any later version |
|||
// Refer to the license.txt file included. |
|||
|
|||
#pragma once |
|||
|
|||
#include "core/hle/result.h" |
|||
|
|||
namespace Service::HID { |
|||
|
|||
constexpr ResultCode ERR_NPAD_NOT_CONNECTED{ErrorModule::HID, 710}; |
|||
|
|||
} // namespace Service::HID |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue