Removed all references to PCem;

Added Japanese FDI support;
Added more extensions to floppy image selection.
This commit is contained in:
OBattler
2016-08-15 03:26:37 +02:00
parent 99c62a98ae
commit 929d34d4b4
20 changed files with 165 additions and 93 deletions

View File

@@ -77,6 +77,7 @@ void d3d_fs_init(HWND h)
{
int c;
HRESULT hr;
char *emulator_title;
d3d_fs_w = GetSystemMetrics(SM_CXSCREEN);
d3d_fs_h = GetSystemMetrics(SM_CYSCREEN);
@@ -86,10 +87,11 @@ void d3d_fs_init(HWND h)
d3d_hwnd = h;
sprintf(emulator_title, "86Box v%s", emulator_version);
d3d_device_window = CreateWindowEx (
0,
szSubClassName,
"86Box v1",
emulator_title,
WS_POPUP,
CW_USEDEFAULT,
CW_USEDEFAULT,