<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/core/frontend/applets/profile_select.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>service: am: Improve profile select applet</title>
<updated>2023-03-29T14:53:19+00:00</updated>
<author>
<name>Narr the Reg</name>
<email>juangerman-13@hotmail.com</email>
</author>
<published>2023-03-29T02:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=668eb5b8dad656c281c218ea8b4c34965b163b93'/>
<id>668eb5b8dad656c281c218ea8b4c34965b163b93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>qt: implement RequestExit for applets</title>
<updated>2023-03-25T18:49:43+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-03-25T17:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=50a59487eb49baa229d553dd9a3c00aef20f799f'/>
<id>50a59487eb49baa229d553dd9a3c00aef20f799f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applets/profile_select: Use aliases for callbacks</title>
<updated>2022-12-06T00:06:04+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2022-12-05T23:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a84676c2aab058946aa9c1eb974c5dbebcb05402'/>
<id>a84676c2aab058946aa9c1eb974c5dbebcb05402</id>
<content type='text'>
Deduplicates callback definitions and situates it in one place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deduplicates callback definitions and situates it in one place.
</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: Rename NewUUID to UUID, and remove the previous UUID impl</title>
<updated>2022-02-05T18:56:21+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-02-05T17:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=25db62ce1534cbd8b93b4284869229e4bd7de54d'/>
<id>25db62ce1534cbd8b93b4284869229e4bd7de54d</id>
<content type='text'>
This completes the removal of the old UUID implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This completes the removal of the old UUID implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>profile: Migrate to the new UUID implementation</title>
<updated>2022-02-05T18:56:21+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-02-05T17:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=dfe11d72e3eb14dee718b7fa67a673514d199f20'/>
<id>dfe11d72e3eb14dee718b7fa67a673514d199f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core/profile_select: Avoid uninitialized read in SelectProfile()</title>
<updated>2021-09-22T22:10:39+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2021-09-22T22:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=091e1411422c62ef358c8d3750a92735858b1a61'/>
<id>091e1411422c62ef358c8d3750a92735858b1a61</id>
<content type='text'>
The default constructor of UUID doesn't initialize its data members, so
we need to directly initialize it to be invalid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default constructor of UUID doesn't initialize its data members, so
we need to directly initialize it to be invalid.
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Make most settings a BasicSetting</title>
<updated>2021-06-28T21:32:17+00:00</updated>
<author>
<name>lat9nq</name>
<email>22451773+lat9nq@users.noreply.github.com</email>
</author>
<published>2021-06-28T19:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=b91b76df4fe27d781bd95ddb89b78ff54df57029'/>
<id>b91b76df4fe27d781bd95ddb89b78ff54df57029</id>
<content type='text'>
Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.

Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates a new BasicSettings class in common/settings, and forces setting
a default and label for each setting that uses it in common/settings.
Moves defaults and labels from both frontends into common settings.
Creates a helper function in each frontend to facillitate reading the
settings now with the new default and label properties.

Settings::Setting is also now a subclass of Settings::BasicSetting. Also
adds documentation for both Setting and BasicSetting.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: Move settings to common from core.</title>
<updated>2021-04-14T23:24:03+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2021-04-14T23:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=a4c6712a4be249bf668df7f0ff83a0a5236283b2'/>
<id>a4c6712a4be249bf668df7f0ff83a0a5236283b2</id>
<content type='text'>
- Removes a dependency on core and input_common from common.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Removes a dependency on core and input_common from common.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "core: Fix clang build"</title>
<updated>2020-10-21T02:07:39+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2020-10-21T02:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=3d592972dc3fd61cc88771b889eff237e4e03e0f'/>
<id>3d592972dc3fd61cc88771b889eff237e4e03e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
