decouple windows events and render in a separate thread for better response
This commit is contained in:
@@ -14,6 +14,7 @@ void android_async_lock(struct engine* engine);
|
||||
void android_async_swap(struct engine* engine);
|
||||
void android_async_unlock(struct engine* engine);
|
||||
#elif _WIN32
|
||||
bool async_lock_try();
|
||||
void async_lock();
|
||||
void async_swap();
|
||||
void async_unlock();
|
||||
@@ -119,7 +120,7 @@ void App::initLog()
|
||||
rec_path = data_path + "\\frames";
|
||||
#endif
|
||||
|
||||
LogRemote::I.start();
|
||||
//LogRemote::I.start();
|
||||
LogRemote::I.file_init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user