<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/audio_core/renderer/behavior, 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>audio: format</title>
<updated>2024-02-21T03:51:39+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-02-21T03:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=2e4a6b7f92fbf73eb5173c9bda5c9b5b61f5458c'/>
<id>2e4a6b7f92fbf73eb5173c9bda5c9b5b61f5458c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>audio: rewrite IAudioRendererManager</title>
<updated>2024-02-21T03:15:37+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2024-02-21T01:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=6012c9fe3af1c649e5ac6392dc4b74bd3cfd0c4f'/>
<id>6012c9fe3af1c649e5ac6392dc4b74bd3cfd0c4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework ADSP into a wrapper for apps</title>
<updated>2023-09-04T16:12:16+00:00</updated>
<author>
<name>Kelebek1</name>
<email>eeeedddccc@hotmail.co.uk</email>
</author>
<published>2023-08-31T14:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ebd19dec99d9809a669f63294745d7c8facc6d31'/>
<id>ebd19dec99d9809a669f63294745d7c8facc6d31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: fix spelling mistakes</title>
<updated>2023-03-12T15:33:01+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-03-12T03:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=600f325d87e42f856da58c42a5280f098ebb6e8c'/>
<id>600f325d87e42f856da58c42a5280f098ebb6e8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hle: rename legacy errors to Results</title>
<updated>2023-03-07T01:58:42+00:00</updated>
<author>
<name>Liam</name>
<email>byteslice@airmail.cc</email>
</author>
<published>2023-03-07T00:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1d0fe75e7cca27d79006654dcc56c44cb4096d3a'/>
<id>1d0fe75e7cca27d79006654dcc56c44cb4096d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>general: Resolve -Wclass-memaccess</title>
<updated>2022-10-22T19:02:04+00:00</updated>
<author>
<name>Morph</name>
<email>39850852+Morph1984@users.noreply.github.com</email>
</author>
<published>2022-10-21T06:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=6908ea2284cdf2beeb1d623a6600fe2fc22753a0'/>
<id>6908ea2284cdf2beeb1d623a6600fe2fc22753a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>behavior_info: Mark CopyErrorInfo as const</title>
<updated>2022-09-16T13:55:17+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2022-09-16T13:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b2c2138af7c0ed5e6c254c9c62e19a30e80b3b42'/>
<id>b2c2138af7c0ed5e6c254c9c62e19a30e80b3b42</id>
<content type='text'>
This doesn't modify member state.

We can also mark the parameter of AppendError as const as well, since it
isn't modified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't modify member state.

We can also mark the parameter of AppendError as const as well, since it
isn't modified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.</title>
<updated>2022-09-02T03:43:04+00:00</updated>
<author>
<name>Kelebek1</name>
<email>eeeedddccc@hotmail.co.uk</email>
</author>
<published>2022-08-01T01:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ea9ff71725113b8dbb159917c57aa536bba0cb53'/>
<id>ea9ff71725113b8dbb159917c57aa536bba0cb53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Project Andio</title>
<updated>2022-07-22T00:11:32+00:00</updated>
<author>
<name>Kelebek1</name>
<email>eeeedddccc@hotmail.co.uk</email>
</author>
<published>2022-07-16T22:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=458da8a94877677f086f06cdeecf959ec4283a33'/>
<id>458da8a94877677f086f06cdeecf959ec4283a33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
