<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DiscIO/Src, branch 3.5</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Use do { ... } while (0) for the *_LOG macros</title>
<updated>2012-08-20T11:12:49+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2012-08-20T11:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=54fc4029dd3dad0744fecc192cbee9d26a2601e6'/>
<id>54fc4029dd3dad0744fecc192cbee9d26a2601e6</id>
<content type='text'>
Without this patch, such code would not compile:

if (cond)
    WARN_LOG(FOO, "msg");
else
    WARN_LOG(FOO, "msg2");
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this patch, such code would not compile:

if (cond)
    WARN_LOG(FOO, "msg");
else
    WARN_LOG(FOO, "msg2");
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a wrong data type in the WBFS Blob reader causing issues on x86 systems</title>
<updated>2012-08-05T17:35:49+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2012-08-05T17:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=86a1899b9e9f196e23cb87f654fbc8e6efc9e862'/>
<id>86a1899b9e9f196e23cb87f654fbc8e6efc9e862</id>
<content type='text'>
Fixes issue 5489.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue 5489.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DVD root path for Wii games. Now Wii games can be booted using extracted files instead of a disc image.</title>
<updated>2012-05-11T20:19:57+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2012-05-11T20:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=04bde406d3ae4db07706491bb5a2bd6e2357f113'/>
<id>04bde406d3ae4db07706491bb5a2bd6e2357f113</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Wii DVD integrity checking to Dolphin</title>
<updated>2012-05-04T14:27:42+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2012-05-04T10:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=77f47866dfb4fbf330292957031b1914b2ac3a3e'/>
<id>77f47866dfb4fbf330292957031b1914b2ac3a3e</id>
<content type='text'>
This allows users to easily check whether their Wii dump is corrupted or not
using the Dolphin properties window. Right click on a game, Properties,
Filesystem tab, then right click on the game partition and select "Check
partition integrity".

This may have some false negatives due to the unused clusters heuristic (see
the comment in VolumeWiiCrypted.cpp). False positives are unlikely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows users to easily check whether their Wii dump is corrupted or not
using the Dolphin properties window. Right click on a game, Properties,
Filesystem tab, then right click on the game partition and select "Check
partition integrity".

This may have some false negatives due to the unused clusters heuristic (see
the comment in VolumeWiiCrypted.cpp). False positives are unlikely.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added wbfs support.  Thanks to lordlyhobo for the patch.  Fixes issue 859.</title>
<updated>2012-05-03T14:09:01+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2012-05-03T14:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7885e63deb7310d59701639d02e6c400fa91ccb7'/>
<id>7885e63deb7310d59701639d02e6c400fa91ccb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected the file offset within the FST of virtual disks (used by the DVD Root path function).</title>
<updated>2012-04-28T01:21:55+00:00</updated>
<author>
<name>skidau</name>
<email>skidau@gmail.com</email>
</author>
<published>2012-04-28T01:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=330f63df80f94488655d21b535cf75a2ce0e9fa2'/>
<id>330f63df80f94488655d21b535cf75a2ce0e9fa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>force VolumeDirectory to align files to 32KB (only streaming audio files really need to be aligned...)</title>
<updated>2012-04-23T07:50:44+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2012-04-23T07:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=26521aa66af52594f97633f991a467bd37100362'/>
<id>26521aa66af52594f97633f991a467bd37100362</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes issue 5330.</title>
<updated>2012-03-31T03:10:48+00:00</updated>
<author>
<name>Matthew Parlane</name>
<email>parlane@gmail.com</email>
</author>
<published>2012-03-31T03:07:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=404a6b9ba8c4276df22efb87487b138175c3aab3'/>
<id>404a6b9ba8c4276df22efb87487b138175c3aab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forward "raw" reads of GC discs to the normal read function, since they are not encrypted in the first place.</title>
<updated>2012-03-23T06:04:45+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2012-03-23T06:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fab037446cb28610ce5084ecd04bac3d125105a9'/>
<id>fab037446cb28610ce5084ecd04bac3d125105a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes issue 5278. Thanks to megazig for finding the bug :)</title>
<updated>2012-03-22T08:15:05+00:00</updated>
<author>
<name>Matthew Parlane</name>
<email>parlane@gmail.com</email>
</author>
<published>2012-03-22T08:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2d75d7a8be4f5487db9735ff1de010d57312fcd2'/>
<id>2d75d7a8be4f5487db9735ff1de010d57312fcd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
