<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/yuzu, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>settings: enable error applet</title>
<updated>2024-02-25T03:56:08+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-02-25T03:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=dc50b95a47a9450d784b59a6023d4c2d39011349'/>
<id>dc50b95a47a9450d784b59a6023d4c2d39011349</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 #13073 from FearlessTobi/fsp-srv-ipc</title>
<updated>2024-02-23T16:34:06+00:00</updated>
<author>
<name>liamwhite</name>
<email>liamwhite@users.noreply.github.com</email>
</author>
<published>2024-02-23T16:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0da6704fc2e45958ee2bf884128ce0ff5897ac1a'/>
<id>0da6704fc2e45958ee2bf884128ce0ff5897ac1a</id>
<content type='text'>
fsp: Migrate remaining interfaces to cmif serialization</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fsp: Migrate remaining interfaces to cmif serialization</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13121 from german77/clean-shortcut</title>
<updated>2024-02-23T04:04:28+00:00</updated>
<author>
<name>liamwhite</name>
<email>liamwhite@users.noreply.github.com</email>
</author>
<published>2024-02-23T04:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9dc624f5dc7a12fd4070c5e596c4c1bafa1bbe41'/>
<id>9dc624f5dc7a12fd4070c5e596c4c1bafa1bbe41</id>
<content type='text'>
yuzu: Fix shortcut error message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
yuzu: Fix shortcut error message</pre>
</div>
</content>
</entry>
<entry>
<title>yuzu: Fix shortcut error message</title>
<updated>2024-02-22T23:52:30+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2024-02-22T23:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=864b0465000ba28df3c768d69c065630df6f16e4'/>
<id>864b0465000ba28df3c768d69c065630df6f16e4</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 #13001 from liamwhite/scaled-availability</title>
<updated>2024-02-22T17:31:17+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2024-02-22T17:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=984396a21ae8e82378b41f61f4f6a9745cde250a'/>
<id>984396a21ae8e82378b41f61f4f6a9745cde250a</id>
<content type='text'>
vulkan_device: don't use fixed cap for memory limits</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vulkan_device: don't use fixed cap for memory limits</pre>
</div>
</content>
</entry>
<entry>
<title>Import keys from filesystem. (#13056)</title>
<updated>2024-02-20T00:18:13+00:00</updated>
<author>
<name>Andrew Pilley</name>
<email>anpilley@users.noreply.github.com</email>
</author>
<published>2024-02-20T00:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d1eaeeed8c2429547e584e1c8ef7abbdef1b7d36'/>
<id>d1eaeeed8c2429547e584e1c8ef7abbdef1b7d36</id>
<content type='text'>
* Import keys, re-initialize KeyManager, re-scan vfs, re-populate game list.

* &lt;.&lt; spelling.

* Update based on feedback on #13047 and this PR

* Based on feedback: Don't delete existing files. There's legitimate reasons that someone may want to keep their retail keys and title key handling is resilient to mismatches.

* Update src/yuzu/main.cpp

Co-authored-by: Tobias &lt;thm.frey@gmail.com&gt;

* Remove translation of literal filename/filter format.

* clang-format.

---------

Co-authored-by: Tobias &lt;thm.frey@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Import keys, re-initialize KeyManager, re-scan vfs, re-populate game list.

* &lt;.&lt; spelling.

* Update based on feedback on #13047 and this PR

* Based on feedback: Don't delete existing files. There's legitimate reasons that someone may want to keep their retail keys and title key handling is resilient to mismatches.

* Update src/yuzu/main.cpp

Co-authored-by: Tobias &lt;thm.frey@gmail.com&gt;

* Remove translation of literal filename/filter format.

* clang-format.

---------

Co-authored-by: Tobias &lt;thm.frey@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fs: Add and use fs_save_data_types.h</title>
<updated>2024-02-19T18:06:31+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2024-02-19T14:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=2b18957365d8f369626ec3b94277621df2fe1729'/>
<id>2b18957365d8f369626ec3b94277621df2fe1729</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scope_exit: Make constexpr</title>
<updated>2024-02-19T15:00:46+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2024-02-19T15:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=310c1f50beb77fc5c6f9075029973161d4e51a4a'/>
<id>310c1f50beb77fc5c6f9075029973161d4e51a4a</id>
<content type='text'>
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
</pre>
</div>
</content>
</entry>
<entry>
<title>vulkan_device: don't use fixed cap for memory limits</title>
<updated>2024-02-18T23:59:13+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-02-13T01:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=56810541f0be8951fef847368eb6db13af0d2174'/>
<id>56810541f0be8951fef847368eb6db13af0d2174</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 #13047 from anpilley/import-firmware</title>
<updated>2024-02-18T04:18:00+00:00</updated>
<author>
<name>liamwhite</name>
<email>liamwhite@users.noreply.github.com</email>
</author>
<published>2024-02-18T04:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=bdf8aca7509534f817644ce05e95d5f5c1f53941'/>
<id>bdf8aca7509534f817644ce05e95d5f5c1f53941</id>
<content type='text'>
Import firmware from folder of loose NCA files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Import firmware from folder of loose NCA files</pre>
</div>
</content>
</entry>
</feed>
