mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
print git info in windows title
This commit is contained in:
parent
0ac9f8ffa4
commit
62e501f31f
9 changed files with 248 additions and 6 deletions
12
src/common/scm_rev.h
Normal file
12
src/common/scm_rev.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue