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

Function LoadConfig

src/attic/pc/main.c:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static void LoadConfig(void)
143{
144 char tdir[2048];
145 sprintf(tdir,"%s"PSS"fceu98.cfg",DrBaseDirectory);
146 FCEUI_GetNTSCTH(&ntsctint, &ntschue); /* Get default settings for if
147 no config file exists. */
148 LoadFCEUConfig(tdir,fceuconfig);
149 InputUserActiveFix();
150}
151
152static void CreateDirs(void)
153{

Callers 1

CLImainFunction · 0.70

Calls 3

FCEUI_GetNTSCTHFunction · 0.85
LoadFCEUConfigFunction · 0.85
InputUserActiveFixFunction · 0.70

Tested by

no test coverage detected