[XAM] - xcontent_type fixes & more
- added unknown smc call - xcontent_type corrections - add transfer cable to device type - Select gamer type in gamercard
This commit is contained in:
committed by
Radosław Gliński
parent
6a8193d360
commit
eed4242059
@@ -124,7 +124,8 @@ dword_result_t XamProfileCreateEnumerator_entry(dword_t device_id,
|
||||
|
||||
auto e = new XStaticEnumerator<X_PROFILEENUMRESULT>(kernel_state(), 1);
|
||||
|
||||
auto result = e->Initialize(XUserIndexAny, 0xFE, 0x23001, 0x23003, 0);
|
||||
auto result =
|
||||
e->Initialize(XUserIndexAny, 0xFE, 0x23001, 0x23003, 0, 0x28, nullptr);
|
||||
|
||||
if (XFAILED(result)) {
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user