ref: 75f25156e885c667bb15b862c9474c3d60f5e5c2
parent: 6f6fc63fa563f4d82693d143c89e2a4074f97136
author: Olav Sørensen <olav.sorensen@live.no>
date: Sun Sep 7 11:59:42 EDT 2025
Code cleanup
--- a/src/ft2_header.h
+++ b/src/ft2_header.h
@@ -12,7 +12,7 @@
#endif
#include "ft2_replayer.h"
-#define PROG_VER_STR "1.97"
+#define PROG_VER_STR "1.98"
// do NOT change these! It will only mess things up...
--- a/src/ft2_hpc.c
+++ b/src/ft2_hpc.c
@@ -1,5 +1,5 @@
/*
-** Hardware Performance Counter delay routines by 8bitbubsy.
+** Hardware Performance Counter delay routines.
**
** These are by no means well written, and are made for specific
** usage cases. There may be some hackish design choices here.
--
⑨