We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe652b4 + 991cfe3 commit e0ca46eCopy full SHA for e0ca46e
ReenableAssetUncooking/dllmain.cpp
@@ -5,9 +5,9 @@
5
#include "utils.h"
6
#include <string>
7
8
-constexpr const char* ASI_VERSION = "1.0";
+constexpr const char* ASI_VERSION = "1.1";
9
10
-const char* pJumpIfCooked = "74 1A 45 8D ? ? 48 8D 15 ? ? ? ? 48 8D 4D ? FF 15 ? ? ? ? E9";
+const char* pJumpIfCooked = "74 1A ? 8D ? ? 48 8D 15 ? ? ? ? 48 8D 4D ? FF 15 ? ? ? ? E9";
11
12
using namespace Memory::VP;
13
0 commit comments