<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/Config/GeneralConfigPane.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>Merge pull request #6983 from yourWaifu/add-discord-rpc-support</title>
<updated>2018-06-24T22:06:27+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2018-06-24T22:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2cfdf89898c4689884fbffb1c693ec24a7083f66'/>
<id>2cfdf89898c4689884fbffb1c693ec24a7083f66</id>
<content type='text'>
Add Discord Rich Presence support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Discord Rich Presence support</pre>
</div>
</content>
</entry>
<entry>
<title>Discord Rich Presence CMake integration</title>
<updated>2018-06-20T02:43:03+00:00</updated>
<author>
<name>yourWaifu</name>
<email>wuhao64@gmail.com</email>
</author>
<published>2018-06-08T20:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=63f03455f32ab938806216e218342fe8921eaf27'/>
<id>63f03455f32ab938806216e218342fe8921eaf27</id>
<content type='text'>
I have no idea if this works or not. Hopefully the build bot will tell me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I have no idea if this works or not. Hopefully the build bot will tell me.
</pre>
</div>
</content>
</entry>
<entry>
<title>PowerPC: Convert CPUCore enum into an enum class</title>
<updated>2018-06-15T14:27:59+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2018-06-15T12:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6f473b96d0fc8341eadc34c61a2c552c20245975'/>
<id>6f473b96d0fc8341eadc34c61a2c552c20245975</id>
<content type='text'>
Makes the enum values strongly-typed and prevents the identifiers from
polluting the PowerPC namespace. This also cleans up the parameters of
some functions where we were accepting an ambiguous int type and
expecting the correct values to be passed in.

Now those parameters accept a PowerPC::CPUCore type only, making it
immediately obvious which values should be passed in. It also turns out
we were storing these core types into other structures as plain ints,
which have also been corrected.

As this type is used directly with the configuration code, we need to
provide our own overloaded insertion (&lt;&lt;) and extraction (&gt;&gt;) operators
in order to make it compatible with it. These are fairly trivial to
implement, so there's no issue here.

A minor adjustment to TryParse() was required, as our generic function
was doing the following:

N tmp = 0;

which is problematic, as custom types may not be able to have that
assignment performed (e.g. strongly-typed enums), so we change this to:

N tmp;

which is sufficient, as the value is attempted to be initialized
immediately under that statement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the enum values strongly-typed and prevents the identifiers from
polluting the PowerPC namespace. This also cleans up the parameters of
some functions where we were accepting an ambiguous int type and
expecting the correct values to be passed in.

Now those parameters accept a PowerPC::CPUCore type only, making it
immediately obvious which values should be passed in. It also turns out
we were storing these core types into other structures as plain ints,
which have also been corrected.

As this type is used directly with the configuration code, we need to
provide our own overloaded insertion (&lt;&lt;) and extraction (&gt;&gt;) operators
in order to make it compatible with it. These are fairly trivial to
implement, so there's no issue here.

A minor adjustment to TryParse() was required, as our generic function
was doing the following:

N tmp = 0;

which is problematic, as custom types may not be able to have that
assignment performed (e.g. strongly-typed enums), so we change this to:

N tmp;

which is sufficient, as the value is attempted to be initialized
immediately under that statement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new config system for Discord Rich Presence option</title>
<updated>2018-06-07T04:59:31+00:00</updated>
<author>
<name>Sleepy Flower Girl</name>
<email>wuhao64@gmail.com</email>
</author>
<published>2018-06-06T04:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=57bd13a0ced5694cbeae24413bb5d9fe421a817a'/>
<id>57bd13a0ced5694cbeae24413bb5d9fe421a817a</id>
<content type='text'>
This doesn't feel like a mirror change to me.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't feel like a mirror change to me.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to disable Discord Presence in WX UI</title>
<updated>2018-06-03T19:29:28+00:00</updated>
<author>
<name>Sleepy Flower Girl</name>
<email>wuhao64@gmail.com</email>
</author>
<published>2018-06-01T02:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e1a9cf3b44432ec37ecc123decb42b24b24ca0b7'/>
<id>e1a9cf3b44432ec37ecc123decb42b24b24ca0b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "Force Console as NTSC-J"</title>
<updated>2017-11-06T07:23:30+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2017-11-06T07:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=88d851ca45299cca6919922400fda75a598c3903'/>
<id>88d851ca45299cca6919922400fda75a598c3903</id>
<content type='text'>
Nowadays that Dolphin detects regions of discs properly and doesn't
force programs with unknown regions (such as homebrew) into running
under a certain region, the "Force Console as NTSC-J" option is
practically useless for making anything run correctly. Enabling it
is however an easy way to totally break many non-Japanese games.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nowadays that Dolphin detects regions of discs properly and doesn't
force programs with unknown regions (such as homebrew) into running
under a certain region, the "Force Console as NTSC-J" option is
practically useless for making anything run correctly. Enabling it
is however an easy way to totally break many non-Japanese games.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make DolphinWX strings more like DolphinQt2 strings</title>
<updated>2017-07-26T06:04:10+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2017-07-23T11:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=960525859bf226445c75b96541e495c14b5e46ba'/>
<id>960525859bf226445c75b96541e495c14b5e46ba</id>
<content type='text'>
Same as the previous commit, except I'm copying strings
in the other direction because the DolphinWX variants
of these strings could use some improvement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same as the previous commit, except I'm copying strings
in the other direction because the DolphinWX variants
of these strings could use some improvement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove JITIL</title>
<updated>2017-05-19T20:21:07+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2017-05-19T14:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=256a0cf4db17b767aeb8291037d016d822b40033'/>
<id>256a0cf4db17b767aeb8291037d016d822b40033</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 #5283 from spycrab/issue_9622</title>
<updated>2017-05-01T19:09:55+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2017-05-01T19:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e9349cf029751cee41ab51637a2906d50474726d'/>
<id>e9349cf029751cee41ab51637a2906d50474726d</id>
<content type='text'>
Make ENABLE_ANALYTICS=0 do something (Issue #9622)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make ENABLE_ANALYTICS=0 do something (Issue #9622)</pre>
</div>
</content>
</entry>
</feed>
