From 76af94908f31908c4cff1f2daf379de591815c9d Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Sun, 25 Dec 2022 01:03:52 +0100 Subject: [PATCH] early-access version 3247 --- README.md | 2 +- src/common/settings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8146450f6..44d7d3399 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3246. +This is the source code for early-access 3247. ## Legal Notice diff --git a/src/common/settings.h b/src/common/settings.h index 0ce656ede..0b1e4c974 100755 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -477,7 +477,7 @@ struct Values { Setting enable_raw_input{false, "enable_raw_input"}; Setting controller_navigation{true, "controller_navigation"}; - Setting enable_joycon_driver{false, "enable_joycon_driver"}; + Setting enable_joycon_driver{true, "enable_joycon_driver"}; SwitchableSetting vibration_enabled{true, "vibration_enabled"}; SwitchableSetting enable_accurate_vibrations{false, "enable_accurate_vibrations"};