diff stateview.c @ 812:574495372d1c

Finish OS X support in build_release script. Fix a name conflict in vgmplay on OS X. Call set_exe_str in vgmplay and stateview
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 21:18:44 -0700
parents 9aff36a172b2
children 126c0294c1e4
line wrap: on
line diff
--- a/stateview.c	Sun Jul 26 20:48:01 2015 -0700
+++ b/stateview.c	Sun Jul 26 21:18:44 2015 -0700
@@ -68,6 +68,7 @@
 	if (!state_file) {
 		fatal_error("Failed to open %s\n", argv[1]);
 	}
+	set_exe_str(argv[0]);
 	config = load_config(argv[0]);
 	int width = -1;
 	int height = -1;