mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 05:32:24 -07:00
second commit lion review
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
|
||||
namespace InputCommon {
|
||||
|
||||
constexpr PadIdentifier identifier = {
|
||||
.guid = Common::UUID{Common::INVALID_UUID},
|
||||
.port = 0,
|
||||
.pad = 0,
|
||||
};
|
||||
|
||||
TouchScreen::TouchScreen(const std::string input_engine_) : InputEngine(input_engine_) {
|
||||
PreSetController(identifier);
|
||||
}
|
||||
|
Reference in New Issue
Block a user