diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-16 17:23:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 17:23:33 -0500 |
commit | 52fe15278b812a2518dd874f29c0829b221fd70f (patch) | |
tree | 6bf8782b9338d94938e4060c8a3c88855d68ee75 /src/yuzu_cmd/yuzu.cpp | |
parent | f10a7081e38419effd0ca6d6b9679310de47b867 (diff) | |
parent | e35644c00533c797888a23420aae90b07e0da184 (diff) |
Merge pull request #47 from MerryMage/build-fixes
Misc build fixes
Diffstat (limited to 'src/yuzu_cmd/yuzu.cpp')
-rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 785d96672..8f7c75796 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -37,7 +37,6 @@ #include "yuzu_cmd/config.h" #include "yuzu_cmd/emu_window/emu_window_sdl2.h" - static void PrintHelp(const char* argv0) { std::cout << "Usage: " << argv0 << " [options] <filename>\n" |