This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
b75d5d1676f0534c9665ffa5500a8ed94df4894d
dolphin
/
Source
T
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
..
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
DSPSpy
drop vs2008 projects in favor of vs2010
2011-02-11 15:43:05 +00:00
DSPTool
Move SConscript files out from the Src subdirectories to be
2011-03-03 19:44:56 +00:00
Plugins
Fixed issue 4141.(key press beeping) Initializing the video backend in the GUI thread seemed to be the cause for whatever reason. Hopefully other platforms don't hate this change.
2011-03-31 05:36:54 +00:00
TestSuite
drop vs2008 projects in favor of vs2010
2011-02-11 15:43:05 +00:00
UnitTests
Move SConscript files out from the Src subdirectories to be
2011-03-03 19:44:56 +00:00
VSProps
vs2010: make sure minimal rebuild is turned off
2011-03-24 04:26:21 +00:00
CMakeLists.txt
Add an experimental CMake build system as a possible replacement for SCons. Only tested on Linux, should work on OS X and Windows in the future as well though.
2010-11-01 15:47:02 +00:00
Dolphin_2010.sln
Fix the video software backend. (closes issue 4269)
2011-03-16 22:48:17 +00:00