summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* svc: Fix compilation with LOG_TRACE enabledGravatar Lioncash2015-12-121-1/+1
* VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner2015-12-072-5/+5
* VideoCore: Rename HWRasterizer methods to be less confusingGravatar Yuri Kunde Schlesner2015-12-062-5/+5
* Merge pull request #1252 from Subv/camGravatar bunnei2015-12-031-0/+156
|\
| * Services/Cam: Added new log type and camera enums from 3dbrew.Gravatar Subv2015-11-231-0/+156
* | Kernel: Implement svcGetSystemInfoGravatar Yuri Kunde Schlesner2015-11-307-1/+95
* | Merge pull request #1225 from lioncash/cleanGravatar bunnei2015-11-281-12/+13
|\ \
| * | csnd_snd: Get rid of type punningGravatar Lioncash2015-10-281-12/+13
* | | Add stub functions for Initialize and GenerateRandomData in ssl:CGravatar polaris-2015-11-221-2/+51
| |/ |/|
* | Add Initialize and GenerateRandomData stubsGravatar polaris-2015-11-221-0/+2
|/
* Merge pull request #1165 from esoteric-programmer/masterGravatar bunnei2015-10-282-4/+66
|\
| * Added CSND stub.Gravatar Matthias Ernst2015-10-282-4/+66
* | Merge pull request #1208 from archshift/free-bytesGravatar bunnei2015-10-283-1/+42
|\ \
| * | Implement FS_User::GetFreeBytesGravatar archshift2015-10-273-1/+42
* | | Fix copy pasteGravatar Filiph Sandström2015-10-241-1/+1
* | | Fix wrong branchGravatar Filiph Sandström2015-10-231-0/+12
* | | Add GetTotalStepCount StubGravatar Filiph Sandström2015-10-231-1/+1
* | | Update ptm.hGravatar Filiph Sandström2015-10-231-0/+8
|/ /
* | Silence -Wsign-compare warnings.Gravatar Rohit Nirmal2015-10-061-1/+1
* | Service/CFG: Use a constexpr function for country initializationGravatar Emmanuel Gil Peyrot2015-09-301-4/+3
* | fix some xcode 7.0 warningsGravatar Martin Lindhe2015-09-291-1/+1
* | general: Silence some warnings when using clangGravatar Lioncash2015-09-165-10/+12
|/
* Service/CFG: Add default entry for block 0x000A0001 (birthday)Gravatar Yuri Kunde Schlesner2015-09-141-0/+6
* Service/CFG: Correct flags in 2 default blocksGravatar Yuri Kunde Schlesner2015-09-141-2/+2
* Service/CFG: Add additional blocks to default save dataGravatar Yuri Kunde Schlesner2015-09-141-0/+34
* Fix narrowing conversion warningGravatar Yuri Kunde Schlesner2015-09-141-1/+1
* Service/CFG: Move several private types from the header to the cppGravatar Yuri Kunde Schlesner2015-09-142-63/+49
* Service/CFG: Clean up default block creationGravatar Yuri Kunde Schlesner2015-09-142-27/+17
* GSP: Implement command 0x05, used for flushing cachesGravatar Yuri Kunde Schlesner2015-09-142-13/+34
* General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-111-1/+1
* General: Fix up doxygen commentsGravatar Lioncash2015-09-104-7/+4
* 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