<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/GekkoDisassembler.cpp, branch 2506a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<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>
<entry>
<title>GekkoDisassembler: Remove unused parameter dmode from nooper function</title>
<updated>2023-07-27T17:47:45+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-07-01T23:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a732647e5a7baaadef20e9490cca2427cf085df5'/>
<id>a732647e5a7baaadef20e9490cca2427cf085df5</id>
<content type='text'>
With the removal of m_flags, dmode is no longer used in nooper.
</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 nooper.
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Remove unread variable m_flags</title>
<updated>2023-07-27T17:47:41+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-06-13T18:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=317bb629b9f69736307c10ced12f559b0d023e87'/>
<id>317bb629b9f69736307c10ced12f559b0d023e87</id>
<content type='text'>
Writes to m_flags are pointless as it's never read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Writes to m_flags are pointless as it's never read.
</pre>
</div>
</content>
</entry>
<entry>
<title>GekkoDisassembler: Remove unread variable m_displacement</title>
<updated>2023-07-02T03:09:10+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-06-13T19:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c8e276c6f5eb58bf4542a0235bc332def2ea7de6'/>
<id>c8e276c6f5eb58bf4542a0235bc332def2ea7de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
