MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / GameData

Method GameData

src/GameData.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18GameData::GameData(SystemData* system, std::string path, std::string name)
19 : mSystem(system), mPath(path), mName(name), mRating(0.0f), mUserRating(0.0f), mTimesPlayed(0), mLastPlayed(0)
20{
21}
22
23bool GameData::isFolder() const
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected