DolphinQt/InputCommon: Move some calibration logic to InputCommon and make the "Calibrate" button also map inputs.

This commit is contained in:
Jordan Woyak
2024-10-31 18:26:19 -05:00
parent 0780458069
commit 83beebaf8b
7 changed files with 521 additions and 145 deletions

View File

@ -3,6 +3,7 @@
#include "DolphinQt/Config/Mapping/MappingCommon.h"
#include <algorithm>
#include <deque>
#include <memory>