mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
Slight change to command line option formatting
This commit is contained in:
@@ -41,7 +41,7 @@ While there are common methods to create freely-writable optical discs, such as
|
||||
### Emulator
|
||||
|
||||
* Added Vulkan renderer through **MoltenVK** for most Metal-capable macOS hosts running 10.14 and newer (non-Metal Macs and 10.13 are still supported)
|
||||
* Added `-I/--image <letter>:<path>` command line option to automatically mount a floppy disk image in the specified drive
|
||||
* Added `-I`/`--image <letter>:<path>` command line option to automatically mount a floppy disk image in the specified drive
|
||||
* Added more **display scaling factors** (up to 8x)
|
||||
* Fixed incorrect **full screen scaling**
|
||||
* Fixed **Keyboard requires capture** option being ignored in full screen mode
|
||||
|
||||
@@ -36,9 +36,9 @@ Due to a longstanding oversight, previous versions of 86Box had the tertiary and
|
||||
|
||||
* Added **Auto-pause on focus loss** option
|
||||
* Added **4:3 integer scale** option for full screen mode
|
||||
* Added `-X/--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash
|
||||
* Added `-M/--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing
|
||||
* Added `-Y/--donothing` command line option to output the initial log information then exit
|
||||
* Added `-X`/`--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash
|
||||
* Added `-M`/`--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing
|
||||
* Added `-Y`/`--donothing` command line option to output the initial log information then exit
|
||||
* Fixed **Discord integration** option remaining active if integration is not supported on the host platform
|
||||
* Changed minimum supported configuration file version (machines last used on 86Box versions **older than v3.0 final** must be loaded on v4.0 or v3.11 first to convert their configuration files)
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ This is the August 2025 update to 86Box, bringing in many new features, fixes, s
|
||||
|
||||
This release features a preview for one of the most requested 86Box features of all time: an **integrated machine manager** to organize all your emulated setups. This new manager is only meant to replace the old 86Box Manager and other simple front-ends; you can still use other managers with more features such as [Avalonia 86](https://github.com/notBald/Avalonia86).
|
||||
|
||||
The manager is started by **opening 86Box directly**. This is a change from previous versions, where doing this would create or start an emulated machine in the current folder. Starting a machine directly (bypassing the manager) requires the `-P/--vmpath` command line option to be used with the machine's path.
|
||||
The manager is started by **opening 86Box directly**. This is a change from previous versions, where doing this would create or start an emulated machine in the current folder. Starting a machine directly (bypassing the manager) requires the `-P`/`--vmpath` command line option to be used with the machine's path.
|
||||
|
||||
Emulated machines are stored in the following folders by default. You can move your existing machines there or change the folder through **Tools** > **Preferences** > **System Directory**; note that, for now, you must restart 86Box for the change to take effect.
|
||||
|
||||
@@ -79,7 +79,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting
|
||||
* Added passthrough for some **multimedia keys** on Windows hosts (can be disabled through the **Preferences** window)
|
||||
* Added **GameMode support** on Linux hosts
|
||||
* Added **more icons** to status bar and Media menu options
|
||||
* Added `-W/--nohook` command line option to disable advanced keyboard capture methods
|
||||
* Added `-W`/`--nohook` command line option to disable advanced keyboard capture methods
|
||||
* Reworked **OpenGL 3.0 Core** renderer, adding support for multiple shaders, `.glslp` shaders and parameter configuration
|
||||
* Removed **Qt OpenGL** and **OpenGL ES** renderers to eliminate maintenance burden and user confusion with the OpenGL 3.0 Core renderer
|
||||
* Improved **input responsiveness** on Windows hosts
|
||||
@@ -90,7 +90,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting
|
||||
* Fixed incorrect emulated display size with **HiDPI scaling** on some renderers
|
||||
* Changed the [key combination for releasing mouse capture](#mouse-release-shortcut) to **Ctrl+End** on all platforms
|
||||
* Changed the key combination for exiting full screen mode to the same **Ctrl+Alt+Page Up** used to enter full screen
|
||||
* Changed `-?/--help` command line option to a message box on Windows hosts
|
||||
* Changed `-?`/`--help` command line option to a message box on Windows hosts
|
||||
|
||||
### User interface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user