<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/Config/Mapping/MappingIndicator.cpp, branch 2409</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>DolphinQt: Add IRPassthrough indicator.</title>
<updated>2024-03-12T02:40:53+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2024-03-11T04:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=62caa24d40b9ece464286cf26cb56c80226fc993'/>
<id>62caa24d40b9ece464286cf26cb56c80226fc993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: convert GPLv2+ license info to SPDX tags</title>
<updated>2021-07-05T02:35:56+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2021-07-05T01:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e149ad4f0a9874f354221a7fc76d8f1841e47808'/>
<id>e149ad4f0a9874f354221a7fc76d8f1841e47808</id>
<content type='text'>
SPDX standardizes how source code conveys its copyright and licensing
information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX
tags are adopted in many large projects, including things like the Linux
kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SPDX standardizes how source code conveys its copyright and licensing
information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX
tags are adopted in many large projects, including things like the Linux
kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename InputCommon/ControllerInterface/Device to CoreDevice</title>
<updated>2021-01-27T22:29:48+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2020-09-15T11:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7e1df34735454636c25ed082b1e0be3c6bd2530a'/>
<id>7e1df34735454636c25ed082b1e0be3c6bd2530a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: Fix Shake Mapping Indicator not showing deadzone</title>
<updated>2021-01-16T21:10:35+00:00</updated>
<author>
<name>Filippo Tarpini</name>
<email>filippotarpini@hotmail.it</email>
</author>
<published>2021-01-16T21:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=43223aadc829b7546bc2e28b6ee6544a2ae2f9aa'/>
<id>43223aadc829b7546bc2e28b6ee6544a2ae2f9aa</id>
<content type='text'>
QRectF was missing from drawRect which meant the deazone was casted to an int, flooring its value (it goes from 0 to 1).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QRectF was missing from drawRect which meant the deazone was casted to an int, flooring its value (it goes from 0 to 1).</pre>
</div>
</content>
</entry>
<entry>
<title>WiimoteEmu/DolphinQt: Fix tilt indicator for wrapped around angles.</title>
<updated>2020-12-15T02:02:49+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2020-10-18T20:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4bb0a885d0e61b069f4129f8358dcbe3a4db34b1'/>
<id>4bb0a885d0e61b069f4129f8358dcbe3a4db34b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Virtual Notch settings and UI for octagonal stick</title>
<updated>2020-11-03T22:06:27+00:00</updated>
<author>
<name>Nick Michael</name>
<email>nickmichael@live.co.uk</email>
</author>
<published>2020-10-29T22:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=55dd3d73376746c4fc46df02d8266269a6e4537e'/>
<id>55dd3d73376746c4fc46df02d8266269a6e4537e</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 #9162 from jordan-woyak/quaternion</title>
<updated>2020-10-21T21:34:11+00:00</updated>
<author>
<name>LC</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2020-10-21T21:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=de96fe08600bb75ac2fc5d1c641ab34b8406d91b'/>
<id>de96fe08600bb75ac2fc5d1c641ab34b8406d91b</id>
<content type='text'>
Replace stateful rotational matrices with quaternions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace stateful rotational matrices with quaternions.</pre>
</div>
</content>
</entry>
<entry>
<title>InputCommon/WiimoteEmu: Replace stateful rotational matrices with quaternions.</title>
<updated>2020-10-19T21:33:55+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2020-10-19T20:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=09431635f34ebca9975e329db7d972fc6f91756f'/>
<id>09431635f34ebca9975e329db7d972fc6f91756f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ControllerEmu: Improve and simplify UpdateCalibrationData.</title>
<updated>2020-09-19T13:40:55+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2020-09-19T13:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0ca73355a81701d9ff78a36189f3ce97b15e612e'/>
<id>0ca73355a81701d9ff78a36189f3ce97b15e612e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with Qt 5.15+</title>
<updated>2020-03-23T16:58:39+00:00</updated>
<author>
<name>sL1pKn07</name>
<email>sl1pkn07@gmail.com</email>
</author>
<published>2020-03-23T16:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4f7ea79ae44b28008def0b57221606762e9d0ab4'/>
<id>4f7ea79ae44b28008def0b57221606762e9d0ab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
