Open emkooz opened 7 years ago
This adds Windows support for MemoryWatcher. It opens a Windows named pipe at \\\\.\\pipe\\Dolphin Emulator\\MemoryWatcher and sends everything there.
\\\\.\\pipe\\Dolphin Emulator\\MemoryWatcher
Compiles normally on Windows 10, should compile normally on Linux. Tested against some addresses on melee and it works without any issue.
This adds Windows support for MemoryWatcher. It opens a Windows named pipe at
\\\\.\\pipe\\Dolphin Emulator\\MemoryWatcher
and sends everything there.Compiles normally on Windows 10, should compile normally on Linux. Tested against some addresses on melee and it works without any issue.