feat: Resolve low framerate during song select for IIDX32+

> 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
This commit is contained in:
[ ]
2025-11-19 08:13:37 +09:00
parent 6561ea9230
commit e15c689061
8 changed files with 115 additions and 5 deletions
+1
View File
@@ -9,6 +9,7 @@ enum devel_routine : uint32_t
{
avs_fs_detour = 0,
sndb_test,
thum_test,
devel_routine_last
};
typedef uint32_t devel_routine_t;