print git info in windows title

This commit is contained in:
georgemoralis 2024-08-01 00:56:10 +03:00
parent 0ac9f8ffa4
commit 62e501f31f
9 changed files with 248 additions and 6 deletions

12
src/common/scm_rev.h Normal file
View file

@ -0,0 +1,12 @@
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace Common {
extern const char g_scm_rev[];
extern const char g_scm_branch[];
extern const char g_scm_desc[];
} // namespace Common