Files
PS2Recomp/ps2xRuntime/include/games_database.h
T
DanielSvoboda bac1fc9ef8 Add game name to window title (#74)
* Add game title resolution from internal database

* +

* -
2026-02-22 22:30:27 -03:00

4 lines
83 B
C++

#pragma once
#include <string>
const char* getGameName(const std::string& gameId);