mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 02:45:45 +00:00
Using dual joycons as the default controller
Reason for the change is to allow both docked and undocked mode to work
This commit is contained in:
parent
578d5603bf
commit
128f14d60e
3 changed files with 59 additions and 77 deletions
|
@ -284,7 +284,7 @@ public:
|
|||
|
||||
private:
|
||||
std::shared_ptr<IAppletResource> applet_resource;
|
||||
#pragma optimize("", off)
|
||||
|
||||
void CreateAppletResource(Kernel::HLERequestContext& ctx) {
|
||||
if (applet_resource == nullptr) {
|
||||
applet_resource = std::make_shared<IAppletResource>();
|
||||
|
@ -545,8 +545,6 @@ private:
|
|||
IPC::ResponseBuilder rb{ctx, 2};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
LOG_WARNING(Service_HID, "(STUBBED) called");
|
||||
applet_resource->GetController<Controller_NPad>(HidController::NPad)
|
||||
.SetHandheldActiviationMode(mode);
|
||||
}
|
||||
|
||||
void GetVibrationDeviceInfo(Kernel::HLERequestContext& ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue