<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/Main.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>Analytics: Implement UI.</title>
<updated>2016-06-19T00:55:46+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-18T01:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=63dab254e06a3aee934609663251d8bce7b1dac4'/>
<id>63dab254e06a3aee934609663251d8bce7b1dac4</id>
<content type='text'>
* Opt-in popup on first start.
* Checkbox and button in the main config dialog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Opt-in popup on first start.
* Checkbox and button in the main config dialog.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an Analytics reporting system.</title>
<updated>2016-06-19T00:55:46+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2016-06-18T00:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=121f27036725f62c72857bf06f1e58b2a772b1cc'/>
<id>121f27036725f62c72857bf06f1e58b2a772b1cc</id>
<content type='text'>
Fully opt-in, reports to analytics.dolphin-emu.org over SSL. Collects system
information and settings at Dolphin start time and game start time.

UI not implemented yet, so users are required to opt in through config editing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fully opt-in, reports to analytics.dolphin-emu.org over SSL. Collects system
information and settings at Dolphin start time and game start time.

UI not implemented yet, so users are required to opt in through config editing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3794 from EmptyChaos/frame-advance-race</title>
<updated>2016-05-22T19:19:16+00:00</updated>
<author>
<name>Mat M</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-05-22T19:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=08d45b9fea67714610cc6fdbe41e7bf1262816df'/>
<id>08d45b9fea67714610cc6fdbe41e7bf1262816df</id>
<content type='text'>
Core: Add synchronization to state changes (Fix Frame Step and FIFO Player -  Issue 8718)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Core: Add synchronization to state changes (Fix Frame Step and FIFO Player -  Issue 8718)</pre>
</div>
</content>
</entry>
<entry>
<title>Core/Movie: Add ability to run code in Host context</title>
<updated>2016-05-12T23:23:44+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-05-12T01:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c1944f623b5918ab45152795dea9e49f57878138'/>
<id>c1944f623b5918ab45152795dea9e49f57878138</id>
<content type='text'>
EndPlayInput runs on the CPU thread so it can't directly call
UpdateWantDeterminism. PlayController also tries to ChangeDisc
from the CPU Thread which is also invalid. It now just pauses
execution and posts a request to the Host to fix it instead.

The Core itself also did dodgy things like PauseAndLock-ing
from the CPU Thread and SetState from EmuThread which have been
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
EndPlayInput runs on the CPU thread so it can't directly call
UpdateWantDeterminism. PlayController also tries to ChangeDisc
from the CPU Thread which is also invalid. It now just pauses
execution and posts a request to the Host to fix it instead.

The Core itself also did dodgy things like PauseAndLock-ing
from the CPU Thread and SetState from EmuThread which have been
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Piping the wxMsgAlert through netplay window during netplay instead of running a blocking messagebox</title>
<updated>2016-05-10T10:03:06+00:00</updated>
<author>
<name>Summate</name>
<email>Summate@gmx.com</email>
</author>
<published>2016-05-07T10:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e01bdeddf289177b768ff46c8db1655464c9e69e'/>
<id>e01bdeddf289177b768ff46c8db1655464c9e69e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Direct3D to Direct3D 11</title>
<updated>2016-02-17T03:43:21+00:00</updated>
<author>
<name>Chris Burgener</name>
<email>christhecoolist@gmail.com</email>
</author>
<published>2016-02-17T03:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6fe3a3004de3d7354e91e0313af2ac5d656018e4'/>
<id>6fe3a3004de3d7354e91e0313af2ac5d656018e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>D3D12: Initial commit for D3D12 backend implementation.</title>
<updated>2016-02-15T17:48:25+00:00</updated>
<author>
<name>hdcmeta</name>
<email>hdcmeta@gmail.com</email>
</author>
<published>2016-01-08T03:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8cc686b3606deb1a3638281da9c12180a481e899'/>
<id>8cc686b3606deb1a3638281da9c12180a481e899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge VideoBackendHardware into VideoBackend.</title>
<updated>2016-01-12T22:18:58+00:00</updated>
<author>
<name>degasus</name>
<email>wickmarkus@web.de</email>
</author>
<published>2016-01-12T08:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0c92603fd58219f7b3c8e22eea9233c820c9a0e9'/>
<id>0c92603fd58219f7b3c8e22eea9233c820c9a0e9</id>
<content type='text'>
And rename it to VideoBackendBase because of conflicts within the backends itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And rename it to VideoBackendBase because of conflicts within the backends itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Remove the dolphin-emulator.com check.</title>
<updated>2015-10-30T21:14:19+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2015-10-30T21:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=31f21057d999a8ce7acbf325084b9ff37918d322'/>
<id>31f21057d999a8ce7acbf325084b9ff37918d322</id>
<content type='text'>
This check is not useful anymore since that website is not running their own
buildbots anymore. It's also trivially bypassable -- it just happened to work
when the builds were fully automated over there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This check is not useful anymore since that website is not running their own
buildbots anymore. It's also trivially bypassable -- it just happened to work
when the builds were fully automated over there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly implemented confirm on stop CLI switch</title>
<updated>2015-09-06T21:35:26+00:00</updated>
<author>
<name>Anthony Serna</name>
<email>aserna3@gmail.com</email>
</author>
<published>2015-09-06T21:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a5d6072a45f510c3ee81f9db638b0a1d8e51411b'/>
<id>a5d6072a45f510c3ee81f9db638b0a1d8e51411b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
