<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/GBAWidget.cpp, branch release-prep-2503a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Core::RunOnCPUThread: Avoid Global System Accessor</title>
<updated>2024-03-28T17:10:03+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-03-22T07:24:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6e6b2980303eb6d4c7681053357300a32857d13a'/>
<id>6e6b2980303eb6d4c7681053357300a32857d13a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core/Movie: Refactor to class, move to System.</title>
<updated>2024-01-15T07:05:30+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2024-01-13T12:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=95cba6be2beda7fbf4fb597b0aa4cbb8912d8265'/>
<id>95cba6be2beda7fbf4fb597b0aa4cbb8912d8265</id>
<content type='text'>
A bit of global state remains (the `header` in `BeginRecordingInput()`) due to unclear lifetime requirements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bit of global state remains (the `header` in `BeginRecordingInput()`) due to unclear lifetime requirements.
</pre>
</div>
</content>
</entry>
<entry>
<title>GBAWidget: Use std::span with SetVideoBuffer()</title>
<updated>2023-12-13T15:11:52+00:00</updated>
<author>
<name>Lioncash</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-12-13T15:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=67a06d17b13955cdc332585f8b02146fad6775c1'/>
<id>67a06d17b13955cdc332585f8b02146fad6775c1</id>
<content type='text'>
Previously we were always taking the buffer by value, even if it wasn't
being stored anywhere and only read from.

We can use a std::span for the same thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we were always taking the buffer by value, even if it wasn't
being stored anywhere and only read from.

We can use a std::span for the same thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: Set window decorations for all top-level QWidgets.</title>
<updated>2023-08-12T14:54:54+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-07-30T22:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e2fb8fab2f695ee53ab0aa7a5ff2fe752c719ce8'/>
<id>e2fb8fab2f695ee53ab0aa7a5ff2fe752c719ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: assume QT_VERSION_CHECK &gt;= 6.0.0</title>
<updated>2023-04-25T17:39:05+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2023-04-19T19:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=258cf0ff289edb7960cf78b35417fa9c5fa4ecf7'/>
<id>258cf0ff289edb7960cf78b35417fa9c5fa4ecf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CoreTiming: Refactor to class.</title>
<updated>2022-11-27T02:47:12+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2022-11-26T08:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c9558ecb4ca582bbacd931e41bb1660b69956e4b'/>
<id>c9558ecb4ca582bbacd931e41bb1660b69956e4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>AudioCommon: Move sound stream variables to Core::System.</title>
<updated>2022-08-31T19:44:21+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2022-08-31T19:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c310e504cb57845db523e8e0e5192a153d49dda9'/>
<id>c310e504cb57845db523e8e0e5192a153d49dda9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for building against Qt 6</title>
<updated>2022-05-03T05:39:33+00:00</updated>
<author>
<name>spycrab</name>
<email>spycrab@users.noreply.github.com</email>
</author>
<published>2021-04-25T00:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=004e8a80b2cd577f0dd6b7b998d11181798c69da'/>
<id>004e8a80b2cd577f0dd6b7b998d11181798c69da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: Add i18n comment for "Save Game"</title>
<updated>2021-11-27T19:27:33+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2021-11-27T19:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6a1a7efdd5e114f8068335c2082122253a817b04'/>
<id>6a1a7efdd5e114f8068335c2082122253a817b04</id>
<content type='text'>
It's very easy to assume the "save" in this string is a verb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's very easy to assume the "save" in this string is a verb.
</pre>
</div>
</content>
</entry>
<entry>
<title>GBA: Add import and export save options to context menu.</title>
<updated>2021-11-21T17:08:23+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2021-11-21T17:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8488ff6884b2c1ce2666b1d2dbab6e36afad4572'/>
<id>8488ff6884b2c1ce2666b1d2dbab6e36afad4572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
