<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DiscIO/NANDContentLoader.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>properly open/close the file to avoid rapid open/close cycles</title>
<updated>2016-03-20T12:10:51+00:00</updated>
<author>
<name>BhaaL</name>
<email>bhaal@0x1337.org</email>
</author>
<published>2016-03-20T12:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a449ef4e1159651d04bae48d693f1073303b43af'/>
<id>a449ef4e1159651d04bae48d693f1073303b43af</id>
<content type='text'>
ES_OPENCONTENT and ES_CLOSECONTENT now call Open and Close respectively,
as the old code did.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ES_OPENCONTENT and ES_CLOSECONTENT now call Open and Close respectively,
as the old code did.
</pre>
</div>
</content>
</entry>
<entry>
<title>hide the distinction between WAD and File from ES</title>
<updated>2016-03-20T12:10:50+00:00</updated>
<author>
<name>BhaaL</name>
<email>bhaal@0x1337.org</email>
</author>
<published>2016-03-16T19:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8a6d9e1e0b2fe407dd986b4982ca77e91f0604c3'/>
<id>8a6d9e1e0b2fe407dd986b4982ca77e91f0604c3</id>
<content type='text'>
instead, leave all the management with the NANDContentLoader.

for file data (directly on the NAND), this opens the file on-demand and
returns the requested chunk when asked for it.
for on-the-fly decrypted WAD data, we just keep the decoded buffer in
memory, like we've done before - except that we don't give away any objects
we don't want to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead, leave all the management with the NANDContentLoader.

for file data (directly on the NAND), this opens the file on-demand and
returns the requested chunk when asked for it.
for on-the-fly decrypted WAD data, we just keep the decoded buffer in
memory, like we've done before - except that we don't give away any objects
we don't want to.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some style inconsistencies that drove me nuts</title>
<updated>2016-03-20T12:10:47+00:00</updated>
<author>
<name>BhaaL</name>
<email>bhaal@0x1337.org</email>
</author>
<published>2016-03-14T20:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1e28d06f26ddd9fd421e7384fcd7446a7ae8c420'/>
<id>1e28d06f26ddd9fd421e7384fcd7446a7ae8c420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Debug Builds: Fixed vector assertion</title>
<updated>2016-01-03T12:17:26+00:00</updated>
<author>
<name>Sepalani</name>
<email>sepalani@hotmail.fr</email>
</author>
<published>2016-01-01T20:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ba794272f5f6b5a07537ecfacb414c71fdc46b0e'/>
<id>ba794272f5f6b5a07537ecfacb414c71fdc46b0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NANDContentLoader/WiiWAD: Get rid of raw delete and new</title>
<updated>2015-12-19T22:37:09+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-12-19T18:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c78c54c546cd7f1b175c4dfc3647880677becb98'/>
<id>c78c54c546cd7f1b175c4dfc3647880677becb98</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 #3139 from JosJuice/fix-wii-root</title>
<updated>2015-10-16T14:49:34+00:00</updated>
<author>
<name>flacs</name>
<email>tilkax@gmail.com</email>
</author>
<published>2015-10-16T14:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=05e339a605be5f5ccd0f710af774fa08eadd65a2'/>
<id>05e339a605be5f5ccd0f710af774fa08eadd65a2</id>
<content type='text'>
Mark which Wii root to use in the NAND path code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mark which Wii root to use in the NAND path code</pre>
</div>
</content>
</entry>
<entry>
<title>Mark which Wii root to use in the NAND path code.</title>
<updated>2015-10-16T07:10:39+00:00</updated>
<author>
<name>comex</name>
<email>comexk@gmail.com</email>
</author>
<published>2015-06-21T17:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c22d1d68ab8675edc9969e0c819eccf021cfca28'/>
<id>c22d1d68ab8675edc9969e0c819eccf021cfca28</id>
<content type='text'>
It's used by both the GUI to do things like install WADs and check up on
the system menu, in which case the global root should be used, and by
/dev/es, in which case the local one should.  The latter isn't
*terribly* useful today, since no contents will ever be installed in
temporary roots (although it's still relevant for data directories), but
converting the whole thing makes sense because then it will Just Work
once the entire NAND is synced.

Because it would have been a bit of work to split it up (but I can if
desired), this commit also contains some basic cleanup of
NANDContentLoader:

(1) The useless interface class INANDContentLoader is removed and the
    methods are changed to just return CNANDContentLoader (the only
    implementation);
(2) CNANDContentManager is changed to use unique_ptr and cleaned up a
    bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's used by both the GUI to do things like install WADs and check up on
the system menu, in which case the global root should be used, and by
/dev/es, in which case the local one should.  The latter isn't
*terribly* useful today, since no contents will ever be installed in
temporary roots (although it's still relevant for data directories), but
converting the whole thing makes sense because then it will Just Work
once the entire NAND is synced.

Because it would have been a bit of work to split it up (but I can if
desired), this commit also contains some basic cleanup of
NANDContentLoader:

(1) The useless interface class INANDContentLoader is removed and the
    methods are changed to just return CNANDContentLoader (the only
    implementation);
(2) CNANDContentManager is changed to use unique_ptr and cleaned up a
    bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>NANDContentLoader: Replace a string rbegin() call with a back() call</title>
<updated>2015-10-07T13:47:26+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2015-10-07T13:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5f181957b3db9bc8271fd758d7acdf36a60eee8e'/>
<id>5f181957b3db9bc8271fd758d7acdf36a60eee8e</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 #3091 from Tilka/mbedtls</title>
<updated>2015-10-04T01:00:58+00:00</updated>
<author>
<name>shuffle2</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2015-10-04T01:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a6f04b0e15af9ce261cc5bb190eb60a2bbaee804'/>
<id>a6f04b0e15af9ce261cc5bb190eb60a2bbaee804</id>
<content type='text'>
Update mbed TLS (PolarSSL)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update mbed TLS (PolarSSL)</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>
</feed>
