<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/core/file_sys/romfs_factory.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>file_sys: handle null romfs</title>
<updated>2023-12-02T04:39:48+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-12-02T04:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=45b6161582e0dd5b54fd3c06b3176f5b32ca10aa'/>
<id>45b6161582e0dd5b54fd3c06b3176f5b32ca10aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vfs: expand support for NCA reading</title>
<updated>2023-08-15T21:47:25+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-08-11T01:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=86f6b6b7b2d930e8203114332b04a5c49a780b06'/>
<id>86f6b6b7b2d930e8203114332b04a5c49a780b06</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>core: Remove unused includes</title>
<updated>2021-11-04T01:42:57+00:00</updated>
<author>
<name>ameerj</name>
<email>52414509+ameerj@users.noreply.github.com</email>
</author>
<published>2021-11-04T01:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f'/>
<id>7c4b6aab2ef7cb2be77e32023323b1c5bd9e3d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>general: Replace RESULT_UNKNOWN with ResultUnknown</title>
<updated>2021-06-02T04:39:27+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2021-05-21T05:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a0e4c2e1fc8d3ce33948a0ec6a840960f1ceb484'/>
<id>a0e4c2e1fc8d3ce33948a0ec6a840960f1ceb484</id>
<content type='text'>
Transition to PascalCase for result names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Transition to PascalCase for result names.
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: kernel: Rename Process to KProcess.</title>
<updated>2021-05-05T23:40:52+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2021-04-24T05:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=2a7eff57a8048933a89c1a8f8d6dced7b5d604f2'/>
<id>2a7eff57a8048933a89c1a8f8d6dced7b5d604f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file_sys: Resolve cases of variable shadowing</title>
<updated>2021-05-02T06:59:57+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2021-05-02T06:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=1da72c7792e4f68fd44579a713288f6772c193b4'/>
<id>1da72c7792e4f68fd44579a713288f6772c193b4</id>
<content type='text'>
Brings us closer to enabling -Wshadow as an error in the core code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Brings us closer to enabling -Wshadow as an error in the core code.
</pre>
</div>
</content>
</entry>
<entry>
<title>fsp_srv: Implement OpenDataStorageWithProgramIndex</title>
<updated>2020-12-08T13:19:05+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2020-12-04T03:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=e15039372ea63efb37cdaa70833b2d080931ee3c'/>
<id>e15039372ea63efb37cdaa70833b2d080931ee3c</id>
<content type='text'>
- Used by RollerCoaster Tycoon 3: Complete Edition
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Used by RollerCoaster Tycoon 3: Complete Edition
</pre>
</div>
</content>
</entry>
</feed>
