Skip to content

Commit e0ca46e

Browse files
authored
5.6 support
5.6 support
2 parents fe652b4 + 991cfe3 commit e0ca46e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReenableAssetUncooking/dllmain.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#include "utils.h"
66
#include <string>
77

8-
constexpr const char* ASI_VERSION = "1.0";
8+
constexpr const char* ASI_VERSION = "1.1";
99

10-
const char* pJumpIfCooked = "74 1A 45 8D ? ? 48 8D 15 ? ? ? ? 48 8D 4D ? FF 15 ? ? ? ? E9";
10+
const char* pJumpIfCooked = "74 1A ? 8D ? ? 48 8D 15 ? ? ? ? 48 8D 4D ? FF 15 ? ? ? ? E9";
1111

1212
using namespace Memory::VP;
1313

0 commit comments

Comments
 (0)