<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/GekkoDisassembler.cpp, branch 2603</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>GekkoDisassembler: drop unsupported opcodes</title>
<updated>2025-12-12T01:37:19+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-12-12T01:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c52dd23c58b8e93a12d6be5c0fe8cc68fc11c026'/>
<id>c52dd23c58b8e93a12d6be5c0fe8cc68fc11c026</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 ps_sel operands</title>
<updated>2025-12-12T01:14:16+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-12-12T01:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=df7caeab3fb17648785ad86777acd194330c0117'/>
<id>df7caeab3fb17648785ad86777acd194330c0117</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 conditional twi opcode</title>
<updated>2025-12-12T01:14:09+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-12-12T00:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1c157d1fc8b0ea2ca69fc2029c844c0cc5eb6db7'/>
<id>1c157d1fc8b0ea2ca69fc2029c844c0cc5eb6db7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13586 from Tilka/spr_disasm</title>
<updated>2025-05-09T22:55:53+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-05-09T22:55:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7113bafd94302b25fcbc834c1982d1cc64676e00'/>
<id>7113bafd94302b25fcbc834c1982d1cc64676e00</id>
<content type='text'>
GekkoDisassembler: standardize SPR names and add missing ones</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GekkoDisassembler: standardize SPR names and add missing ones</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: standardize SPR names and add missing ones</title>
<updated>2025-04-24T23:24:12+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-04-24T23:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4d9dc1e1cd5510f83584f0241fb314b514beae2d'/>
<id>4d9dc1e1cd5510f83584f0241fb314b514beae2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linter: Apply clang-format 19.1 formatting</title>
<updated>2025-04-23T09:19:20+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2025-03-17T11:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2c54ee94c1bed2b958478e302307be4d056321a5'/>
<id>2c54ee94c1bed2b958478e302307be4d056321a5</id>
<content type='text'>
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Remove unused parameter dmode from fdabc function</title>
<updated>2023-07-27T17:47:46+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-07-02T01:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3c6ea825c2fdef5685e35864f090c74a7006cf69'/>
<id>3c6ea825c2fdef5685e35864f090c74a7006cf69</id>
<content type='text'>
With the removal of m_flags, dmode is no longer used in fdabc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the removal of m_flags, dmode is no longer used in fdabc.
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Remove unused parameter dmode from ldst function</title>
<updated>2023-07-27T17:47:46+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-07-02T01:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=33dc2a9e6a63723485dec6ab2b3af6c393e5b597'/>
<id>33dc2a9e6a63723485dec6ab2b3af6c393e5b597</id>
<content type='text'>
With the removal of m_flags, dmode is no longer used in ldst.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the removal of m_flags, dmode is no longer used in ldst.
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Remove unused parameter dmode from rrn function</title>
<updated>2023-07-27T17:47:46+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-07-02T01:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b3c5021fc47dc25bf7477df89ce28cf7f217572d'/>
<id>b3c5021fc47dc25bf7477df89ce28cf7f217572d</id>
<content type='text'>
With the removal of m_flags, dmode is no longer used in rrn.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the removal of m_flags, dmode is no longer used in rrn.
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Remove unused parameter dmode from dab function</title>
<updated>2023-07-27T17:47:45+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-07-02T01:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a177c8bcb169a909f742dc53329a95becf2e1028'/>
<id>a177c8bcb169a909f742dc53329a95becf2e1028</id>
<content type='text'>
With the removal of m_flags, dmode is no longer used in dab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the removal of m_flags, dmode is no longer used in dab.
</pre>
</div>
</content>
</entry>
</feed>
