mirror of
https://github.com/rashevskyv/dbi.git
synced 2024-12-28 10:25:05 +08:00
519
This commit is contained in:
parent
034a3c7e83
commit
92a3b05b70
11
README.md
11
README.md
@ -435,7 +435,6 @@ switch:{SHA}N/omUzCtg+qoee+x4ttjgIls9jk=
|
||||
|
||||
#### General / Общие (`[General]`)
|
||||
|
||||
* **Use default font** / **Использовать дефолтный шрифт** (`DefaultASCII`) - **true** используется стандартный шрифт, **false** используется альтернативный шрифт
|
||||
* **Use external USB drives** / **Использовать внешние USB** (`UseLibUsbHsFS`) - **true** включает библиотеку [libusbhsfs](https://github.com/DarkMatterCore/libusbhsfs) для работы с внешними USB-накопителями через USB-OTG на Switch, **false** отключает её.
|
||||
* **Direct exit to homescreen** / **Выход на рабочий стол** (`ExitToHomeScreen`) - при **false** выход из dbi происходит в hbmenu, при **true** на рабочий стол Switch.
|
||||
* **Log events & operations** / **Журналирование действий** (`LogEvents`) - сохранять или нет логи для событий "*Install*", "*Check integrity*" and "*Cleanup*"
|
||||
@ -612,8 +611,6 @@ switch:{SHA}N/omUzCtg+qoee+x4ttjgIls9jk=
|
||||
```
|
||||
; General settings
|
||||
[General]
|
||||
; Use libnx's default font for ASCII symbols
|
||||
DefaultASCII=true
|
||||
; Use libusbhsfs for access to USB mass storage drives connected to switch or dock
|
||||
UseLibUsbHsFS=true
|
||||
; Direct exit to homescreen
|
||||
@ -793,5 +790,13 @@ DBI поддерживает работу по USB 3.0. Если вы испол
|
||||
usb30_force_enabled = u8!0x1
|
||||
```
|
||||
|
||||
**Важно** - активация USB 3.0 может повлиять на работу беспроводных соединений Bluetooth и Wi-Fi на частоте 2.4 ГГц. Если у вас возникают проблемы с подключением беспроводных контроллеров или сетей Wi-Fi на частоте 2.4 ГГц, то не следует активировать USB 3.0. Связь через Wi-Fi на частоте 5 ГГц не пострадает.
|
||||
|
||||
### Восстановление чистых пользовательских сохранений
|
||||
|
||||
Это нерасшифрованные сохранения, которые лежат в папке `USER:/saves`. В случае, если эмунанд поврежден, то эти сохранения можно достать через ПК или Tegra Explorer и восстановить через DBI.
|
||||
|
||||
Вы можете положить эти сохранения в папку с бекапами сохранений DBI (`/switch/dbi/saves` по умолчанию) и восстановить через стандартное меню восстановления сейвов (имя пользователя в таком случае будет взято в фигурные скобки `{}`), либо через контекстное меню, вызванное на файле такого сохранения.
|
||||
|
||||
## Благодарности
|
||||
Спасибо [SciresM](https://github.com/SciresM) за [hactool](https://github.com/SciresM/hactool) (лицензия [ISC](https://ru.wikipedia.org/wiki/%D0%9B%D0%B8%D1%86%D0%B5%D0%BD%D0%B7%D0%B8%D1%8F_ISC)) - DBI использует некоторые структуры данных, взятые оттуда.
|
@ -429,7 +429,6 @@ Below are the configuration items through GUI / The corresponding items in `dbi.
|
||||
|
||||
#### General (`[General]`)
|
||||
|
||||
* **Use default font** (`DefaultASCII`) - **true** uses the standard font, **false** uses an alternative font.
|
||||
* **Use external USB drives** (`UseLibUsbHsFS`) - true enables the [libusbhsfs](https://github.com/DarkMatterCore/libusbhsfs) library for working with external USB drives through USB-OTG on the Switch, false disables it.
|
||||
* **Direct exit to homescreen** (`ExitToHomeScreen`) - if **false**, exiting DBI will go to hbmenu, if **true**, to the Switch home screen.
|
||||
* **Log events & operations** (`LogEvents`) - whether or not to save logs for "*Install*", "*Check integrity*", and "*Cleanup*" events.
|
||||
@ -611,8 +610,6 @@ Let's take a look at its contents:
|
||||
```
|
||||
; General settings
|
||||
[General]
|
||||
; Use libnx's default font for ASCII symbols
|
||||
DefaultASCII=true
|
||||
; Use libusbhsfs for access to USB mass storage drives connected to switch or dock
|
||||
UseLibUsbHsFS=true
|
||||
; Direct exit to homescreen
|
||||
@ -794,5 +791,11 @@ usb30_force_enabled = u8!0x1
|
||||
|
||||
**Important** - activating USB 3.0 can interfere with bluetooth and 2.4GHz wifi connections. If you experience any connection issues with your wireless controllers or 2.4GHz wifi networks then you should not activate USB 3.0. 5GHz wifi connections should be generally unaffacted.
|
||||
|
||||
### Restoring clean user saves
|
||||
|
||||
These are decrypted saves that are located in the `USER:/saves` folder. In case the emunand is damaged, these saves can be retrieved through a PC or Tegra Explorer and restored through DBI.
|
||||
|
||||
You can place these saves in the backup saves folder of DBI (`/switch/dbi/saves` by default) and restore them through the standard save restoration menu (the user's name will be enclosed in curly brackets `{}` in this case), or through the context menu invoked on the file of such a save.
|
||||
|
||||
## Acknowledgements
|
||||
Thanks to [SciresM](https://github.com/SciresM) for [hactool](https://github.com/SciresM/hactool) (licensed under [ISC](https://en.wikipedia.org/wiki/ISC_license)) - DBI uses some data struct definitions from there
|
||||
|
@ -1,7 +1,5 @@
|
||||
; General settings
|
||||
[General]
|
||||
; Use libnx's default font for ASCII symbols
|
||||
DefaultASCII=false
|
||||
; Use libusbhsfs for access to USB mass storage drives connected to switch or dock
|
||||
UseLibUsbHsFS=true
|
||||
; Direct exit to homescreen
|
||||
|
Loading…
Reference in New Issue
Block a user