This commit is contained in:
Branimir Karadžić 2018-01-25 21:46:35 -08:00
parent a9a6d46b82
commit 325dc2a145

View File

@ -24,7 +24,7 @@ using namespace Windows::Graphics::Display;
#endif // BX_PLATFORM_WINRT
using namespace Platform;
static const char* const g_emptyArgs[] = { "app.exe", "--d3d12", "01" };
static const char* const g_emptyArgs[] = { "app.exe", "", "" };
static entry::WindowHandle g_defaultWindow = { 0 };
static entry::EventQueue g_eventQueue;