MCPcopy Create free account
hub / github.com/DacoTaco/priiloader / Display_Parameters

Function Display_Parameters

tools/HashGenerator/HashGenerator.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25} UpdateStructV1;
26
27void Display_Parameters(void)
28{
29 printf("parameters:\n");
30 printf("HashGenerator [stable_dol_path] stable_version [rc_dol_path] rc_version rc_number\n\n");
31 printf("versioning is in x.x.x format\n");
32 printf("-h : display this message\n");
33}
34bool Data_Need_Swapping(void)
35{
36 int test_var = 1;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected