Skip to content

Commit 9160805

Browse files
committed
Slight version modification
1 parent ad908b2 commit 9160805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptiScaler/fsr4/FSR4ModelSelection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void FSR4ModelSelection::Hook(HMODULE module, FSR4Source source)
211211

212212
if (!o_createModelDriver)
213213
{
214-
// From amdxcffx64 2.1.0.968
214+
// From amdxcffx64 2.1.0.968/2.2.0.1328
215215
const char* pattern = "48 8B C4 48 89 58 ? 55 56 57 41 54 41 55 41 56 41 57 48 8D A8 ? ? ? ? 48 81 EC ? ? "
216216
"? ? 0F 29 70 ? 0F 29 78 ? 48 8B 05";
217217
o_createModelDriver = (PFN_createModel) scanner::GetAddress(module, pattern);

0 commit comments

Comments
 (0)