DS3 pad handler

This commit is contained in:
RipleyTom 2019-02-02 15:15:09 +01:00 committed by kd-11
parent f2aaad11bb
commit 63bbe459ea
8 changed files with 662 additions and 3 deletions

View file

@ -100,6 +100,7 @@ void fmt_class_string<pad_handler>::format(std::string& out, u64 arg)
{
case pad_handler::null: return "Null";
case pad_handler::keyboard: return "Keyboard";
case pad_handler::ds3: return "DualShock 3";
case pad_handler::ds4: return "DualShock 4";
#ifdef _WIN32
case pad_handler::xinput: return "XInput";