<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/core/file_sys/sdmc_factory.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>vfs: Move vfs files to their own directory</title>
<updated>2024-01-25T21:40:42+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2024-01-16T05:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=0f9288e38d80c6c63a545934557501fae40d3d83'/>
<id>0f9288e38d80c6c63a545934557501fae40d3d83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: remove ResultVal type</title>
<updated>2023-08-08T15:09:37+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-07-15T00:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=84cb20bc72031947ac9e625b4a2b5e0059dda441'/>
<id>84cb20bc72031947ac9e625b4a2b5e0059dda441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Convert source file copyright comments over to SPDX</title>
<updated>2022-04-23T09:55:32+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-04-23T08:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=99ceb03a1cfcf35968cab589ea188a8c406cda52'/>
<id>99ceb03a1cfcf35968cab589ea188a8c406cda52</id>
<content type='text'>
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Remove MakeResult helpers</title>
<updated>2021-11-02T21:23:19+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-11-02T21:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=cb09ea0f0174162a85f47fdb8446b397c3c57e20'/>
<id>cb09ea0f0174162a85f47fdb8446b397c3c57e20</id>
<content type='text'>
This is made obsolete by the presence of implicit constructors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is made obsolete by the presence of implicit constructors.
</pre>
</div>
</content>
</entry>
<entry>
<title>filesystem: Open a read-only directory for SDMC mods</title>
<updated>2021-06-28T14:08:08+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-06-28T04:27:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=6ac978426c68270ff022e719f7544251d42b19cf'/>
<id>6ac978426c68270ff022e719f7544251d42b19cf</id>
<content type='text'>
This prevents mod files from being locked due to the read-only share flag in Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents mod files from being locked due to the read-only share flag in Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>core: Simplify SDMC mod loading</title>
<updated>2021-06-28T14:08:08+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2021-06-15T23:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=844e0114b07f38feaf948d66a1336d350cfa6c6d'/>
<id>844e0114b07f38feaf948d66a1336d350cfa6c6d</id>
<content type='text'>
If someone else wants to support other mod formats in the SDMC
directory, that can be added later. For now, just allow RomFS modding
here and force people to do other types of mods the old way.

Addresses review comments.

Co-authored-by: LC &lt;mathew1800@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If someone else wants to support other mod formats in the SDMC
directory, that can be added later. For now, just allow RomFS modding
here and force people to do other types of mods the old way.

Addresses review comments.

Co-authored-by: LC &lt;mathew1800@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>core: Support LayeredFS mod from SDMC directory</title>
<updated>2021-06-28T14:08:07+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2021-06-15T01:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=1664c74a6c5a02640bb5f2204b661f94e825d906'/>
<id>1664c74a6c5a02640bb5f2204b661f94e825d906</id>
<content type='text'>
Enables loading a mod directly from `[yuzu data
directory]/sdmc/atmosphere/contents/[title_id]`. For use with some
homebrew mod managers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables loading a mod directly from `[yuzu data
directory]/sdmc/atmosphere/contents/[title_id]`. For use with some
homebrew mod managers.
</pre>
</div>
</content>
</entry>
<entry>
<title>file_sys: Replace inclusions with forward declarations where applicable</title>
<updated>2020-08-23T21:02:55+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2020-08-23T18:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=01d1b5cdaff6f05aa62794816547deab977256e5'/>
<id>01d1b5cdaff6f05aa62794816547deab977256e5</id>
<content type='text'>
Same behavior, minus unnecessary inclusions where not necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Same behavior, minus unnecessary inclusions where not necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>sdmc_factory: Set the SDMC total size to 1 TiB</title>
<updated>2020-07-10T04:37:39+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2020-07-09T16:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=17242a886590ec06dfb56d2e50679485dfb64905'/>
<id>17242a886590ec06dfb56d2e50679485dfb64905</id>
<content type='text'>
We should not be limited by the SDMC's partition size, set this to 1 TiB. Hardware is limited to the max allowed by the MBR partition table which is 2 TiB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should not be limited by the SDMC's partition size, set this to 1 TiB. Hardware is limited to the max allowed by the MBR partition table which is 2 TiB.
</pre>
</div>
</content>
</entry>
<entry>
<title>filesystem: Add const qualification to various accessors</title>
<updated>2019-09-21T20:50:39+00:00</updated>
<author>
<name>Zach Hilman</name>
<email>zachhilman@gmail.com</email>
</author>
<published>2019-04-23T18:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a49169e81906d230fd6bfc7546acc6f763f4c321'/>
<id>a49169e81906d230fd6bfc7546acc6f763f4c321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
