Don't open duplicate memory/disasm windows.
It's annoying.
This commit is contained in:
parent
3564b1579b
commit
aeac614cc0
2 changed files with 7 additions and 2 deletions
|
@ -51,8 +51,8 @@ void LaunchBrowser(const char *url)
|
|||
#include "Windows/WindowsHost.h"
|
||||
#include "Windows/main.h"
|
||||
|
||||
CDisasm *disasmWindow[MAX_CPUCOUNT];
|
||||
CMemoryDlg *memoryWindow[MAX_CPUCOUNT];
|
||||
CDisasm *disasmWindow[MAX_CPUCOUNT] = {0};
|
||||
CMemoryDlg *memoryWindow[MAX_CPUCOUNT] = {0};
|
||||
|
||||
int WINAPI WinMain(HINSTANCE _hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int iCmdShow)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue