We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfb5a6 commit fd1aca3Copy full SHA for fd1aca3
Source/Core/DolphinLibretro/Boot.cpp
@@ -6,6 +6,7 @@
6
7
#include "Common/CommonPaths.h"
8
#include "Common/FileUtil.h"
9
+#include "Common/Version.h"
10
#include "Core/Boot/Boot.h"
11
#include "Core/BootManager.h"
12
#include "Core/Config/GraphicsSettings.h"
@@ -103,6 +104,7 @@ bool retro_load_game(const struct retro_game_info* game)
103
104
return true; // Always "continue"
105
});
106
107
+ INFO_LOG_FMT(COMMON, "SCM Git revision: {}", Common::GetScmRevGitStr());
108
INFO_LOG_FMT(COMMON, "User Directory set to '{}'", user_dir);
109
INFO_LOG_FMT(COMMON, "System Directory set to '{}'", sys_dir);
110
0 commit comments