Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Husted
a5a4ef38e6 HLE: Stub IHidServer SetGestureOutputRanges (#524)
Lets "Donkey Kong Country Returns HD" get into main gameplay.
2025-01-16 02:39:39 -06:00
2 changed files with 22 additions and 10 deletions

View File

@@ -702,6 +702,18 @@ namespace Ryujinx.HLE.HOS.Services.Hid
return ResultCode.Success;
}
[CommandCmif(92)]
// SetGestureOutputRanges(pid, ushort Unknown0)
public ResultCode SetGestureOutputRanges(ServiceCtx context)
{
ulong pid = context.Request.HandleDesc.PId;
ushort unknown0 = context.RequestData.ReadUInt16();
Logger.Stub?.PrintStub(LogClass.ServiceHid, new { pid, unknown0 });
return ResultCode.Success;
}
[CommandCmif(100)]
// SetSupportedNpadStyleSet(pid, nn::applet::AppletResourceUserId, nn::hid::NpadStyleTag)

View File

@@ -10435,7 +10435,7 @@
"it_IT": "Finestra di input",
"ja_JP": "入力ダイアログ",
"ko_KR": "대화 상자 입력",
"no_NO": "Dialogboksen Inndata",
"no_NO": "",
"pl_PL": "Okno Dialogowe Wprowadzania",
"pt_BR": "Diálogo de texto",
"ru_RU": "Диалоговое окно ввода",
@@ -22635,7 +22635,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Denne kompatibilitetslisten kan inneholde oppføringer som er tomme for data.\nVær ikke imot å teste spill i statusen «Ingame».",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22660,7 +22660,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Søk i kompatibilitetsoppføringer...",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22685,7 +22685,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Åpne kompatibilitetslisten",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22710,7 +22710,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Vis bare eide spill",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22735,7 +22735,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Spillbar",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22785,7 +22785,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Menyer",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22810,7 +22810,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Starter",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22835,7 +22835,7 @@
"it_IT": "",
"ja_JP": "",
"ko_KR": "",
"no_NO": "Ingenting",
"no_NO": "",
"pl_PL": "",
"pt_BR": "",
"ru_RU": "",
@@ -22848,4 +22848,4 @@
}
}
]
}
}