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:
+1
-1
@@ -3,6 +3,6 @@
|
||||
|
||||
namespace hooks::soundbank
|
||||
{
|
||||
void init(HINSTANCE hmodule, const char *ext);
|
||||
void init(HINSTANCE hmodule, const char *model, const char *ext);
|
||||
void deinit(HINSTANCE hmodule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user