<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DiscIO/CompressedBlob.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>DriveReader: Fix View &gt; Show Drives</title>
<updated>2016-04-26T11:24:08+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-04-26T11:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=97d570f0c9650a25185fe187b97731d30d086fbb'/>
<id>97d570f0c9650a25185fe187b97731d30d086fbb</id>
<content type='text'>
DriveReader::m_size was never initialized which was indirectly
causing CGameListCtrl to crash Dolphin when it tried to insert a
character at a negative index in a string.

Reading one sector at a time is very inefficient and appears to
be causing timing issues during boot so SectorReader has been
enhanced to support batching.

SectorReader has been given a working cache system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DriveReader::m_size was never initialized which was indirectly
causing CGameListCtrl to crash Dolphin when it tried to insert a
character at a negative index in a string.

Reading one sector at a time is very inefficient and appears to
be causing timing issues during boot so SectorReader has been
enhanced to support batching.

SectorReader has been given a working cache system.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3270 from JosJuice/more-translations</title>
<updated>2015-12-15T17:13:26+00:00</updated>
<author>
<name>Markus Wick</name>
<email>degasus@users.noreply.github.com</email>
</author>
<published>2015-12-15T17:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e4b83d17bf5e79351d3ceddb2f856bb048a52afc'/>
<id>e4b83d17bf5e79351d3ceddb2f856bb048a52afc</id>
<content type='text'>
Mark more strings for translation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mark more strings for translation</pre>
</div>
</content>
</entry>
<entry>
<title>DiscIO: Get rid of a few explicit deletes</title>
<updated>2015-12-08T09:35:56+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-12-08T00:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6295297ab3340e0d3ead3698920ff9a803127cff'/>
<id>6295297ab3340e0d3ead3698920ff9a803127cff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DiscIO: Make factory methods return unique_ptrs</title>
<updated>2015-12-07T10:57:37+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-12-07T04:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=edbbf493f807ed94b9b32cfb7463f9b7f8f27852'/>
<id>edbbf493f807ed94b9b32cfb7463f9b7f8f27852</id>
<content type='text'>
Rather than rely on the developer to do the right thing,
just make the default behavior safely deallocate resources.

If shared semantics are ever needed in the future, the
constructor that takes a unique_ptr for shared_ptr can
be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than rely on the developer to do the right thing,
just make the default behavior safely deallocate resources.

If shared semantics are ever needed in the future, the
constructor that takes a unique_ptr for shared_ptr can
be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark more strings for translation</title>
<updated>2015-11-20T10:33:47+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-11-20T10:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=74ea765427ad499dd16667d8939cb67d83dcdf04'/>
<id>74ea765427ad499dd16667d8939cb67d83dcdf04</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 #3092 from JosJuice/compressed-blobs</title>
<updated>2015-09-27T10:57:19+00:00</updated>
<author>
<name>flacs</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-09-27T10:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=34c020352fde5f23969340d31b9ff71b03bf5bb6'/>
<id>34c020352fde5f23969340d31b9ff71b03bf5bb6</id>
<content type='text'>
Display all compressed formats in blue in GUI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Display all compressed formats in blue in GUI</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Remove other Common prefixed headers from Common.h</title>
<updated>2015-09-26T22:51:58+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-26T21:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cc036ca86cdaf709e01221975da734cb64d54a94'/>
<id>cc036ca86cdaf709e01221975da734cb64d54a94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename IsCompressedBlob to IsGCZBlob for clarity</title>
<updated>2015-09-26T12:46:53+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-09-26T12:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=94ee720a0745939874ff4a663fe071c847369c67'/>
<id>94ee720a0745939874ff4a663fe071c847369c67</id>
<content type='text'>
GCZ is just one of the several compressed formats that Dolphin supports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCZ is just one of the several compressed formats that Dolphin supports.
</pre>
</div>
</content>
</entry>
<entry>
<title>Partially revert "General: Toss out PRI macro usage"</title>
<updated>2015-09-11T13:49:00+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-08T05:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=19459e827f6c15f9429598015019ecb66f2e6cad'/>
<id>19459e827f6c15f9429598015019ecb66f2e6cad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General: Toss out PRI macro usage</title>
<updated>2015-09-05T20:02:35+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-09-04T23:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8fdb013d540cf5d79a23888053fda2897f997e61'/>
<id>8fdb013d540cf5d79a23888053fda2897f997e61</id>
<content type='text'>
Now that VS supports more printf specifiers, these aren't necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that VS supports more printf specifiers, these aren't necessary
</pre>
</div>
</content>
</entry>
</feed>
