MCPcopy Create free account
hub / github.com/JHRobotics/softgpu / simd95

Function simd95

actions.c:1194–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192};
1193
1194BOOL simd95(HWND hwnd)
1195{
1196 (void)hwnd;
1197
1198 removeROFlag("C:\\simd95.com");
1199 removeROFlag("C:\\autoexec.bak");
1200 removeROFlag("C:\\autoexec.bat");
1201
1202 if(CopyFileA(iniValue("[softgpu]", "simd95"), "C:\\simd95.com", FALSE))
1203 {
1204 if(CopyFileA("C:\\autoexec.bat", "C:\\autoexec.bak", FALSE))
1205 {
1206 liner("C:\\autoexec.bak", "C:\\autoexec.bat", simd95rules);
1207 }
1208
1209 addLine("C:\\autoexec.bat", "REM Added by SOFTGPU = simd95.com = enable SSE/AVX\r\n");
1210 addLine("C:\\autoexec.bat", "C:\\simd95.com\r\n");
1211 }
1212
1213 return TRUE;
1214}
1215
1216BOOL set_inf_regs(HWND hwnd)
1217{

Callers

nothing calls this directly

Calls 4

removeROFlagFunction · 0.85
iniValueFunction · 0.85
linerFunction · 0.85
addLineFunction · 0.85

Tested by

no test coverage detected