ams.mitm: fix old hid api references

This commit is contained in:
Michael Scire
2020-12-02 02:34:28 -08:00
committed by SciresM
parent ccd2798ae2
commit 9743f63f0d
3 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ extern "C" {
#endif
/* Command forwarders. */
Result hidSetSupportedNpadStyleSetFwd(Service* s, u64 process_id, u64 aruid, HidControllerType type);
Result hidSetSupportedNpadStyleSetFwd(Service* s, u64 process_id, u64 aruid, u32 style_set);
#ifdef __cplusplus
}