mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 13:37:34 +01:00
controllers/npad: Add accessor for current press state
Allows frontend/features to access pressed buttons conveniently as possible
This commit is contained in:
parent
07e13d6728
commit
9d1ab766a0
@ -3,6 +3,7 @@
|
|||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include "core/hle/service/service.h"
|
||||||
|
|
||||||
#include "controllers/controller_base.h"
|
#include "controllers/controller_base.h"
|
||||||
#include "core/hle/service/service.h"
|
#include "core/hle/service/service.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user