<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinWX/GameListCtrl.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>ISOProperties/GameListCtrl: Use Global INI Change event.</title>
<updated>2016-05-29T14:49:11+00:00</updated>
<author>
<name>EmptyChaos</name>
<email>EmptyChaos@users.noreply.github.com</email>
</author>
<published>2016-05-29T14:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=309d0e59f4697fdfc2763c7d3ee0075c514abe9b'/>
<id>309d0e59f4697fdfc2763c7d3ee0075c514abe9b</id>
<content type='text'>
ISOProperties no longer needs its hack to refresh the game list, the
new INI Modified event can be used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ISOProperties no longer needs its hack to refresh the game list, the
new INI Modified event can be used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>[UI] Fix Gamelist encoding bug</title>
<updated>2016-05-23T22:47:30+00:00</updated>
<author>
<name>Anthony Serna</name>
<email>aserna3@gmail.com</email>
</author>
<published>2016-05-23T22:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=44677ce7d5877118fb7fc57fbf85d12f1cad6487'/>
<id>44677ce7d5877118fb7fc57fbf85d12f1cad6487</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 #3801 from Helios747/the_30_minute_blocker_fix</title>
<updated>2016-05-08T21:24:40+00:00</updated>
<author>
<name>Mat M</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2016-05-08T21:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c299a6a8cc60399feb332919ad81e5cf60f836ae'/>
<id>c299a6a8cc60399feb332919ad81e5cf60f836ae</id>
<content type='text'>
[UI] Remove browse toolbar button and tweak empty gamelist message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[UI] Remove browse toolbar button and tweak empty gamelist message</pre>
</div>
</content>
</entry>
<entry>
<title>[UI] Remove browse toolbar button and tweak empty gamelist message</title>
<updated>2016-04-30T15:25:46+00:00</updated>
<author>
<name>Anthony Serna</name>
<email>aserna3@gmail.com</email>
</author>
<published>2016-04-27T23:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=79b902e7e552650e024cf7230e0b8ce4f58ed314'/>
<id>79b902e7e552650e024cf7230e0b8ce4f58ed314</id>
<content type='text'>
Removed some related functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed some related functions
</pre>
</div>
</content>
</entry>
<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>DolphinWX: Disable 'maker' column hiding</title>
<updated>2016-04-17T00:19:25+00:00</updated>
<author>
<name>Rukai</name>
<email>rubickent@gmail.com</email>
</author>
<published>2016-02-27T13:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4cd918caf15e75bd93a8ad9c9a7a0d3135452782'/>
<id>4cd918caf15e75bd93a8ad9c9a7a0d3135452782</id>
<content type='text'>
This was done because showing a column was broken:
Showing a column repopulates the column with no regard for the sorted
order. This results in a seemingly random order.
(actually the order of m_ISO_FILES)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was done because showing a column was broken:
Showing a column repopulates the column with no regard for the sorted
order. This results in a seemingly random order.
(actually the order of m_ISO_FILES)
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Don't include skipped items in the compression count</title>
<updated>2016-02-08T14:26:25+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-12-17T18:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8a2e678ea745d228c94f66ba49596e3011fcda8d'/>
<id>8a2e678ea745d228c94f66ba49596e3011fcda8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Don't store compression progress in member variables</title>
<updated>2016-02-08T14:26:11+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-12-17T17:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8cad70238ccb1f8c9a77946dc3d9ef09798b7d04'/>
<id>8cad70238ccb1f8c9a77946dc3d9ef09798b7d04</id>
<content type='text'>
Just some extra cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just some extra cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Only show Wii compression warning once</title>
<updated>2016-01-30T12:33:03+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-12-17T11:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6a75212e7a5c7849f29eabcb47f612b2c196571c'/>
<id>6a75212e7a5c7849f29eabcb47f612b2c196571c</id>
<content type='text'>
When compressing multiple Wii games, the warning used to be showed
once for each game. Now it only appears once at the beginning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When compressing multiple Wii games, the warning used to be showed
once for each game. Now it only appears once at the beginning.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinWX: Replace GetSelectedISO hack for multiple selections</title>
<updated>2016-01-30T12:32:57+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2015-12-17T11:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bd326ace5cd750d7752748afc3efe508919fa6ea'/>
<id>bd326ace5cd750d7752748afc3efe508919fa6ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
