<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/frontend_common/content_manager.h, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>Add check for corrupted firmware files after install.</title>
<updated>2024-02-18T01:31:14+00:00</updated>
<author>
<name>Andrew Pilley</name>
<email>anpilley@mycronite.net</email>
</author>
<published>2024-02-18T01:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=cb2e312f138a832224c994adbf3591c399931b6b'/>
<id>cb2e312f138a832224c994adbf3591c399931b6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address review comments and fix compilation problems</title>
<updated>2024-01-25T21:43:53+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2024-01-18T23:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=975deb7528cd98460528553f6a9162bfbcd6cab1'/>
<id>975deb7528cd98460528553f6a9162bfbcd6cab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fs: Replace Mode enum by OpenMode enum</title>
<updated>2024-01-25T21:42:05+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2024-01-18T20:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=cc09c265e15e9598844482a8b5a22b12650b3f1b'/>
<id>cc09c265e15e9598844482a8b5a22b12650b3f1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>frontend_common: Consistently use references</title>
<updated>2024-01-25T17:53:49+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-01-24T17:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=97ca160b08537314ca6ba953a382aebda3da06b9'/>
<id>97ca160b08537314ca6ba953a382aebda3da06b9</id>
<content type='text'>
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive.
</pre>
</div>
</content>
</entry>
<entry>
<title>frontend_common: Remove key rederivation and keep key check</title>
<updated>2024-01-25T17:53:48+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-01-24T17:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6'/>
<id>1a3fc3724aa2d38e717a8dcbfcc6c8a808a693b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>frontend_common: Remove default value for installer callbacks</title>
<updated>2024-01-22T00:31:26+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-01-22T00:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=961b5586a5a48a90191eacb0b767e03a7f65abbb'/>
<id>961b5586a5a48a90191eacb0b767e03a7f65abbb</id>
<content type='text'>
We never used these without callbacks and these will break without them in their current state. I could write the default value to return false always but that's unnecessary for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We never used these without callbacks and these will break without them in their current state. I could write the default value to return false always but that's unnecessary for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>frontend_common: Move integrity verification to content_manager</title>
<updated>2024-01-21T21:36:37+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-01-21T21:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=c725f3c86cba71f513c9af352f65c4dffb5f187a'/>
<id>c725f3c86cba71f513c9af352f65c4dffb5f187a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>frontend_common: Add documentation for content_mananger</title>
<updated>2024-01-20T01:54:50+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-01-19T21:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a363fa78ef65ded9f85d8c16940f2fbdc66894e5'/>
<id>a363fa78ef65ded9f85d8c16940f2fbdc66894e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>android: Add addon delete button</title>
<updated>2024-01-20T01:54:50+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-01-19T21:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=03fa91ba3c52c0371f0d57ea8a5618feaf3012e7'/>
<id>03fa91ba3c52c0371f0d57ea8a5618feaf3012e7</id>
<content type='text'>
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
</pre>
</div>
</content>
</entry>
<entry>
<title>frontend_common: Add content manager utility functions</title>
<updated>2024-01-19T22:09:35+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-01-19T05:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69'/>
<id>ccd3dd842f2bf7cf16c7b93e3b83a2afc8af4a69</id>
<content type='text'>
Creates utility functions to remove/install DLC, updates, and base game content
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates utility functions to remove/install DLC, updates, and base game content
</pre>
</div>
</content>
</entry>
</feed>
