Merge branch 'master' into feature/toolbar
This commit is contained in:
@@ -21,7 +21,7 @@ System requirements and recommendations
|
|||||||
Performance may vary depending on both host and guest configuration. Most emulation logic is executed in a single thread, therefore generally systems with better IPC (instructions per clock) should be able to emulate higher clock speeds.
|
Performance may vary depending on both host and guest configuration. Most emulation logic is executed in a single thread, therefore generally systems with better IPC (instructions per clock) should be able to emulate higher clock speeds.
|
||||||
|
|
||||||
It is also recommended to use a manager application with 86Box for easier handling of multiple virtual machines.
|
It is also recommended to use a manager application with 86Box for easier handling of multiple virtual machines.
|
||||||
* [WinBox for 86Box](https://github.com/laciba96/WinBox-for-86Box) by [Laci bá'](https://github.com/laciba96)
|
* [WinBox for 86Box](https://github.com/86Box/WinBox-for-86Box) by Laci bá'
|
||||||
* The new manager with improved new user experience; installer, automatic updates of emulator files and more.
|
* The new manager with improved new user experience; installer, automatic updates of emulator files and more.
|
||||||
* [86Box Manager](https://github.com/86Box/86BoxManager) by [daviunic](https://github.com/daviunic) (Overdoze)
|
* [86Box Manager](https://github.com/86Box/86BoxManager) by [daviunic](https://github.com/daviunic) (Overdoze)
|
||||||
* The traditional 86Box manager with simple interface.
|
* The traditional 86Box manager with simple interface.
|
||||||
|
|||||||
@@ -97,7 +97,8 @@ static dllimp_t user32_imports[] = {
|
|||||||
void* shell32_handle = NULL;
|
void* shell32_handle = NULL;
|
||||||
static HRESULT (WINAPI *pSetCurrentProcessExplicitAppUserModelID)(PCWSTR AppID);
|
static HRESULT (WINAPI *pSetCurrentProcessExplicitAppUserModelID)(PCWSTR AppID);
|
||||||
static dllimp_t shell32_imports[]= {
|
static dllimp_t shell32_imports[]= {
|
||||||
{ "SetCurrentProcessExplicitAppUserModelID", &pSetCurrentProcessExplicitAppUserModelID }
|
{ "SetCurrentProcessExplicitAppUserModelID", &pSetCurrentProcessExplicitAppUserModelID },
|
||||||
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|||||||
Reference in New Issue
Block a user