<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/GekkoDisassembler.cpp, branch 5.0</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Fix some very minor spelling mistakes</title>
<updated>2016-02-19T01:48:10+00:00</updated>
<author>
<name>James Cowgill</name>
<email>james410@cowgill.org.uk</email>
</author>
<published>2016-02-19T01:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=db8dbae13180dcf4cd1e6a26269ac6b9e85767b1'/>
<id>db8dbae13180dcf4cd1e6a26269ac6b9e85767b1</id>
<content type='text'>
Found by Lintian https://lintian.debian.org/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by Lintian https://lintian.debian.org/
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing license headers</title>
<updated>2015-05-25T11:11:47+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-24T04:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=268f52e05479dc8e0f2cbf550472ca8d4867cf22'/>
<id>268f52e05479dc8e0f2cbf550472ca8d4867cf22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Fix typecast for the second printf param for mtfsf</title>
<updated>2015-05-24T05:54:04+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-05-24T05:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=88e1850231727ac3190182d95db62ef34aa28d3e'/>
<id>88e1850231727ac3190182d95db62ef34aa28d3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Fix disassembly of mtfsf's FM field</title>
<updated>2015-05-24T05:51:07+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-05-24T05:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=612118e8e5a4e28647bd064135777e807b861cbd'/>
<id>612118e8e5a4e28647bd064135777e807b861cbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove remnants of old fake opcodes.</title>
<updated>2015-03-14T23:59:12+00:00</updated>
<author>
<name>magumagu</name>
<email>magumagu9@gmail.com</email>
</author>
<published>2015-03-13T08:34:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=87dcda57857c3204a9bbe6b72ea1b10bd96b4c70'/>
<id>87dcda57857c3204a9bbe6b72ea1b10bd96b4c70</id>
<content type='text'>
These are illegal opcodes, and should be treated as such.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are illegal opcodes, and should be treated as such.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor fix with psq_st{u,}x disassembly.</title>
<updated>2015-01-19T16:12:23+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-01-19T16:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=dc95ea2ce64fc4c68d2929f5714e6b61e15480bb'/>
<id>dc95ea2ce64fc4c68d2929f5714e6b61e15480bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes disassembly of paired store instructions.</title>
<updated>2015-01-18T22:37:43+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-01-18T22:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=596d3fd5f29a9ef87b5b7b062ae8e8f49c5287f4'/>
<id>596d3fd5f29a9ef87b5b7b062ae8e8f49c5287f4</id>
<content type='text'>
Someone thought it would be a good idea to have the location as the first argument on the instruction.
Changed it to how it is supposed to be disassembled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Someone thought it would be a good idea to have the location as the first argument on the instruction.
Changed it to how it is supposed to be disassembled.
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: fix display of CRs in branch operations</title>
<updated>2015-01-04T03:53:55+00:00</updated>
<author>
<name>Fiora</name>
<email>fioraaeterna@gmail.com</email>
</author>
<published>2015-01-04T03:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8a6ea918b67b5f9c01e1b209d39edce692c57028'/>
<id>8a6ea918b67b5f9c01e1b209d39edce692c57028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence a few "zero as null pointer" warnings.</title>
<updated>2014-11-24T18:36:46+00:00</updated>
<author>
<name>Rohit Nirmal</name>
<email>rohitnirmal9@gmail.com</email>
</author>
<published>2014-11-24T18:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4d931c16adeba6f907d67150aa79e155b8e9fce0'/>
<id>4d931c16adeba6f907d67150aa79e155b8e9fce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: show W and I in psq_l/psq_st disassembly</title>
<updated>2014-09-29T00:01:35+00:00</updated>
<author>
<name>Fiora</name>
<email>fioraaeterna@gmail.com</email>
</author>
<published>2014-09-29T00:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c102fed36a60086f2809cd027e8d4b812ace575d'/>
<id>c102fed36a60086f2809cd027e8d4b812ace575d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
