mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 20:27:51 +00:00
service: hid: Implement NpadResource and NpadData
This commit is contained in:
parent
d8db5c2032
commit
1f0a03d1e0
19 changed files with 1929 additions and 675 deletions
|
@ -25,6 +25,7 @@ void LoopProcess(Core::System& system) {
|
|||
// TODO: Remove this hack until this service is emulated properly.
|
||||
const auto process_list = system.Kernel().GetProcessList();
|
||||
if (!process_list.empty()) {
|
||||
resouce_manager->Initialize();
|
||||
resouce_manager->RegisterAppletResourceUserId(process_list[0]->GetId(), true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue