# | Line 62 | Line 62 | void __cdecl DDrMain(int argc, char* arg | |
---|---|---|
62 | // Safe startup message printer | |
63 | DDrPatch_MakeJump(UUrStartupMessage, DDrStartupMessage); | |
64 | ||
65 | + | // Test performance patch |
66 | + | DDrPatch_MakeJump(UUrMachineTime_High, DDrMachineTime_High); |
67 | + | DDrPatch_MakeJump(UUrMachineTime_High_Frequency, DDrMachineTime_High_Frequency); |
68 | + | |
69 | ONiMain(argc, argv); | |
70 | } | |
71 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |