diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 21:18:44 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 21:18:44 -0700 |
commit | 2faab92cd2ddf3840c3da8cf97d0534eaa3c1763 (patch) | |
tree | e4cde75b7450b6d711fc8d42450b9a2eaf4c4243 /stateview.c | |
parent | 04937cdd11daf4ecd98b80792a72a141c139ad15 (diff) |
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
Diffstat (limited to 'stateview.c')
-rw-r--r-- | stateview.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stateview.c b/stateview.c index 3f860e7..517d4c2 100644 --- a/stateview.c +++ b/stateview.c @@ -68,6 +68,7 @@ int main(int argc, char ** argv) 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; |