MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUXGameInterface

Function FCEUXGameInterface

src/fceu.cpp:1477–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1475};
1476
1477void FCEUXGameInterface(GI command)
1478{
1479 switch (command)
1480 {
1481 case GI_POWER:
1482 cart->Power();
1483 break;
1484 default:
1485 // Unhandled cases
1486 break;
1487 }
1488}
1489
1490bool FCEUXLoad(const char *name, FCEUFILE *fp) {
1491 //read ines header

Callers

nothing calls this directly

Calls 1

PowerMethod · 0.45

Tested by

no test coverage detected