> caused by bad code around thumbnail fetching logic including file checks in every draw call, see #4 > added `hooks::wmisc` for linux specific minor performance fixes and similar
8 lines
147 B
C++
8 lines
147 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
namespace hooks::wmisc
|
|
{
|
|
void apply_performance_hacks(HINSTANCE hmodule, const char *model, const char *ext);
|
|
}
|