Update database to enable or disable TTY in console

This commit is contained in:
duckietm 2021-12-09 07:39:16 +00:00
parent 86cf51ab05
commit 92636bbdc5

View File

@ -7,3 +7,6 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('wired.variable.item_count
-- Enable bubble alerts
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('bubblealerts.enabled', '1');
-- Enable or Disable TTY in console (Default is enabled)
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('console.mode', '0');