<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ryujinx/Ryujinx.Core/OsHle/Services/Vi/ISystemDisplayService.cs, branch master</title>
<subtitle>A backup of the Ryujinx master git branch.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/'/>
<entry>
<title>Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation</title>
<updated>2018-06-11T00:46:42+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-06-11T00:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=76f3b1b3a4637ec72abfbb8cbc0679f2e0ca838f'/>
<id>76f3b1b3a4637ec72abfbb8cbc0679f2e0ca838f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ISystemDisplayService::GetDisplayMode &amp; Add IManagerDisplayService::SetLayerVisibility stub (#118)</title>
<updated>2018-05-11T02:40:52+00:00</updated>
<author>
<name>Thomas Guillemard</name>
<email>thog@protonmail.com</email>
</author>
<published>2018-05-11T02:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=0979426e63516d9eaff8f7bf99f5ff814d8747f9'/>
<id>0979426e63516d9eaff8f7bf99f5ff814d8747f9</id>
<content type='text'>
* Add ISystemDisplayService::GetDisplayMode &amp; IManagerDisplayService::SetLayerVisibility

Also add some missing PrintStub calls

* Fix import ordering &amp; Fix incorrect value for the third word in GetDisplayMode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add ISystemDisplayService::GetDisplayMode &amp; IManagerDisplayService::SetLayerVisibility

Also add some missing PrintStub calls

* Fix import ordering &amp; Fix incorrect value for the third word in GetDisplayMode
</pre>
</div>
</content>
</entry>
<entry>
<title>stubs (#69)</title>
<updated>2018-04-04T22:16:59+00:00</updated>
<author>
<name>emmauss</name>
<email>emmausssss@gmail.com</email>
</author>
<published>2018-04-04T22:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=836a003c8e092653d4fdf9c83df2b7f7401717d2'/>
<id>836a003c8e092653d4fdf9c83df2b7f7401717d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename IpcServices -&gt; Services</title>
<updated>2018-03-20T20:00:00+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-03-20T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=e922c3627a789a86747fda6f42425b40c56182df'/>
<id>e922c3627a789a86747fda6f42425b40c56182df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Add support for events (#60)</title>
<updated>2018-03-19T18:58:46+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-03-19T18:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=4314a8f3e5b76bbf2143f701c06e9354de712027'/>
<id>4314a8f3e5b76bbf2143f701c06e9354de712027</id>
<content type='text'>
* Add support for events, move concept of domains to IpcService

* Support waiting for KThread, remove some test code, other tweaks

* Use move handle on NIFM since I can't test that now, it's better to leave it how it was
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for events, move concept of domains to IpcService

* Support waiting for KThread, remove some test code, other tweaks

* Use move handle on NIFM since I can't test that now, it's better to leave it how it was
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement many objects, improve logging. (#42)</title>
<updated>2018-02-25T18:58:16+00:00</updated>
<author>
<name>Ac_K</name>
<email>Acoustik666@gmail.com</email>
</author>
<published>2018-02-25T18:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=e174100474fcfe484cc8e93c4db447886096615d'/>
<id>e174100474fcfe484cc8e93c4db447886096615d</id>
<content type='text'>
* Implement many objects, improve logging.

Change and rename folders of Services
Add Logging of IpcMessage.
Add "lm" Log Service.
Parse Errors of SetTerminateResult
Add Svc Calls.
Add many object implementations.

* Corrections

Forgotten Debug Conf

* Corrections 2

* Corrections 3

* Corrections 4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement many objects, improve logging.

Change and rename folders of Services
Add Logging of IpcMessage.
Add "lm" Log Service.
Parse Errors of SetTerminateResult
Add Svc Calls.
Add many object implementations.

* Corrections

Forgotten Debug Conf

* Corrections 2

* Corrections 3

* Corrections 4
</pre>
</div>
</content>
</entry>
</feed>
