mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +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
|
@ -42,7 +42,7 @@ struct WindowSystemInfo {
|
|||
class WindowSDL {
|
||||
public:
|
||||
explicit WindowSDL(s32 width, s32 height, Input::GameController* controller,
|
||||
std::string_view game_title);
|
||||
std::string_view window_title);
|
||||
~WindowSDL();
|
||||
|
||||
s32 getWidth() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue