From 4c8bf53e698ff0cf57fc599c5831cb1f2eb81152 Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Thu, 4 Nov 2021 21:47:17 +0000 Subject: [PATCH] CI:Add build date to program log of nightly builds --- pcsx2/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/System.cpp b/pcsx2/System.cpp index a4893bb410..b40a779b0e 100644 --- a/pcsx2/System.cpp +++ b/pcsx2/System.cpp @@ -161,7 +161,7 @@ void SysLogMachineCaps() // tagged commit - more modern implementation of dev build versioning // - there is no need to include the commit - that is associated with the tag, // - git is implied and the tag is timestamped - Console.WriteLn(Color_StrongGreen, "\nPCSX2 Nightly - %s", GIT_TAG); + Console.WriteLn(Color_StrongGreen, "\nPCSX2 Nightly - %s Compiled on %s", GIT_TAG, __DATE__); } else { Console.WriteLn(Color_StrongGreen, "\nPCSX2 %u.%u.%u-%lld" #ifndef DISABLE_BUILD_DATE