From 7263022bac9346df02a5fd94de52c707be2c3abc Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 10 Mar 2023 10:24:19 -0700 Subject: [PATCH] docs: mention bluetooth db feature --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 65331c070..813245e9d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,10 @@ + Many FS apis were updated under the hood to reflect the latest official behavior. + **Please Note**: 16.0.0 made breaking changes to a number of system APIs, including in FS/NCM/Shared Font commands that some homebrew programs may use. + These programs may encounter strange errors, and may need to be recompiled with a libnx updated to support 16.0.0's changes to function properly. ++ A feature was added to optionally mirror the bluetooth pairing database to the SD card (thanks @ndeadly). + + This is opt-in, and can be controlled by setting `atmosphere!enable_external_bluetooth_db = u8!0x1`. + + When enabled, the pairing database will be synchronized to `/atmosphere/bluetooth_devices.db`. + + This allows paired devices to be automatically kept in-sync across sysmmc/all emummcs. + A number of minor issues were fixed and improvements were made, including: + An issue was fixed that could cause GPIO outputs to be misconfigured under certain circumstances. + General system stability improvements to enhance the user's experience.