bsnes/higan/ngp/interface/neo-geo-pocket.cpp

8 lines
229 B
C++

auto NeoGeoPocketInterface::information() -> Information {
Information information;
information.manufacturer = "SNK";
information.name = "Neo Geo Pocket";
information.extension = "ngp";
return information;
}