<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/android, 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>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 #13105 from t895/connection-fix</title>
<updated>2024-02-21T15:43:46+00:00</updated>
<author>
<name>liamwhite</name>
<email>liamwhite@users.noreply.github.com</email>
</author>
<published>2024-02-21T15:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=8bbc209950178ca7258bfc22a08101cb30c29a58'/>
<id>8bbc209950178ca7258bfc22a08101cb30c29a58</id>
<content type='text'>
android: Misc controller fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
android: Misc controller fixes</pre>
</div>
</content>
</entry>
<entry>
<title>android: Connect controllers with supported styles</title>
<updated>2024-02-21T13:37:55+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-02-21T13:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=de5422b1fde51a64d7ab887f2bf36465ee5e66ac'/>
<id>de5422b1fde51a64d7ab887f2bf36465ee5e66ac</id>
<content type='text'>
If you tried to connect a controller that was previously configured with an unsupported style for your game, when you try to connect that controller, it will immediately disconnect. This ensures that the controller that is being connected will be changed to the first supported style index before being connected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you tried to connect a controller that was previously configured with an unsupported style for your game, when you try to connect that controller, it will immediately disconnect. This ensures that the controller that is being connected will be changed to the first supported style index before being connected.
</pre>
</div>
</content>
</entry>
<entry>
<title>android: Add additional check for hasMapping</title>
<updated>2024-02-21T13:17:30+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-02-21T13:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=45f450fca5c7fabbb30e0d193d1f4a1be6bd287b'/>
<id>45f450fca5c7fabbb30e0d193d1f4a1be6bd287b</id>
<content type='text'>
Controls can have no mapping if they are either "[empty]" or and empty string. This was causing an issue if you reset mapping on all controllers and then tried to play a game. The check to determine whether auto mapping was required would fail and leave you will no mapped controllers. This feels a bit like user error but it smooths things out if you forget so I see it as necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Controls can have no mapping if they are either "[empty]" or and empty string. This was causing an issue if you reset mapping on all controllers and then tried to play a game. The check to determine whether auto mapping was required would fail and leave you will no mapped controllers. This feels a bit like user error but it smooths things out if you forget so I see it as necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>android: Enable all controller styles on emulation shutdown</title>
<updated>2024-02-21T13:13:54+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-02-21T13:13:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=9a3fd76b25f0db3804789891a10c51568121bf0c'/>
<id>9a3fd76b25f0db3804789891a10c51568121bf0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>android: Fix extra stick setting default values</title>
<updated>2024-02-21T03:13:59+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-02-21T03:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=de2d496e71913848d9e82c69f8e652d4ddecbfbd'/>
<id>de2d496e71913848d9e82c69f8e652d4ddecbfbd</id>
<content type='text'>
The default value was accidentally hardcoded for all extra stick settings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default value was accidentally hardcoded for all extra stick settings
</pre>
</div>
</content>
</entry>
<entry>
<title>android: Expose device name setting</title>
<updated>2024-02-20T13:16:38+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-02-20T13:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=6a90db8c19e047da03f9dce36dfc1949d239f4af'/>
<id>6a90db8c19e047da03f9dce36dfc1949d239f4af</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 StringInputSetting settings item</title>
<updated>2024-02-20T13:06:56+00:00</updated>
<author>
<name>t895</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-02-20T13:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0e5972b0b58306bed360e29f6fc26d62f5288ea0'/>
<id>0e5972b0b58306bed360e29f6fc26d62f5288ea0</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 #13086 from t895/clear-button-fix</title>
<updated>2024-02-20T00:18:05+00:00</updated>
<author>
<name>liamwhite</name>
<email>liamwhite@users.noreply.github.com</email>
</author>
<published>2024-02-20T00:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=10e27a2902c8990c75c5897c086a3fdc45165c7a'/>
<id>10e27a2902c8990c75c5897c086a3fdc45165c7a</id>
<content type='text'>
android: Fix broken clear button check</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
android: Fix broken clear button check</pre>
</div>
</content>
</entry>
<entry>
<title>android: Have input overlay follow player 1 style index (#13085)</title>
<updated>2024-02-19T21:47:21+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2024-02-19T21:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f567a41f53cae875a7912709b0d832b7c4e99f0f'/>
<id>f567a41f53cae875a7912709b0d832b7c4e99f0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
