• 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 ... 37 38 39 40 41 ... 116 Next »

****Attention Developers****
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
****Attention Developers****
01-02-2015, 03:17 AM
#1
kazuto
Unregistered
 
Brick 
Hello, I would like to help everyone with the development of Dolphin Emulator. Is there any prerequisites? I would love to help with development, although my computer is poop. I don't know how you develop, but I am experienced with C++ and Java.
Reply
01-02-2015, 03:26 AM
#2
Fiora Offline
x86 JIT Princess
**********
Developers (Some Administrators and Super Moderators)
Posts: 237
Threads: 0
Joined: Aug 2014
If you're interested in contributing, drop by #dolphin-dev on Freenode IRC. You pretty much just need Visual Studio Express and a computer that can run Dolphin to some degree or another.
Website Find
Reply
01-02-2015, 03:43 AM
#3
Garteal Offline
「Lab Mem. 004」
********
Global Moderators
Posts: 2,095
Threads: 24
Joined: Aug 2011
There's Visual Studio Community Edition now. Grab that instead of Express for a better time.
Once you have that read the sections under Dolphin development here and set up your environment following the instructions.
Find
Reply
01-02-2015, 04:17 AM
#4
kazuto
Unregistered
 
Yes, I am interested in helping.
Reply
01-02-2015, 04:37 AM
#5
kazuto
Unregistered
 
Are there any prevalent issues with the emulator that need fixed?
Reply
01-02-2015, 04:41 AM (This post was last modified: 01-02-2015, 04:41 AM by JMC47.)
#6
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,542
Threads: 29
Joined: Feb 2013
There are tons of issues. There are a few really big ones that are hard, and lots of smaller ones that are varying in difficulty. Depends on what you're interested in.
Find
Reply
01-02-2015, 04:48 AM
#7
kazuto
Unregistered
 
What are some of the "bigger" issues?
Reply
01-02-2015, 06:08 AM
#8
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,919
Threads: 4
Joined: Sep 2013
You can view them all here: https://code.google.com/p/dolphin-emu/issues/list
Find
Reply
01-02-2015, 11:08 PM (This post was last modified: 02-21-2015, 01:25 PM by kirbypuff.)
#9
kirbypuff Offline
The Original White Marshmallow
*****
Posts: 825
Threads: 37
Joined: Aug 2010
(01-02-2015, 04:37 AM)kazuto Wrote: Are there any prevalent issues that need fixed?

(01-02-2015, 04:48 AM)kazuto Wrote: What are some of the "bigger" issues?

* Find a way to reduce the driver overhead, optimize vertex processing, caching and EFB reads/writes.

* Improve, optimize or rewrite the current shader caching method to minimize the frequent pauses and stuttering. There has to be a better solution than Tino's Async shader compiler. Something that works on Dual-Core CPUs as well.

* Improve the current ZFreeze implementation.

* Fix the broken / garbled HLE audio in titles using the older version of the AX library.

* If you can find your way through the messy code, port some of Galop1n's Direct3D optimizations and fixes to Master.

* Improve the current Stereoscopic 3D implementation to work with RealXFB as well.

* Try to fix the ZTP slowdown issue.

* Enhance Virtual XFB, so the use of (low-res) Real XFB won't be necessary.

* Add time stretching to the XAudio2 backend using the open-source SoundTouch library.

* Implement SSAA and Post-Processing Pixel shaders in the Direct3D backend (relatively easy)

* Improve the EFB to RAM performance with the OpenGL backend.

* Improve, update and fix JITIL to be on par with JIT or add IL-like features to the current JIT.

* Work on the new Qt UI (this is the easiest task)

* Upscaled EFB copies for paletted textures as in the old Texcache-Rewrite build DONE
Find
Reply
01-03-2015, 03:09 AM
#10
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,542
Threads: 29
Joined: Feb 2013
Kirbypuff: At least you qualified with an "if possible", but, no, there's no way to make RealXFB at higher than 1x IR or in 3D. The GameCube doesn't have enough memory for generating HD/3D, and when using RealXFB we can't generate it. I think a better solution would be to make Virtual XFB suck less, maybe, so that RealXFB is needed in less titles. Just a suggestion.

zfreeze has nothing to do with audio. I know what you're trying to say, RS2/3 have broken audio, but that has nothing to do with zfreeze. I think searching for AX-HLE bugs would be better.

Fixing JITIL is a low priority thing because the JIT isn't really the problem. Galop1n's D3D stuff is a total mess and some people are working on bringing some of the fixes, not optimizations, into master to increase compatibility.

Implement SSAA is a great choice; it's actually been half done and shown as possible, and should be easy for anyone familiar with D3D to finish off. I really wouldn't recommend anyone going after anything else on that list as a new project member, especially considering at least two of them are impossible Tongue
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • 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