This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
b75d5d1676f0534c9665ffa5500a8ed94df4894d
dolphin
/
Source
/
Core
History
Glenn Rice
b75d5d1676
Fix the segmentation faults on emulation start on linux. The HW::Init() call needs to be before the video backend initialization. This is the way it was before soren's change in revision 7188. Now the emulator initialization sequence is pretty much back to the way it was before.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7429
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-31 20:33:11 +00:00
..
AudioCommon
Fixed some memory leaks. Only one was mine ;P
2011-03-22 07:27:23 +00:00
Common
Create sys conf if it doesn't exists instead of asking questions
2011-03-31 11:07:31 +00:00
Core
Fix the segmentation faults on emulation start on linux. The HW::Init() call needs to be before the video backend initialization. This is the way it was before soren's change in revision 7188. Now the emulator initialization sequence is pretty much back to the way it was before.
2011-03-31 20:33:11 +00:00
DiscIO
Reinstate AfterInit(), which is still needed for MacOpenFile()
2011-03-16 01:50:46 +00:00
DolphinWX
- Linux build fix
2011-03-29 14:30:09 +00:00
InputCommon
Fixed some memory leaks. Only one was mine ;P
2011-03-22 07:27:23 +00:00
VideoCommon
Add graphics FIFO recorder and player for debugging the graphics system.
2011-03-27 02:55:08 +00:00
CMakeLists.txt
Merge UI related projects into the main DolphinWX project.
2011-02-11 21:37:52 +00:00