summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1101 from archshift/camu-service-namesGravatar bunnei2015-09-031-3/+60
|\
| * Add cam:u service function names to its function tableGravatar archshift2015-09-031-3/+60
* | Merge pull request #1072 from yuriks/GetSystemTick-advance-timeGravatar bunnei2015-09-011-1/+4
|\ \ | |/ |/|
| * SVC: Advance time when calling GetSystemTick to escape busy-wait loopsGravatar Yuri Kunde Schlesner2015-08-301-1/+4
* | Kernel: Fix wrong linear heap base on titles using newer kernelsGravatar Yuri Kunde Schlesner2015-08-271-1/+1
* | Kernel: Fix assertion failure when ControlMemory is called with size=0Gravatar Yuri Kunde Schlesner2015-08-261-0/+8
* | Core: Improve APT Shared Font hackGravatar Yuri Kunde Schlesner2015-08-263-4/+29
|/
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-242-0/+9
* Merge pull request #1025 from yuriks/heap-managementGravatar Yuri Kunde Schlesner2015-08-2219-88/+659
|\
| * Kernel: Remove unused legacy heap MapBlock_* functionsGravatar Yuri Kunde Schlesner2015-08-162-77/+0
| * APT: Adjust shared font hack so it works with the new linear heap codeGravatar Yuri Kunde Schlesner2015-08-161-10/+11
| * Kernel: Implement svcGetProcessInfo in a basic wayGravatar Yuri Kunde Schlesner2015-08-165-2/+70
| * Kernel: Add more infrastructure to support different memory layoutsGravatar Yuri Kunde Schlesner2015-08-168-27/+139
| * HLE: Remove empty ConfigMem and SharedPage Shutdown functionsGravatar Yuri Kunde Schlesner2015-08-165-10/+0
| * Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Gravatar Yuri Kunde Schlesner2015-08-164-2/+161
| * Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2015-08-163-3/+0
| * Process: Store kernel compatibility version during loadingGravatar Yuri Kunde Schlesner2015-08-162-3/+7
| * Kernel: Properly implement ControlMemory FREE and COMMITGravatar Yuri Kunde Schlesner2015-08-165-36/+338
| * VMManager: Introduce names for used ResultCodesGravatar Yuri Kunde Schlesner2015-08-162-6/+11
| * VMManager: Make LogLayout log level configurable as a parameterGravatar Yuri Kunde Schlesner2015-08-163-5/+15
| * VMManager: Change block offsets to size_tGravatar Yuri Kunde Schlesner2015-08-162-3/+3
* | GPU: Implement TextureCopy-mode display transfersGravatar Yuri Kunde Schlesner2015-08-162-11/+25
|/
* core: Eliminate some unused variable warningsGravatar Lioncash2015-07-292-3/+5
* core: Fix missing prototype warningsGravatar Lioncash2015-07-291-0/+1
* Merge pull request #1009 from lioncash/tableGravatar Yuri Kunde Schlesner2015-07-291-1/+2
|\
| * am_net: Add missing function to the function tableGravatar Lioncash2015-07-291-0/+1
| * am_net: Add correct function name to the function tableGravatar Lioncash2015-07-291-1/+1
* | Merge pull request #982 from Subv/homeGravatar bunnei2015-07-297-18/+84
|\ \ | |/ |/|
| * Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Gravatar Subv2015-07-236-5/+36
| * Service/APT: Return proper parameters in GetLockHandle.Gravatar Subv2015-07-234-14/+49
* | Merge pull request #899 from zawata/Winsock-DeprecationGravatar bunnei2015-07-281-2/+8
|\ \
| * | SOC:U : Update deprecated function gethostbyname() to getaddrinfo()Gravatar zawata2015-07-191-2/+8
* | | Merge pull request #873 from jroweboy/input_arrayGravatar Tony Wasserka2015-07-282-1/+14
|\ \ \
| * | | Move input values into an arrayGravatar James Rowe2015-07-272-1/+14
* | | | dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-251-1/+1
|/ / /
* | | Merge pull request #888 from zawata/Warning-Fixes-2Gravatar Yuri Kunde Schlesner2015-07-252-3/+3
|\ \ \
| * | | Core\HLE : Fix WarningGravatar zawata2015-07-172-3/+3
| |/ /
* | | Merge pull request #983 from yuriks/null-memory-fillGravatar Yuri Kunde Schlesner2015-07-231-13/+18
|\ \ \
| * | | GSP: Don't try to write memory fill registers if start address is 0Gravatar Yuri Kunde Schlesner2015-07-231-13/+18
| | |/ | |/|
* / | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-231-0/+7
|/ /
* | Merge pull request #962 from Subv/am_appGravatar bunnei2015-07-213-3/+33
|\ \
| * | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Gravatar Subv2015-07-213-3/+33
* | | Merge pull request #966 from Subv/logGravatar bunnei2015-07-211-4/+8
|\ \ \
| * | | Services/Logging: Log more useful information when some operations fail.Gravatar Subv2015-07-211-4/+8
| |/ /
* | | Merge pull request #957 from Subv/hwtest_crashGravatar bunnei2015-07-211-0/+8
|\ \ \
| * | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Gravatar Subv2015-07-201-0/+8
| |/ /
* | | dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-212-5/+4
* | | Services/CFG: Added some missing functions to cfg:sGravatar Subv2015-07-201-1/+3
|/ /
* | Merge pull request #939 from Subv/queryprocmemGravatar bunnei2015-07-202-6/+28
|\ \
| * | Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-172-6/+28