theatrhythm: touchscreen OK

This commit is contained in:
Kevin Trocolli
2024-02-17 02:29:52 -05:00
parent fe7d1269ea
commit 3df21a749e
7 changed files with 62 additions and 8 deletions
+1 -1
View File
@@ -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);