We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64b71f commit 6c872a9Copy full SHA for 6c872a9
src/xrGame/configs_dumper.cpp
@@ -282,10 +282,8 @@ void __stdcall configs_dumper::yield_cb(long progress)
282
283
void __stdcall configs_dumper::switch_thread()
284
{
285
-#ifndef LINUX // FIXME!!!
286
if (!SwitchToThread())
287
Sleep(10);
288
-#endif
289
}
290
291
void configs_dumper::realloc_compress_buffer(u32 need_size)
src/xrGame/screenshot_manager.cpp
@@ -274,10 +274,8 @@ void __stdcall screenshot_manager::jpeg_compress_cb(long progress)
274
#endif*/
275
if (progress % 5 == 0)
276
277
278
279
280
281
0 commit comments