.. |
Exceptions
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |
Handles
|
Allow multiple hid shared memory locations
|
2018-03-05 02:09:52 -03:00 |
Ipc
|
Allow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks
|
2018-03-10 20:39:16 -03:00 |
Services
|
Implement BSD Service (#54)
|
2018-03-11 22:05:39 -03:00 |
Svc
|
Do not sign-extend timestamps
|
2018-03-10 20:51:55 -03:00 |
Utilities
|
Implement BSD Service (#54)
|
2018-03-11 22:05:39 -03:00 |
CondVar.cs
|
Try fixing NvFlinger rotation with scaling, return correct error code on WaitSignal timeout, always display window at the center of the screen
|
2018-03-04 20:32:18 -03:00 |
Display.cs
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |
ErrorCode.cs
|
Add MUL (vector by element), fix FCVTN, make svcs use MakeError too
|
2018-03-05 16:18:37 -03:00 |
ErrorModule.cs
|
Add MUL (vector by element), fix FCVTN, make svcs use MakeError too
|
2018-03-05 16:18:37 -03:00 |
FileDesc.cs
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |
Homebrew.cs
|
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 |
Horizon.cs
|
Allow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks
|
2018-03-10 20:39:16 -03:00 |
KernelErr.cs
|
Add MUL (vector by element), fix FCVTN, make svcs use MakeError too
|
2018-03-05 16:18:37 -03:00 |
MemoryRegions.cs
|
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 |
MemoryType.cs
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |
Mutex.cs
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |
Process.cs
|
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 |
ServiceCtx.cs
|
Split main project into core,graphics and chocolarm4 subproject (#29)
|
2018-02-20 17:09:23 -03:00 |