summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr_ro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-106-3033/+0
|
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h
| * Fixed type conversion ambiguityHuw Pascoe2017-09-301-2/+4
| |
* | arm: Use 64-bit addressing in a bunch of places.bunnei2017-09-301-1/+1
|/
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+1
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* ldr_ro: use IPC helperwwylele2017-04-171-193/+138
|
* Doxygen: Amend minor issues (#2593)Mat M2017-02-271-2/+2
| | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
* Core: Remove unnecessary include in thread.hYuri Kunde Schlesner2017-02-271-0/+1
|
* core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-221-4/+4
|
* core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-221-4/+4
|
* Add all services to the Service namespaceLioncash2016-12-116-45/+36
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Fix typosRicardo de Almeida Gonzaga2016-10-201-1/+1
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-213-3/+3
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-215-10/+3
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-193-32/+38
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-184-334/+399
|
* LDR: Implement CROwwylele2016-08-276-0/+3029