• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 34 35 36 37 38 ... 116 Next »

Navigating Git Repo
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Navigating Git Repo
05-01-2015, 02:11 AM
#1
VelvetMaverik
Unregistered
 
Hi there,

I'm a software developer considering creating a fork of dolphin and adding a netplay command line option. Essentially, lets you start dolphin and directly connect to a netplay game by passing the netplay password/code as a command line parameter.

Since Dolphin is a rather complex program (and I'm a little lost), I'm wondering if someone can tell me in what directory of the github repo is the code relating to command line parameters and where the code relating to netplay is please?

Pardon my noob question  Angel
Reply
05-01-2015, 04:53 AM (This post was last modified: 05-01-2015, 04:55 AM by darkengine.)
#2
darkengine Offline
Junior Member
**
Posts: 6
Threads: 0
Joined: Apr 2015
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.
Find
Reply
05-01-2015, 06:38 AM
#3
VelvetMaverik
Unregistered
 
(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! Smile

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 Smile
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode