<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX, branch 4.0.2</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Don't prepend file:// in wxUtils::Explore() on windows. Wxw will just remove it, and/or blow up trying to remove it, if the path isn't ascii.</title>
<updated>2013-11-28T19:32:40+00:00</updated>
<author>
<name>Tony Wasserka</name>
<email>NeoBrainX@gmail.com</email>
</author>
<published>2013-11-28T14:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8a887a6fea07c719ac226273340036d17dd1ddda'/>
<id>8a887a6fea07c719ac226273340036d17dd1ddda</id>
<content type='text'>
This fixes issue 6721.
(cherry picked from commit cc05f66ba1a0c4641b4dc19b77b252470d346350)

Fix unicode support for File::Rename() on windows.

Partial fix of issue 6721.

(cherry picked from commit 99c89ae10961f84192cdbfc501b4ff45a559dcd1)

Missed a accept error handler.
Init instead of memset.

(cherry picked from commit 935ed814eaff19094c96fdd38642b980e85c078f)

Fix accept() bug, which was using the wrong isRW for error conversion.
Also fixed a debug issue where local_name is used uninitialised.

(cherry picked from commit f811dbb57516b6f3a34637bd1c8c8299ceea20e4)

Only add real HID devices to HID list.

(cherry picked from commit e805bf60685bb5f4bd5ac1bf0a290519a678e5b4)

Add dxsdk_dir to vc++ paths via base.props. This means you no longer need the paths in a global property sheet. In fact if you have them in such a file, you should remove them as it will cause conflicts with the vs2013 build.

(cherry picked from commit 0791a9ef80889ffb70c67fbd6491635b0014747b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes issue 6721.
(cherry picked from commit cc05f66ba1a0c4641b4dc19b77b252470d346350)

Fix unicode support for File::Rename() on windows.

Partial fix of issue 6721.

(cherry picked from commit 99c89ae10961f84192cdbfc501b4ff45a559dcd1)

Missed a accept error handler.
Init instead of memset.

(cherry picked from commit 935ed814eaff19094c96fdd38642b980e85c078f)

Fix accept() bug, which was using the wrong isRW for error conversion.
Also fixed a debug issue where local_name is used uninitialised.

(cherry picked from commit f811dbb57516b6f3a34637bd1c8c8299ceea20e4)

Only add real HID devices to HID list.

(cherry picked from commit e805bf60685bb5f4bd5ac1bf0a290519a678e5b4)

Add dxsdk_dir to vc++ paths via base.props. This means you no longer need the paths in a global property sheet. In fact if you have them in such a file, you should remove them as it will cause conflicts with the vs2013 build.

(cherry picked from commit 0791a9ef80889ffb70c67fbd6491635b0014747b)
</pre>
</div>
</content>
</entry>
<entry>
<title>ChooseMemcardPath bugfix: check for a directory separator before converting an absolute path to a relative path.</title>
<updated>2013-10-19T23:35:55+00:00</updated>
<author>
<name>LPFaint99</name>
<email>lpfaint99@gmail.com</email>
</author>
<published>2013-10-04T18:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6f2e3369b05ca48c438d303bf6fc3627b31d535b'/>
<id>6f2e3369b05ca48c438d303bf6fc3627b31d535b</id>
<content type='text'>
if the exe directory and the save directory had the same prefix, .../dolphin emulator/... and .../dolphin/... the path would previously have been incorrectly changed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if the exe directory and the save directory had the same prefix, .../dolphin emulator/... and .../dolphin/... the path would previously have been incorrectly changed
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing DX Runtime installer .cab files</title>
<updated>2013-10-19T23:35:45+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2013-10-05T14:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8c22d34f90013d4488683a65c0afe6f7792023f9'/>
<id>8c22d34f90013d4488683a65c0afe6f7792023f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change iTLBHack to a bool.</title>
<updated>2013-10-02T21:27:02+00:00</updated>
<author>
<name>Rachel Bryk</name>
<email>RachelBryk@gmail.com</email>
</author>
<published>2013-09-28T12:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=76e3a6dbd5945e48f4fea3690e7bff0754e721ea'/>
<id>76e3a6dbd5945e48f4fea3690e7bff0754e721ea</id>
<content type='text'>
It is only used as a bool.

Fixes issue 6668.

Conflicts:
	Source/Core/Core/Src/BootManager.cpp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is only used as a bool.

Fixes issue 6668.

Conflicts:
	Source/Core/Core/Src/BootManager.cpp
</pre>
</div>
</content>
</entry>
<entry>
<title>Ship vcomp100.dll with Dolphin</title>
<updated>2013-09-22T14:00:56+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2013-09-21T16:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=323ecdb7728f1fa2d013d8ca2aa9b2bb04170de0'/>
<id>323ecdb7728f1fa2d013d8ca2aa9b2bb04170de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new Dolphin icon</title>
<updated>2013-09-22T14:00:39+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2013-09-14T18:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=196953c50ae0a5784343378e6b87826bbe6921ef'/>
<id>196953c50ae0a5784343378e6b87826bbe6921ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't require running Dolphin in the directory that contain Languages/ on Windows</title>
<updated>2013-09-21T19:17:47+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2013-09-21T18:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=91c0e02609f9982150f9d2c2b8a82a3c7862a256'/>
<id>91c0e02609f9982150f9d2c2b8a82a3c7862a256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull in translations from Transifex.</title>
<updated>2013-09-21T16:24:33+00:00</updated>
<author>
<name>Glenn Rice</name>
<email>glennricster@gmail.com</email>
</author>
<published>2013-09-21T16:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d321aa7e7a6a202b400868ec04266eedbfed088e'/>
<id>d321aa7e7a6a202b400868ec04266eedbfed088e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop dolphin from loading help.png</title>
<updated>2013-09-21T04:34:50+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2013-09-21T03:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1fb373f4395d99728c7ea1d36775fd5c532824cd'/>
<id>1fb373f4395d99728c7ea1d36775fd5c532824cd</id>
<content type='text'>
It was never used, just wasting time and resources.
This patch simply deletes two lines of code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was never used, just wasting time and resources.
This patch simply deletes two lines of code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copying Sys/Wii to User/Wii on startup.</title>
<updated>2013-09-21T04:34:19+00:00</updated>
<author>
<name>Rachel Bryk</name>
<email>RachelBryk@gmail.com</email>
</author>
<published>2013-09-21T04:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d2c3222fcc2f4b44f01e115d4a373bbb26d6e016'/>
<id>d2c3222fcc2f4b44f01e115d4a373bbb26d6e016</id>
<content type='text'>
Fixes issue 6621.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue 6621.
</pre>
</div>
</content>
</entry>
</feed>
