There was an error fetching the commit references. Please try again later.
Merge pull request #881 from gwicks/master
GLFW: Switch argument parsing to use getopt.
No related branches found
No related tags found
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- externals/getopt/CMakeLists.txt 11 additions, 0 deletionsexternals/getopt/CMakeLists.txt
- externals/getopt/getopt.c 963 additions, 0 deletionsexternals/getopt/getopt.c
- externals/getopt/getopt.h 136 additions, 0 deletionsexternals/getopt/getopt.h
- src/citra/CMakeLists.txt 4 additions, 1 deletionsrc/citra/CMakeLists.txt
- src/citra/citra.cpp 38 additions, 2 deletionssrc/citra/citra.cpp
externals/getopt/CMakeLists.txt
0 → 100644
externals/getopt/getopt.c
0 → 100644
This diff is collapsed.
externals/getopt/getopt.h
0 → 100644
Please register or sign in to comment