yuzu: Add motion and touch configuration

This commit is contained in:
FearlessTobi 2020-07-14 19:01:36 +02:00
parent ce43139eb7
commit e6bd1fd1b8
19 changed files with 1894 additions and 3 deletions

View file

@ -21,6 +21,9 @@ namespace Settings::NativeButton {
enum Values : int;
}
/// Reloads the input devices
void ReloadInputDevices();
namespace InputCommon {
namespace Polling {