Skip to content

Commit 3aa76ba

Browse files
committed
Fix issue causing release build to not compile
left a bracket those devbuild macro things again argh
1 parent 5f519fc commit 3aa76ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pcsx2/mods/PTR2Hooks.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,13 @@ void PrHookManager::INT_Loader()
157157
Console.WriteLn("[PTR2PLUS] Writing FOLDER: " + g_folder + " to: " + fmt::format("{:#08x}", regs.n.a1.UD[0] + g_cur_address_pp));
158158
#endif
159159
}
160+
#if defined(PCSX2_DEVBUILD)
160161
else
161162
{
162-
#if defined(PCSX2_DEVBUILD)
163163
Console.WriteLn(Color_Green, "[PTR2PLUS] RESUMED 'INT_Loader' hook");
164164
}
165+
#endif
166+
#if defined(PCSX2_DEVBUILD)
165167
Console.WriteLn("[PTR2PLUS] INT_Loader: g_current_file: %i", g_current_file);
166168
Console.WriteLn("[PTR2PLUS] INT_Loader: g_total_copied: %i", g_total_copied);
167169
Console.WriteLn("[PTR2PLUS] INT_Loader: g_cur_address_pp: %i", g_cur_address_pp);

0 commit comments

Comments
 (0)