Major update
Changed titlekey dump methodology to no longer need reboot. Added SD seed dumping. Reorganized and clarified UI text. Swapped C++-style I/O for C-style. Tightened up dependencies.
This commit is contained in:
parent
41c2604d9a
commit
922cf3f4c4
25 changed files with 23552 additions and 372 deletions
|
@ -16,8 +16,6 @@
|
|||
|
||||
#include "Stopwatch.hpp"
|
||||
|
||||
#include "Common.hpp"
|
||||
|
||||
void Stopwatch::start() {
|
||||
clock_gettime(CLOCK_REALTIME, &start_time);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue