This commit is contained in:
Branimir Karadžić
2017-12-14 20:59:31 -08:00
parent f7fea65bec
commit 0a3637fa27

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", "02" };
static const char* const g_emptyArgs[] = { "app.exe" };
static entry::WindowHandle g_defaultWindow = { 0 };
static entry::EventQueue g_eventQueue;