This commit is contained in:
Branimir Karadžić
2016-12-08 20:45:01 -08:00
parent f9aab4c8bf
commit a5bb9be4ed
7 changed files with 153 additions and 251 deletions

View File

@@ -486,7 +486,7 @@ namespace entry
WindowHandle defaultWindow = { 0 };
setWindowSize(defaultWindow, m_width, m_height, true);
bx::CrtFileReader reader;
bx::FileReaderI* reader = getEileReader();
if (bx::open(&reader, "gamecontrollerdb.txt") )
{
bx::AllocatorI* allocator = getAllocator();