<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/Cheats/GeckoCodeDiag.cpp, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Remove DolphinWX</title>
<updated>2018-06-26T18:50:39+00:00</updated>
<author>
<name>spycrab</name>
<email>spycrab@users.noreply.github.com</email>
</author>
<published>2018-04-28T10:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=44b22c90df9c05d18a34667dc41e8d05af24683f'/>
<id>44b22c90df9c05d18a34667dc41e8d05af24683f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make GUI strings more consistent</title>
<updated>2017-11-02T13:32:16+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2017-11-02T13:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d454e041b07257bb5caf1a55b792dd821b6b47ef'/>
<id>d454e041b07257bb5caf1a55b792dd821b6b47ef</id>
<content type='text'>
Most of the changes I've made here were because of small
differences between DolphinWX and DolphinQt2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the changes I've made here were because of small
differences between DolphinWX and DolphinQt2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move GeckoCodeDiag download logic to GeckoCodeConfig</title>
<updated>2017-04-05T19:48:35+00:00</updated>
<author>
<name>Michael Maltese</name>
<email>michaeljosephmaltese@gmail.com</email>
</author>
<published>2017-02-10T03:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6a066bb2ed4f4881c1890757e798b519a1eab913'/>
<id>6a066bb2ed4f4881c1890757e798b519a1eab913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GeckoCodeConfig: Return vector by value for LoadCodes()</title>
<updated>2017-03-21T20:58:13+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2017-03-21T20:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f91292eff245dbe31a7cc391ecc45b36942f8538'/>
<id>f91292eff245dbe31a7cc391ecc45b36942f8538</id>
<content type='text'>
Using an out-param is a leftover from C++03. Action Replay codes already
return the vector of codes by value as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using an out-param is a leftover from C++03. Action Replay codes already
return the vector of codes by value as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>WX: HiDPI: CheatsWindow</title>
<updated>2016-10-04T02:47:22+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-10-03T06:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c893447913917e7104a1b7fd566e75d7c5c31a4c'/>
<id>c893447913917e7104a1b7fd566e75d7c5c31a4c</id>
<content type='text'>
Changed the Cheat Search tab to disable the scan buttons while there is
not a game running and enable when it starts. Also added double-click to
create code to the result list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the Cheat Search tab to disable the scan buttons while there is
not a game running and enable when it starts. Also added double-click to
create code to the result list.
</pre>
</div>
</content>
</entry>
<entry>
<title>GeckoCode: Provide operator== and operator!= overloads</title>
<updated>2016-10-03T06:32:43+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-10-03T05:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e8cd5a3979d6b475d6f0a5299184a32a43850ee0'/>
<id>e8cd5a3979d6b475d6f0a5299184a32a43850ee0</id>
<content type='text'>
Same thing but allows both GeckoCode and Code to be utilized directly
without predicates for equality/inequality in stardard algorithms

The size check for std::vectors is unnecessary, as this is built into std::vector's operator==
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same thing but allows both GeckoCode and Code to be utilized directly
without predicates for equality/inequality in stardard algorithms

The size check for std::vectors is unnecessary, as this is built into std::vector's operator==
</pre>
</div>
</content>
</entry>
<entry>
<title>ISOProperties: Add notification when Cheats are disabled.</title>
<updated>2016-08-31T04:32:12+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-07-23T01:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cf0b4c9387bb613b20d170e5e034776653a87ce5'/>
<id>cf0b4c9387bb613b20d170e5e034776653a87ce5</id>
<content type='text'>
If the user enables a cheat while cheats are globally disabled then
display a notice about it. Issue 9690.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the user enables a cheat while cheats are globally disabled then
display a notice about it. Issue 9690.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat all the things. Have fun with merge conflicts.</title>
<updated>2016-06-24T08:43:46+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-24T08:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=3570c7f03a2aa90aa634f96c0af1969af610f14d'/>
<id>3570c7f03a2aa90aa634f96c0af1969af610f14d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line ending bug for downloaded gecko codes</title>
<updated>2015-06-06T17:15:15+00:00</updated>
<author>
<name>mimimi085181</name>
<email>mimimi085181@gmail.com</email>
</author>
<published>2015-06-06T13:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bd5e55bc59ddc7dd214669cc21afc4daea51d2e3'/>
<id>bd5e55bc59ddc7dd214669cc21afc4daea51d2e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set copyright year to when a file was created</title>
<updated>2015-05-25T11:22:31+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-05-24T04:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=30ebb2459eb97ba544547183854775df8460b475'/>
<id>30ebb2459eb97ba544547183854775df8460b475</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
