mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 02:48:02 -05:00
input_common: Increase mouse sensitivity range
This commit is contained in:
@ -146,6 +146,7 @@ void MappingFactory::RegisterMotion(const MappingData& data) {
|
||||
if (data.engine == "mouse") {
|
||||
new_input.Set("motion", 0);
|
||||
new_input.Set("pad", 1);
|
||||
new_input.Set("threshold", 0.001f);
|
||||
input_queue.Push(new_input);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user