MCPcopy
hub / github.com/felixrieseberg/windows95 / EmulatorInfoProps

Interface EmulatorInfoProps

src/renderer/emulator-info.tsx:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { InfoBarSettings } from "./info-bar-settings";
3
4interface EmulatorInfoProps {
5 toggleInfo: () => void;
6 emulator: any;
7 hidden: boolean;
8 settings: InfoBarSettings;
9}
10
11interface EmulatorInfoState {
12 cpu: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected