<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/citra_qt/debugger, 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>Massive removal of unused modules</title>
<updated>2018-01-13T02:11:03+00:00</updated>
<author>
<name>James Rowe</name>
<email>jroweboy@gmail.com</email>
</author>
<published>2018-01-12T02:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=ebf9a784a9f7f4148a669dbb39e7cd50df779a14'/>
<id>ebf9a784a9f7f4148a669dbb39e7cd50df779a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>arm_dynarmic: Implement core</title>
<updated>2018-01-12T22:48:29+00:00</updated>
<author>
<name>MerryMage</name>
<email>MerryMage@users.noreply.github.com</email>
</author>
<published>2018-01-09T21:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d2fbc7832080955598c9fb6f083414eca47f0f19'/>
<id>d2fbc7832080955598c9fb6f083414eca47f0f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)</title>
<updated>2018-01-10T06:01:55+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2018-01-10T05:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=7ad20154fc9bf1094f78721fed13fac1436bef17'/>
<id>7ad20154fc9bf1094f78721fed13fac1436bef17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Rename Semaphore to ConditionVariable.</title>
<updated>2018-01-09T02:41:37+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2018-01-09T02:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=423679983259948c203e546887445a59b64fc32f'/>
<id>423679983259948c203e546887445a59b64fc32f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kernel: Actually wake up the requested number of threads in Semaphore::Release.</title>
<updated>2018-01-09T02:12:54+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2018-01-08T19:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=db3a5251664ae77f5e67dba571a11d208e448a86'/>
<id>db3a5251664ae77f5e67dba571a11d208e448a86</id>
<content type='text'>
Also properly keep track of data in guest memory, this fixes managing the semaphore from userland.

It was found that Semaphores are actually Condition Variables, with Release(1) and Release(-1) being equivalent to notify_one and notify_all. We should change the name of the class to reflect this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also properly keep track of data in guest memory, this fixes managing the semaphore from userland.

It was found that Semaphores are actually Condition Variables, with Release(1) and Release(-1) being equivalent to notify_one and notify_all. We should change the name of the class to reflect this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.</title>
<updated>2018-01-09T02:12:51+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2018-01-08T19:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=1bbe9309daa96b5fbac7a2df5a2edcb17ab7a05c'/>
<id>1bbe9309daa96b5fbac7a2df5a2edcb17ab7a05c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>citra_qt: Remove VFP registers, since this isn't used anyways and caused an assert.</title>
<updated>2018-01-04T18:52:29+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2018-01-04T18:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=5e262a4a68aac0095392a2c1e771018bb7525dd4'/>
<id>5e262a4a68aac0095392a2c1e771018bb7525dd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: Remove SkyEye/Dyncom code that is ARMv6-only.</title>
<updated>2018-01-03T03:24:12+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2018-01-03T03:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=b172f0d770486d4367fbea22906a5e908ef621e8'/>
<id>b172f0d770486d4367fbea22906a5e908ef621e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more 3DS-specific code.</title>
<updated>2017-10-13T01:45:06+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2017-10-13T01:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7'/>
<id>15983dcfdc2e9648b07c910a1ad2a2813e8b7fa7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed type conversion ambiguity</title>
<updated>2017-09-30T08:34:35+00:00</updated>
<author>
<name>Huw Pascoe</name>
<email>huw.pascoe@gmail.com</email>
</author>
<published>2017-09-26T23:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a13ab958cbba75bc9abd1ca50f3030a10a75784e'/>
<id>a13ab958cbba75bc9abd1ca50f3030a10a75784e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
