We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f519fc commit 3aa76baCopy full SHA for 3aa76ba
1 file changed
pcsx2/mods/PTR2Hooks.cpp
@@ -157,11 +157,13 @@ void PrHookManager::INT_Loader()
157
Console.WriteLn("[PTR2PLUS] Writing FOLDER: " + g_folder + " to: " + fmt::format("{:#08x}", regs.n.a1.UD[0] + g_cur_address_pp));
158
#endif
159
}
160
+#if defined(PCSX2_DEVBUILD)
161
else
162
{
-#if defined(PCSX2_DEVBUILD)
163
Console.WriteLn(Color_Green, "[PTR2PLUS] RESUMED 'INT_Loader' hook");
164
165
+#endif
166
167
Console.WriteLn("[PTR2PLUS] INT_Loader: g_current_file: %i", g_current_file);
168
Console.WriteLn("[PTR2PLUS] INT_Loader: g_total_copied: %i", g_total_copied);
169
Console.WriteLn("[PTR2PLUS] INT_Loader: g_cur_address_pp: %i", g_cur_address_pp);
0 commit comments