Several small, ongoing changes and fixes.
Updated the 808x CPU block from the 86Box one- good work, OBattler! Small changes to GUS and PAS-16 cards. Added the Zenith SupersPort machine from PCem. Fixed the cursor blinking rate in CGA - thanks, OBattler!
This commit is contained in:
@@ -717,7 +717,12 @@ ui_init(int nCmdShow)
|
||||
* always keep in mind when changing the window size.
|
||||
*/
|
||||
swprintf(title, sizeof_w(title), L"%s %s", EMU_NAME, emu_version);
|
||||
hwndMain = CreateWindow(
|
||||
hwndMain = CreateWindowEx(
|
||||
#if 0
|
||||
WS_EX_LAYOUTRTL | WS_EX_RIGHT,
|
||||
#else
|
||||
0,
|
||||
#endif
|
||||
CLASS_NAME, /* class name */
|
||||
title, /* Title Text */
|
||||
flags, /* style flags */
|
||||
|
||||
Reference in New Issue
Block a user