gdkchan
|
76f3b1b3a4
|
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
|
2018-06-10 21:46:42 -03:00 |
|
gdkchan
|
b27944c0b5
|
Bump the maximum number of threads
|
2018-04-06 10:53:18 -03:00 |
|
gdkchan
|
5912bd2beb
|
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
|
2018-03-09 23:12:57 -03:00 |
|
gdkchan
|
4f177c9ee7
|
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
|
2018-03-06 17:28:03 -03:00 |
|
Ac_K
|
424e045940
|
More stubs (#47)
* Stubs implementations
Services Bsd, Nifm & 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
|
2018-02-28 17:58:04 -03:00 |
|
gdkchan
|
f876bd2a80
|
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
|
2018-02-27 20:45:07 -03:00 |
|
gdkchan
|
035efc913e
|
Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers
|
2018-02-24 11:19:28 -03:00 |
|
gdkchan
|
3936c93448
|
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
|
2018-02-23 21:59:38 -03:00 |
|