early-access version 2368

This commit is contained in:
pineappleEA
2022-01-04 01:09:50 +01:00
parent 34a8274cf2
commit 0ee7c35877
3 changed files with 37 additions and 5 deletions

View File

@@ -337,6 +337,12 @@ private:
/// Set the params for TAS devices
void LoadTASParams();
/**
* @param use_temporary_value If true tmp_npad_type will be used
* @return true if the controller style is fullkey
*/
bool IsControllerFullkey(bool use_temporary_value = false) const;
/**
* Checks the current controller type against the supported_style_tag
* @param use_temporary_value If true tmp_npad_type will be used