From e8db5d2923647523fb97fc68bec8b9b6a85da376 Mon Sep 17 00:00:00 2001 From: rebtd7 <59185507+rebtd7@users.noreply.github.com> Date: Thu, 25 Mar 2021 00:52:04 +0000 Subject: [PATCH] Update AutoFix.cpp --- d3d9ex/AutoFix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d3d9ex/AutoFix.cpp b/d3d9ex/AutoFix.cpp index c916396..2fa8e47 100644 --- a/d3d9ex/AutoFix.cpp +++ b/d3d9ex/AutoFix.cpp @@ -605,5 +605,5 @@ void MainContext::FF13_2_CreateSetFrameRateCodeBlock() } void MainContext::PrintVersionInfo() { - PrintLog("FF13Fix 1.6.3 https://github.com/rebtd7/FF13Fix"); + PrintLog("FF13Fix 1.6.4 https://github.com/rebtd7/FF13Fix"); }