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"};