[Patches+TLAC] Force toon (NPR1; option in launcher + press F9 to toggle)

This commit is contained in:
nastys
2020-08-06 00:57:32 +02:00
parent b03aadbd3e
commit 9690ae6b8b
9 changed files with 88 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
#pragma once
#include <vector>
void InjectCode(void* address, const std::vector<uint8_t> data);