Browse Source

yuzu-tester/yuzu: Remove unused variable

Gets rid of a compilation warning.
nce_cpp
Lioncash 6 years ago
parent
commit
e664a1b940
  1. 1
      src/yuzu_tester/yuzu.cpp

1
src/yuzu_tester/yuzu.cpp

@ -92,7 +92,6 @@ int main(int argc, char** argv) {
int option_index = 0;
char* endarg;
#ifdef _WIN32
int argc_w;
auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w);

Loading…
Cancel
Save