mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 14:38:09 -05:00
kraken: Address comments from review
Fix compiler bug
This commit is contained in:
@ -13,7 +13,7 @@ constexpr PadIdentifier identifier = {
|
||||
.pad = 0,
|
||||
};
|
||||
|
||||
TouchScreen::TouchScreen(const std::string input_engine_) : InputEngine(input_engine_) {
|
||||
TouchScreen::TouchScreen(const std::string& input_engine_) : InputEngine(input_engine_) {
|
||||
PreSetController(identifier);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user