<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ryujinx/Ryujinx.Core/OsHle/MemoryRegions.cs, 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-06-11T00:46:42+00:00</updated>
<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>urn:sha1:76f3b1b3a4637ec72abfbb8cbc0679f2e0ca838f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the maximum number of threads</title>
<updated>2018-04-06T13:53:18+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-04-06T13:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=b27944c0b5ab32a20a2927510e9b1bfa5700221e'/>
<id>urn:sha1:b27944c0b5ab32a20a2927510e9b1bfa5700221e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size</title>
<updated>2018-03-10T02:12:57+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-03-10T02:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=5912bd2beb42e1853fdcf11e4bb87e063a0ef35b'/>
<id>urn:sha1:5912bd2beb42e1853fdcf11e4bb87e063a0ef35b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More Vi/NvFlinger/NvDrv stubs, allow paths starting with //, do not allow paths that don't start with at least a /, increase map region size</title>
<updated>2018-03-06T20:28:03+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-03-06T20:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=4f177c9ee7452274f5e792349e9b443d78a27816'/>
<id>urn:sha1:4f177c9ee7452274f5e792349e9b443d78a27816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More stubs (#47)</title>
<updated>2018-02-28T20:58:04+00:00</updated>
<author>
<name>Ac_K</name>
<email>Acoustik666@gmail.com</email>
</author>
<published>2018-02-28T20:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=424e0459403fd7ffeb8980b16a6a9e3a1201c5e6'/>
<id>urn:sha1:424e0459403fd7ffeb8980b16a6a9e3a1201c5e6</id>
<content type='text'>
* Stubs implementations

Services Bsd, Nifm &amp; SSL stubs implementations
Objects IGeneralService, IRequest stubs implementations.
Fake-Fix GetAvailableLanguageCodes stub too ^^!

* More stubs

- Fix SvcGetInfo loops by gdkchan.
- Implement stub for Sfdnsres service.
- Add more stubs for Bsd service.

* Update ServiceSfdnsres.cs
</content>
</entry>
<entry>
<title>Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData</title>
<updated>2018-02-27T23:45:07+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-02-27T23:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=f876bd2a805805d9e5dc350b65e8d02fbc5b88b5'/>
<id>urn:sha1:f876bd2a805805d9e5dc350b65e8d02fbc5b88b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers</title>
<updated>2018-02-24T14:19:28+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-02-24T14:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=035efc913e7f2a68315d4206cef46672005b8442'/>
<id>urn:sha1:035efc913e7f2a68315d4206cef46672005b8442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Map heap on heap base region, fix for thread start on homebrew, add FCVTMU and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions</title>
<updated>2018-02-24T00:59:38+00:00</updated>
<author>
<name>gdkchan</name>
<email>gab.dark.100@gmail.com</email>
</author>
<published>2018-02-24T00:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=3936c934482a587635bc5a1e47962551aeb53aeb'/>
<id>urn:sha1:3936c934482a587635bc5a1e47962551aeb53aeb</id>
<content type='text'>
</content>
</entry>
</feed>
