(05-01-2015, 04:53 AM)darkengine Wrote: For the WX-based frontend, Source/Core/DolphinWX/Main.cpp, line 122. It uses the wxWidgets wxCmdLineParser helper class.
Good luck!
For future reference, you may want to consider using 'git grep' to search the source code. The folder structure is also relatively well-organized, so functionality is often self-evident.
Awesome, thank you