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

Function setTrayPath

actions.c:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void setTrayPath(const char *path_to_tray)
65{
66 static char s_tray_path[MAX_PATH];
67 strcpy(s_tray_path, path_to_tray);
68 strcat(s_tray_path, "\\tray3d.exe");
69
70 tray_patch = s_tray_path;
71}
72
73BOOL failure_continue(HWND hwnd)
74{

Callers 1

process_installFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected