mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 08:51:05 -04:00
bac1fc9ef8
* Add game title resolution from internal database * + * -
4 lines
83 B
C++
4 lines
83 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
const char* getGameName(const std::string& gameId); |