mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
theatrhythm: touchscreen OK
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ PCCERT_CONTEXT WINAPI hook_CertFindCertificateInStore(
|
||||
wcscat_s(cert_path, _countof(cert_path), L"/");
|
||||
wcscat_s(cert_path, _countof(cert_path), (wchar_t *)pvFindPara); // use the search string as a name
|
||||
|
||||
dprintf("Cert: Look for override cert at %S", cert_path);
|
||||
dprintf("Cert: Look for override cert at %S\n", cert_path);
|
||||
|
||||
HANDLE f = CreateFileW((LPCWSTR)pvFindPara, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user