You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-10-16-86box-v4-0-1.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ Due to a longstanding oversight, previous versions of 86Box had the tertiary and
36
36
37
37
* Added **Auto-pause on focus loss** option
38
38
* Added **4:3 integer scale** option for full screen mode
39
-
* Added `-X/--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash
40
-
* Added `-M/--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing
41
-
* Added `-Y/--donothing` command line option to output the initial log information then exit
39
+
* Added `-X`/`--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash
40
+
* Added `-M`/`--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing
41
+
* Added `-Y`/`--donothing` command line option to output the initial log information then exit
42
42
* Fixed **Discord integration** option remaining active if integration is not supported on the host platform
43
43
* 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)
Copy file name to clipboardExpand all lines: _posts/2025-08-24-86box-v5-0.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This is the August 2025 update to 86Box, bringing in many new features, fixes, s
18
18
19
19
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).
20
20
21
-
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.
21
+
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.
22
22
23
23
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.
24
24
@@ -79,7 +79,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting
79
79
* Added passthrough for some **multimedia keys** on Windows hosts (can be disabled through the **Preferences** window)
80
80
* Added **GameMode support** on Linux hosts
81
81
* Added **more icons** to status bar and Media menu options
82
-
* Added `-W/--nohook` command line option to disable advanced keyboard capture methods
82
+
* Added `-W`/`--nohook` command line option to disable advanced keyboard capture methods
83
83
* Reworked **OpenGL 3.0 Core** renderer, adding support for multiple shaders, `.glslp` shaders and parameter configuration
84
84
* Removed **Qt OpenGL** and **OpenGL ES** renderers to eliminate maintenance burden and user confusion with the OpenGL 3.0 Core renderer
85
85
* Improved **input responsiveness** on Windows hosts
@@ -90,7 +90,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting
90
90
* Fixed incorrect emulated display size with **HiDPI scaling** on some renderers
91
91
* Changed the [key combination for releasing mouse capture](#mouse-release-shortcut) to **Ctrl+End** on all platforms
92
92
* Changed the key combination for exiting full screen mode to the same **Ctrl+Alt+Page Up** used to enter full screen
93
-
* Changed `-?/--help` command line option to a message box on Windows hosts
93
+
* Changed `-?`/`--help` command line option to a message box on Windows hosts
0 commit comments