mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-04-04 18:55:05 +08:00
auto identify field ids
This commit is contained in:
@@ -132,7 +132,7 @@ DWORD __stdcall ThreadProc(LPVOID hInstance)
|
||||
}
|
||||
|
||||
initFuture.get();
|
||||
|
||||
|
||||
MessagePipe = CreateFileA(R"(\\.\pipe\YaeAchievementPipe)", GENERIC_WRITE, 0, nullptr, OPEN_EXISTING, 0, nullptr);
|
||||
if (MessagePipe == INVALID_HANDLE_VALUE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user