We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf034a0 commit 41fdfd0Copy full SHA for 41fdfd0
main.c
@@ -6,6 +6,8 @@
6
#include "sm64_tools.h"
7
#include "utils.h"
8
9
+#define SM64EXTEND_VERSION "0.1"
10
+
11
// default configuration
12
static const sm64_config_t default_config =
13
{
@@ -18,7 +20,7 @@ static const sm64_config_t default_config =
18
20
19
21
static void print_usage(void)
22
- ERROR("sm64extend is a Super Mario 64 ROM extender\n"
23
+ ERROR("sm64extend v" SM64EXTEND_VERSION " is a Super Mario 64 ROM extender\n"
24
"\n"
25
"Usage: sm64extend [options] <input file> [output file]\n"
26
0 commit comments