Exemplo n.º 1
0
bool SystemData::hasGamelist()
{
	if(getGamelistPath().empty())
		return false;
	else
		return true;
}
Exemplo n.º 2
0
bool SystemData::hasGamelist() const
{
	return (fs::exists(getGamelistPath(false)));
}