<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ryujinx/Ryujinx.HLE/OsHle, branch master</title>
<subtitle>A backup of the Ryujinx master git branch.
</subtitle>
<id>https://git.benis.co.uk/Ryujinx/atom?h=master</id>
<link rel='self' href='https://git.benis.co.uk/Ryujinx/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/'/>
<updated>2018-08-16T23:47:36+00:00</updated>
<entry>
<title>Code style fixes and nits on the HLE project (#355)</title>
<updated>2018-08-16T23:47:36+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-08-16T23:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=521751795a1c97c0d97f6f8904a3be69b13d3a9d'/>
<id>urn:sha1:521751795a1c97c0d97f6f8904a3be69b13d3a9d</id>
<content type='text'>
* Some style fixes and nits on ITimeZoneService

* Remove some unneeded usings

* Remove the Ryujinx.HLE.OsHle.Handles namespace

* Remove hbmenu automatic load on process exit

* Rename Ns to Device, rename Os to System, rename SystemState to State

* Move Exceptions and Utilities out of OsHle

* Rename OsHle to HOS

* Rename OsHle folder to HOS

* IManagerDisplayService and ISystemDisplayService style fixes

* BsdError shouldn't be public

* Add a empty new line before using static

* Remove unused file

* Some style fixes on NPDM

* Exit gracefully when the application is closed

* Code style fixes on IGeneralService

* Add 0x prefix on values printed as hex

* Small improvements on finalization code

* Move ProcessId and ThreadId out of AThreadState

* Rename VFs to FileSystem

* FsAccessHeader shouldn't be public. Also fix file names casing

* More case changes on NPDM

* Remove unused files

* Move using to the correct place on NPDM

* Use properties on KernelAccessControlMmio

* Address PR feedback
</content>
</entry>
<entry>
<title>More flexible memory manager (#307)</title>
<updated>2018-08-15T18:59:51+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-08-15T18:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=c393cdf8e3775bc95850e4d8c8e4c446b286d3b4'/>
<id>urn:sha1:c393cdf8e3775bc95850e4d8c8e4c446b286d3b4</id>
<content type='text'>
* Keep track mapped buffers with fixed offsets

* Started rewriting the memory manager

* Initial support for MapPhysicalMemory and UnmapPhysicalMemory, other tweaks

* MapPhysicalMemory/UnmapPhysicalMemory support, other tweaks

* Rebased

* Optimize the map/unmap physical memory svcs

* Integrate shared font support

* Fix address space reserve alignment

* Some fixes related to gpu memory mapping

* Some cleanup

* Only try uploading const buffers that are really used

* Check if memory region is contiguous

* Rebased

* Add missing count increment on IsRegionModified

* Check for reads/writes outside of the address space, optimize translation with a tail call
</content>
</entry>
<entry>
<title>Implement ITimeZone 201, 202 (#327)</title>
<updated>2018-08-15T18:53:23+00:00</updated>
<author>
<name>emmauss</name>
<email>emmausssss@gmail.com</email>
</author>
<published>2018-08-15T18:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=76d95dee05e3c51c18e1799f54cc407e0f633b4e'/>
<id>urn:sha1:76d95dee05e3c51c18e1799f54cc407e0f633b4e</id>
<content type='text'>
* Implement ITimeZone 201, 202

* fix alignment

* fix array count

* fix mismatching datetime kind and timezone
</content>
</entry>
<entry>
<title>Better support for user accounts (#349)</title>
<updated>2018-08-14T22:02:42+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-08-14T22:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=9ac5583513070f3f58225250ff2b1edaa080969c'/>
<id>urn:sha1:9ac5583513070f3f58225250ff2b1edaa080969c</id>
<content type='text'>
* Better support for user accounts

* Nits

* Check for invalid ids
</content>
</entry>
<entry>
<title>Implement IProfile Get and GetBase (#266)</title>
<updated>2018-08-14T00:13:01+00:00</updated>
<author>
<name>emmauss</name>
<email>emmausssss@gmail.com</email>
</author>
<published>2018-08-14T00:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=17f54b5d78ac9ee83419dc204a02e3887bdca8e4'/>
<id>urn:sha1:17f54b5d78ac9ee83419dc204a02e3887bdca8e4</id>
<content type='text'>
* implement IProfile Get(Base)

* use default user

* changed userid
</content>
</entry>
<entry>
<title>Implement AcquireNpadStyleSetUpdate event (#306)</title>
<updated>2018-08-13T21:31:09+00:00</updated>
<author>
<name>emmauss</name>
<email>emmausssss@gmail.com</email>
</author>
<published>2018-08-13T21:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=6e483120527c749854066b1ab0c5a1d53d49f0e3'/>
<id>urn:sha1:6e483120527c749854066b1ab0c5a1d53d49f0e3</id>
<content type='text'>
* implement get npad set event

* move npad style set event to hid service

* fix spacing

* change event to field

* dispose event
</content>
</entry>
<entry>
<title>fix DockedMode variable</title>
<updated>2018-08-11T13:31:34+00:00</updated>
<author>
<name>Unknown</name>
<email>gregoire.hage@gmail.com</email>
</author>
<published>2018-08-11T13:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=1f983d981e9d164619923d504743b5b2daf3b701'/>
<id>urn:sha1:1f983d981e9d164619923d504743b5b2daf3b701</id>
<content type='text'>
delete unneeded spaces

fix DockedMode variable

fix DockedMode variable

change PerformanceMode cast to int
align ICommonStateGetter Commands</content>
</entry>
<entry>
<title>Merge pull request #304 from emmauss/listdisplays</title>
<updated>2018-08-11T12:32:56+00:00</updated>
<author>
<name>emmauss</name>
<email>emmausssss@gmail.com</email>
</author>
<published>2018-08-11T12:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=8482e16dcc18820578726ae5cd8bc1d4a3388615'/>
<id>urn:sha1:8482e16dcc18820578726ae5cd8bc1d4a3388615</id>
<content type='text'>
Implemented IApplicationDisplayService:ListDisplays</content>
</entry>
<entry>
<title>fix dock mode style issues</title>
<updated>2018-08-11T12:24:55+00:00</updated>
<author>
<name>emmauss</name>
<email>emmausssss@gmail.com</email>
</author>
<published>2018-08-11T12:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=402a143ae1d25d9680f999bf0ab0af79add9c320'/>
<id>urn:sha1:402a143ae1d25d9680f999bf0ab0af79add9c320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the ability to set or not docked mode via config file (#227)</title>
<updated>2018-08-11T12:12:28+00:00</updated>
<author>
<name>greggameplayer</name>
<email>33609333+greggameplayer@users.noreply.github.com</email>
</author>
<published>2018-08-11T12:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=1fd4311e121771782055a220d86b95e9a1f990ee'/>
<id>urn:sha1:1fd4311e121771782055a220d86b95e9a1f990ee</id>
<content type='text'>
* Add a toggleable DockedMode bool
</content>
</entry>
</feed>
