This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
Watch
1
Star
0
Fork
You've already forked dolphin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
216f4c927a
dolphin
/
Source
/
Core
History
Rachel Bryk
216f4c927a
Fix copy and paste error in BootManager.cpp.
2014-01-08 19:37:51 -05:00
..
AudioCommon
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
Common
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
Core
Fix copy and paste error in BootManager.cpp.
2014-01-08 19:37:51 -05:00
DiscIO
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
DolphinWX
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
InputCommon
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
VideoBackends
Fix for previous commit. I was supposed to use GL_VERSION, not GL_RENDERER.
2014-01-07 19:35:06 -06:00
VideoCommon
Slight optimization in the pixel shader. We are using pow(2.0, X) in place of exp2(X). This can be faster in places that don't optimize a pow to a exp2 in this case.
2014-01-08 16:40:31 -06:00
CMakeLists.txt
Put Plugins/ in Core/, rename to VideoBackends
2013-10-07 10:37:01 -04:00