<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Android/jni/ButtonManager.cpp, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>InputCommon: Decouple ButtonManager and Touchscreen from Android</title>
<updated>2019-11-28T20:20:51+00:00</updated>
<author>
<name>OatmealDome</name>
<email>julian@oatmealdome.me</email>
</author>
<published>2019-11-27T06:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ef32a10d6916785ae514982a9d2962145367bc99'/>
<id>ef32a10d6916785ae514982a9d2962145367bc99</id>
<content type='text'>
Changes were also made for codestyle compliance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes were also made for codestyle compliance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Native motion controls</title>
<updated>2019-11-20T17:22:20+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2019-10-28T15:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b143df91be5c7f18a61666baa4a5b673d2cfd2cd'/>
<id>b143df91be5c7f18a61666baa4a5b673d2cfd2cd</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 #7927 from weihuoya/android-key-map</title>
<updated>2019-06-19T09:51:00+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2019-06-19T09:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=16afac9da9ef28f76d05b2ea8a373e8d461f81bc'/>
<id>16afac9da9ef28f76d05b2ea8a373e8d461f81bc</id>
<content type='text'>
android: simplify config loading code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
android: simplify config loading code</pre>
</div>
</content>
</entry>
<entry>
<title>Android/ButtonManager: Make most file-scope local variables non-allocating</title>
<updated>2019-06-08T00:27:12+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-06-08T00:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7842bd1179876f3bf595f91958e2b3148443d199'/>
<id>7842bd1179876f3bf595f91958e2b3148443d199</id>
<content type='text'>
We can use std::array and const char* to make these capable of fully
being stored in the read-only segment, and get rid of a few static
constructors (144 of them).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can use std::array and const char* to make these capable of fully
being stored in the read-only segment, and get rid of a few static
constructors (144 of them).
</pre>
</div>
</content>
</entry>
<entry>
<title>Android/ButtonManager: Make local file-scope variables internally linked where applicable</title>
<updated>2019-06-08T00:02:03+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2019-06-08T00:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=069497e87da5759a971c71584b23c005d98d97eb'/>
<id>069497e87da5759a971c71584b23c005d98d97eb</id>
<content type='text'>
Silences a few -Wmissing-variable-declarations warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Silences a few -Wmissing-variable-declarations warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat repo to clang-format 7.0 rules</title>
<updated>2019-05-06T18:48:04+00:00</updated>
<author>
<name>Techjar</name>
<email>tecknojar@gmail.com</email>
</author>
<published>2019-05-05T23:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ff972e3673cf70c67e5daf52d5cc913b1df7a1ba'/>
<id>ff972e3673cf70c67e5daf52d5cc913b1df7a1ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>android: simple config load code</title>
<updated>2019-04-10T10:30:45+00:00</updated>
<author>
<name>weihuoya</name>
<email>zwdreams@gmail.com</email>
</author>
<published>2019-03-24T09:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f2394b8c9118efb50698833526c8362982d91ce0'/>
<id>f2394b8c9118efb50698833526c8362982d91ce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: only add controllers GC1 and Wiimote1 as touch controllers</title>
<updated>2019-01-11T21:41:59+00:00</updated>
<author>
<name>zackhow</name>
<email>zackhow@gmail.com</email>
</author>
<published>2019-01-11T21:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=058778a2e8299e125cf4c85a048cc67ba00b60c1'/>
<id>058778a2e8299e125cf4c85a048cc67ba00b60c1</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 game specific gc/wii controller settings</title>
<updated>2018-10-29T00:22:06+00:00</updated>
<author>
<name>zackhow</name>
<email>zackhow@gmail.com</email>
</author>
<published>2018-08-26T22:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5d93a10c60f25acd4f9045234156fd68720b1a87'/>
<id>5d93a10c60f25acd4f9045234156fd68720b1a87</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 blue guitar fret for emulated Wii Remotes</title>
<updated>2018-10-02T21:02:46+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2018-10-02T21:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=cf1578c89ddabcf592296b42e14f6f50ce01b277'/>
<id>cf1578c89ddabcf592296b42e14f6f50ce01b277</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
