Fix missing background Image

- Remove transparency from pcsxr.bmp
- resize window to match new image dimensions
This commit is contained in:
iCatButler 2018-11-10 16:49:27 +00:00
parent 7936d466c5
commit 808e3feedb
2 changed files with 2 additions and 2 deletions

View File

@ -1912,8 +1912,8 @@ void CreateMainWindow(int nCmdShow) {
WS_CAPTION | WS_POPUPWINDOW | WS_MINIMIZEBOX,
CW_USEDEFAULT,
0,
360,
248,
426,
314,
NULL,
NULL,
gApp.hInstance,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 KiB

After

Width:  |  Height:  |  Size: 445 KiB