<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/VideoCommon/Src/CommandProcessor.cpp, branch 4.0.1</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Formatting cleanup for VideoCommon.</title>
<updated>2013-04-24T13:21:54+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-04-24T13:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8da425b008b46ef90d649e55c6c0d4a0bc2b556b'/>
<id>8da425b008b46ef90d649e55c6c0d4a0bc2b556b</id>
<content type='text'>
Block braces on new lines.

Also killed off trailing whitespace and dangling elses.

Spaced some things out to make them more readable (only in places where it looked like a bit of a clusterfuck).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Block braces on new lines.

Also killed off trailing whitespace and dangling elses.

Spaced some things out to make them more readable (only in places where it looked like a bit of a clusterfuck).
</pre>
</div>
</content>
</entry>
<entry>
<title>New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.</title>
<updated>2013-04-18T03:09:55+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-04-18T03:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bab9963b00953d60bdd6fabe265d5daa45a27661'/>
<id>bab9963b00953d60bdd6fabe265d5daa45a27661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ChunkFile has allowed me to accidentally "Do" a non-POD for the last time!</title>
<updated>2013-04-10T00:02:22+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2013-04-09T23:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=385d8e2b15c8accce3b4e4b4f3dc90f63e3fbee4'/>
<id>385d8e2b15c8accce3b4e4b4f3dc90f63e3fbee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos and correct some capitalizations in the log messages.</title>
<updated>2013-03-31T23:13:30+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2013-03-31T23:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f432d6038e353f98cbe0fa522bd9d6034027246e'/>
<id>f432d6038e353f98cbe0fa522bd9d6034027246e</id>
<content type='text'>
Makes the logging look more orderly and less spammy when spitting out things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the logging look more orderly and less spammy when spitting out things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Forced the exception check only for ARAM DMA transfers.</title>
<updated>2013-03-25T21:23:20+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2013-03-25T21:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0ccaaee38c0d21212668ed9e7741feb84c91c365'/>
<id>0ccaaee38c0d21212668ed9e7741feb84c91c365</id>
<content type='text'>
Removed the Eternal Darkness boot hack and replaced it with an exception check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the Eternal Darkness boot hack and replaced it with an exception check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Forced the external exception check to occur sooner by changing the downcount.</title>
<updated>2013-03-24T13:47:44+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2013-03-24T13:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1d550f4496e48c5c38e4a7175a3c49205db3f49d'/>
<id>1d550f4496e48c5c38e4a7175a3c49205db3f49d</id>
<content type='text'>
Fixes issue 5825.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue 5825.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.</title>
<updated>2013-03-20T01:51:12+00:00</updated>
<author>
<name>lioncash</name>
<email>mathew1900@hotmail.com</email>
</author>
<published>2013-03-20T01:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=edd9d0e0ef6898a0528ac6389e93e9fca6132ff6'/>
<id>edd9d0e0ef6898a0528ac6389e93e9fca6132ff6</id>
<content type='text'>
Not planning to touch Core since it's the most actively changed part of the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not planning to touch Core since it's the most actively changed part of the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing `Core::IsGPUThread()` and `Core::IsCPUThread()` calls in favor of simple `bool isCPUThread` parameter value.</title>
<updated>2013-03-16T00:42:42+00:00</updated>
<author>
<name>James Dunne</name>
<email>james.jdunne@gmail.com</email>
</author>
<published>2013-03-14T06:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f1ef51abc89f181bf519400ee1e07dddefd7cbec'/>
<id>f1ef51abc89f181bf519400ee1e07dddefd7cbec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added preliminary support to synchronise the timing of the CPU and GPU threads.  A new option has been added to the game properties for this purpose.  This option may help with random freezes in Dual Core mode.</title>
<updated>2013-02-16T01:51:09+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2013-02-16T01:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9bff8e00c86188354363e7b41dfe6f06c781cf5a'/>
<id>9bff8e00c86188354363e7b41dfe6f06c781cf5a</id>
<content type='text'>
Fixes Gladius and Baten Kaitos: Eternal Wings and the Lost Ocean

Fixes issue 5150.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Gladius and Baten Kaitos: Eternal Wings and the Lost Ocean

Fixes issue 5150.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the token and finish interrupt signal from the video thread.  This fixes the inconsistent state caused by lag from the scheduler.  Fixes Rayman 3: Hoodlum Havoc and Shamu's Deep Sea Adventures.</title>
<updated>2013-02-03T07:05:46+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2013-02-03T07:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9a4e9da7c25f1aa72f5b47e9914f464e966ad7f9'/>
<id>9a4e9da7c25f1aa72f5b47e9914f464e966ad7f9</id>
<content type='text'>
Fixes issue 5401.
Fixes issue 5589.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue 5401.
Fixes issue 5589.
</pre>
</div>
</content>
</entry>
</feed>
