summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #185 from purpasmart96/mem_permGravatar bunnei2014-12-172-5/+13
|\
| * Kernel:Add missing permissions in shared memory & svcGravatar purpasmart962014-11-182-5/+13
* | Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-176-13/+95
* | Comment out empty arrays causing compile errors in MSVCGravatar Yuri Kunde Schlesner2014-12-162-6/+8
* | Merge pull request #283 from yuriks/archive-refactorGravatar bunnei2014-12-157-241/+245
|\ \
| * | Work around libstdc++'s lack of support for std::hash on enumsGravatar Yuri Kunde Schlesner2014-12-161-0/+15
| * | FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-163-196/+175
| * | Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-161-1/+1
| * | Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-161-2/+2
| * | Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-162-5/+5
| * | Service.FS: Do archive registration using IdCode instead of nameGravatar Yuri Kunde Schlesner2014-12-163-16/+27
| * | HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-167-36/+36
| * | HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-166-6/+5
* | | Merge pull request #282 from archshift/servicesGravatar bunnei2014-12-159-0/+221
|\ \ \ | |/ / |/| |
| * | Added stub for nim:aoc service...Gravatar archshift2014-12-153-0/+60
| * | Added stub for cecd:u service...Gravatar archshift2014-12-153-0/+52
| * | Added stub for ldr:ro service...Gravatar archshift2014-12-153-0/+57
| * | Added am:app service stub.Gravatar archshift2014-12-153-0/+52
* | | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-1514-104/+128
|/ /
* | Kernel/Semaphores: Fixed buildGravatar Subv2014-12-131-2/+2
* | Kernel/Semaphore: Small style changeGravatar Subv2014-12-131-1/+1
* | Kernel/Semaphores: Invert the available count checking.Gravatar Subv2014-12-131-11/+9
* | Kernel/Semaphores: Addressed some issues.Gravatar Subv2014-12-132-32/+18
* | Semaphore: Removed an unneeded functionGravatar Subv2014-12-131-5/+0
* | Semaphores: Addressed some style issuesGravatar Subv2014-12-131-6/+5
* | Semaphore: Implemented the initial_count parameter.Gravatar Subv2014-12-132-5/+7
* | SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-134-19/+81
* | SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-134-1/+115
* | kernel: Remove unused log argumentsGravatar Lioncash2014-12-131-3/+3
* | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-1320-191/+138
* | New logging systemGravatar Yuri Kunde Schlesner2014-12-131-0/+1
* | Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-122-35/+101
|\ \
| * | APT_U: Added GetSharedFont service function.Gravatar bunnei2014-12-121-34/+100
| * | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-121-1/+1
* | | DSP: Added stub for ReadPipeIfPossible.Gravatar bunnei2014-12-121-1/+45
|/ /
* | Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-103-37/+67
|\ \
| * | Mutex: Remove some forward declarationsGravatar Subv2014-12-071-16/+15
| * | Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-073-22/+56
| * | Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-051-12/+9
* | | CFG:U: Store country codes as u16 instead of char pointers, and return the co...Gravatar Emmanuel Gil Peyrot2014-12-101-44/+48
* | | GSP: Trigger GPU interrupts at more accurate locations.Gravatar bunnei2014-12-091-7/+6
* | | GSP: Updated TriggerCmdReqQueue to return success code.Gravatar bunnei2014-12-091-0/+3
* | | GSP: Updated RegisterInterruptRelayQueue to return expected magic number.Gravatar bunnei2014-12-091-1/+4
* | | GPU: Fixed bug in command list size decoding.Gravatar bunnei2014-12-091-1/+1
* | | Merge pull request #217 from archshift/cmd_buffGravatar bunnei2014-12-081-12/+12
|\ \ \
| * | | Log the cmd_buff arguments when citra comes across an unimplemented functionGravatar archshift2014-11-241-12/+12
* | | | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-083-11/+31
* | | | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-071-0/+5
| |/ / |/| |
* | | Merge pull request #250 from Subv/cbranch_2Gravatar bunnei2014-12-043-4/+31
|\ \ \
| * | | Threads: Remove a redundant function.Gravatar Subv2014-12-041-9/+1