| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-18 | [HLE/Kernel] Somewhat improved sync primitives | gdkchan | |
| 2018-04-13 | Add logclass, made changes to logging calls (#79) | emmauss | |
| * add logclass, made changes to logging calls * made enum parsing case insensitive * enable logclass on partial or complete match | |||
| 2018-04-08 | log calling method in logs (#71) | emmauss | |
| 2018-04-06 | Show service short name for unimplemented commands | gdkchan | |
| 2018-04-04 | Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap ↵ | gdkchan | |
| (0x4114) | |||
| 2018-03-30 | SVC: Add GetInfo type 20 (added in 5.0.0) to the list of explicitly ↵ | Ezekiel Bethel | |
| unimplemented types. (#68) | |||
| 2018-03-20 | Rename IpcServices -> Services | gdkchan | |
| 2018-03-19 | [WIP] Add support for events (#60) | gdkchan | |
| * 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 | |||
| 2018-03-15 | Improvements to audout (#58) | gdkchan | |
| * Some audout refactoring and improvements * More audio improvements * Change ReadAsciiString to use long for the Size, avoids some casting | |||
| 2018-03-12 | Allow more than one process, free resources on process dispose, implement ↵ | gdkchan | |
| SvcExitThread | |||
| 2018-03-10 | Do not sign-extend timestamps | gdkchan | |
| 2018-03-09 | Disable memory checks by default, even on debug, move ram memory allocation ↵ | gdkchan | |
| inside the CPU, since the size if fixed anyway, better heap region size | |||
| 2018-03-05 | Add MUL (vector by element), fix FCVTN, make svcs use MakeError too | gdkchan | |
| 2018-03-05 | Add FCVTL and FCVTN instruction (no Half support yet), stub SvcClearEvent | gdkchan | |
| 2018-02-27 | Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ↵ | gdkchan | |
| 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-25 | Refactor IPC services to have commands into separate classes, fix readme url | gdkchan | |
| 2018-02-24 | Update SvcSystem.cs (#40) | Ac_K | |
| * Update SvcSystem.cs Implement SvcGetInfo 0 * Update SvcSystem.cs | |||
| 2018-02-23 | Map heap on heap base region, fix for thread start on homebrew, add FCVTMU ↵ | gdkchan | |
| and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions | |||
| 2018-02-21 | Initiale hbmenu.nro support (#32) | Ac_K | |
| * Initiale hbmenu.nro support Implement missing SetScreenShotPermission object. Implement missing IsCurrentProcessBeingDebugged in SVC. Add a Extension variable to Executable. Add basic support of hbmenu.nro. * Homebrew.cs correction | |||
| 2018-02-21 | FspSrv improvements, also fix ImageEnd for NROs without a MOD0 section | gdkchan | |
| 2018-02-20 | Split main project into core,graphics and chocolarm4 subproject (#29) | emmauss | |
