Files
86Box-docs/settings/index.rst
2025-12-21 21:15:37 -03:00

63 lines
1.8 KiB
ReStructuredText

.. include:: /include.rst
Settings
========
The *Settings* window allows you to configure the emulated machine.
If any changes were made to the settings, you will be asked whether or not you want to save the changes upon pressing *OK* or closing the window. Saving changes will hard reset the emulated machine. Press *Cancel* to immediately discard all changes.
.. raw:: html
<style>
div.toctree-wrapper li:has(a[href^="machine"]) {
list-style: url('../_images/machine_small.png');
}
div.toctree-wrapper li:has(a[href^="display"]) {
list-style: url('../_images/display_small.png');
}
div.toctree-wrapper li:has(a[href^="input"]) {
list-style: url('../_images/input_devices_small.png');
}
div.toctree-wrapper li:has(a[href^="sound"]) {
list-style: url('../_images/sound_small.png');
}
div.toctree-wrapper li:has(a[href^="network"]) {
list-style: url('../_images/network_small.png');
}
div.toctree-wrapper li:has(a[href^="ports"]) {
list-style: url('../_images/ports_small.png');
}
div.toctree-wrapper li:has(a[href^="storage"]) {
list-style: url('../_images/storage_controllers_small.png');
}
div.toctree-wrapper li:has(a[href^="hdd"]) {
list-style: url('../_images/hard_disk_small.png');
}
div.toctree-wrapper li:has(a[href^="floppycdrom"]) {
list-style: url('../_images/floppy_and_cdrom_drives_small.png');
}
div.toctree-wrapper li:has(a[href^="removable"]) {
list-style: url('../_images/other_removable_devices_small.png');
}
div.toctree-wrapper li:has(a[href^="peripherals"]) {
list-style: url('../_images/other_peripherals_small.png');
}
</style>
.. toctree::
:maxdepth: 1
:caption: Settings pages
machine
display
input
sound
network
ports
storage
hdd
floppycdrom
removable
peripherals