<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/CMakeLists.txt, branch stable</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #1085 from waddlesplash/refactoring</title>
<updated>2014-10-06T01:25:44+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-10-06T01:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7c05d029d34470cd7bf5a7c2b0e8e9be92196428'/>
<id>7c05d029d34470cd7bf5a7c2b0e8e9be92196428</id>
<content type='text'>
Migrate global init stuff into UICommon.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate global init stuff into UICommon.</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate global init stuff into UICommon.</title>
<updated>2014-10-06T00:47:37+00:00</updated>
<author>
<name>Augustin Cavalier</name>
<email>waddlesplash@gmail.com</email>
</author>
<published>2014-10-04T19:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=19109e2d01d7bcbde51ba84f71fee1cfc751ec24'/>
<id>19109e2d01d7bcbde51ba84f71fee1cfc751ec24</id>
<content type='text'>
This avoids code duplication in a bunch of places .
I also moved the NVIDIA Optimus export into VideoCommon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids code duplication in a bunch of places .
I also moved the NVIDIA Optimus export into VideoCommon.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: initial commit.</title>
<updated>2014-09-15T22:06:05+00:00</updated>
<author>
<name>Augustin Cavalier</name>
<email>waddlesplash@gmail.com</email>
</author>
<published>2014-09-14T19:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=16c6a191905f30022b93d555ee2eab1eacc9268e'/>
<id>16c6a191905f30022b93d555ee2eab1eacc9268e</id>
<content type='text'>
This adds the beginning of the DolphinQt user interface. It doesn't
do anything useful yet and only builds via CMake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the beginning of the DolphinQt user interface. It doesn't
do anything useful yet and only builds via CMake.
</pre>
</div>
</content>
</entry>
<entry>
<title>Put Plugins/ in Core/, rename to VideoBackends</title>
<updated>2013-10-07T14:37:01+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2013-09-11T03:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a7c72081039ca1c6bee6b18db44fe4e9ffaf4fb5'/>
<id>a7c72081039ca1c6bee6b18db44fe4e9ffaf4fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge UI related projects into the main DolphinWX project.</title>
<updated>2011-02-11T21:37:52+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2011-02-11T21:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=efd22d234f231c710e5a669dc1d836692214c07c'/>
<id>efd22d234f231c710e5a669dc1d836692214c07c</id>
<content type='text'>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7136 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7136 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Core and DSPCore now have mutual dependencies, which breaks the</title>
<updated>2011-01-29T14:06:48+00:00</updated>
<author>
<name>Soren Jorvang</name>
<email>soren.jorvang@gmail.com</email>
</author>
<published>2011-01-29T14:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b3a183dffefc1cb1701ee2a8a2cbe0080774aced'/>
<id>b3a183dffefc1cb1701ee2a8a2cbe0080774aced</id>
<content type='text'>
assumption on the part of many linkers that static libraries make
up a DAG, so merge libdspcore into libcore.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6967 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
assumption on the part of many linkers that static libraries make
up a DAG, so merge libdspcore into libcore.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6967 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't bother with a separate NSApplication thread.</title>
<updated>2011-01-15T11:05:22+00:00</updated>
<author>
<name>Soren Jorvang</name>
<email>soren.jorvang@gmail.com</email>
</author>
<published>2011-01-15T11:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=85db30554efef4a2783d1d6193cedfd385ef57d0'/>
<id>85db30554efef4a2783d1d6193cedfd385ef57d0</id>
<content type='text'>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6853 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6853 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove wiiuse, and use our own code.  Works on linux and windows.  On OSX it should compile, but I don't know about functionality.  Even on linux and windows I can't promise this is bug free (wiiuse certainly wasn't).  Please report issues as you find them for all platforms.</title>
<updated>2010-12-31T02:10:07+00:00</updated>
<author>
<name>Glenn Rice</name>
<email>glennricster@gmail.com</email>
</author>
<published>2010-12-31T02:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8e184171e794fc1c2d19550b8029a1a644181b6e'/>
<id>8e184171e794fc1c2d19550b8029a1a644181b6e</id>
<content type='text'>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6693 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6693 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux cmake build fix.  I fixed the scons build as well, so this might fix the macosx build also.</title>
<updated>2010-11-16T00:13:33+00:00</updated>
<author>
<name>Glenn Rice</name>
<email>glennricster@gmail.com</email>
</author>
<published>2010-11-16T00:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d0e8d8a509270102ff514ba8e79c68020176cac4'/>
<id>d0e8d8a509270102ff514ba8e79c68020176cac4</id>
<content type='text'>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6424 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6424 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
<entry>
<title>move wiiuse to Source/Core and add to the main dolphin solution</title>
<updated>2010-11-13T19:15:43+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2010-11-13T19:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7ad7acd248e73dfa60f28767dc6373c5df571ccd'/>
<id>7ad7acd248e73dfa60f28767dc6373c5df571ccd</id>
<content type='text'>
make wiiuse link dynamically with hid.dll, removing the need for WDK
compile wiiuse as c++

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6394 8ced0084-cf51-0410-be5f-012b33b47a6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make wiiuse link dynamically with hid.dll, removing the need for WDK
compile wiiuse as c++

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6394 8ced0084-cf51-0410-be5f-012b33b47a6e
</pre>
</div>
</content>
</entry>
</feed>
