summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #485 from Subv/more_servsGravatar bunnei2015-01-2518-1/+393
|\ \ \
| * | | Services/HID: Removed some files due to a rebase errorGravatar Subv2015-01-243-267/+0
| * | | Services: Stubbed more services.Gravatar Subv2015-01-2421-1/+660
* | | | cam_u.h: fix indentationGravatar archshift2015-01-221-2/+2
|/ / /
* | | Merge pull request #493 from archshift/ptmplayGravatar bunnei2015-01-225-0/+102
|\ \ \
| * | | Stubbed cam:u serviceGravatar archshift2015-01-213-0/+49
| * | | Stubbed ptm:play serviceGravatar archshift2015-01-213-0/+53
* | | | WaitSynchronization: Added a result code for invalid result, fixed bug.Gravatar bunnei2015-01-211-3/+9
* | | | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.Gravatar bunnei2015-01-213-25/+45
* | | | Thread: Use std::find in CheckWait_WaitObject.Gravatar bunnei2015-01-211-4/+5
* | | | Mutex: Cleanup and remove redundant code.Gravatar bunnei2015-01-213-47/+29
* | | | Kernel: Renamed some functions for clarity.Gravatar bunnei2015-01-217-10/+10
* | | | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.Gravatar bunnei2015-01-219-71/+42
* | | | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...Gravatar bunnei2015-01-219-23/+22
* | | | Event: Fix implementation of "non-sticky" events.Gravatar bunnei2015-01-211-0/+4
* | | | Session: Change to a WaitObject.Gravatar bunnei2015-01-213-2/+9
* | | | Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.Gravatar bunnei2015-01-212-1/+2
* | | | Mutex: Fix a bug where the thread should not wait if it already has the mutex.Gravatar bunnei2015-01-211-1/+4
* | | | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...Gravatar bunnei2015-01-214-20/+59
* | | | SVC: Removed a Sleep that made no senseGravatar bunnei2015-01-211-6/+1
* | | | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...Gravatar bunnei2015-01-215-38/+45
* | | | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.Gravatar bunnei2015-01-219-122/+63
* | | | WaitSynchronizationN: Improved commentsGravatar bunnei2015-01-211-7/+12
* | | | WaitSynchronizationN: Refactor to fix several bugsGravatar bunnei2015-01-218-79/+76
* | | | Kernel: Separate WaitSynchronization into Wait and Acquire methods.Gravatar bunnei2015-01-218-18/+59
* | | | WaitSynchronizationN: Handle case where handles=nullptr.Gravatar bunnei2015-01-211-0/+4
* | | | WaitSynchronizationN: Handle case where handle_count is invalid.Gravatar bunnei2015-01-211-3/+7
* | | | WaitSynchronizationN: Handle case where handle_count=0.Gravatar bunnei2015-01-211-19/+29
* | | | WaitSynchronizationN: Implement return valuesGravatar bunnei2015-01-2110-83/+189
* | | | Event: Fixed some bugs and cleanup (Subv)Gravatar bunnei2015-01-214-57/+16
* | | | Thread: Keep track of multiple wait objects.Gravatar bunnei2015-01-213-16/+30
* | | | Event: Get rid of permanent_lock hack.Gravatar bunnei2015-01-212-36/+8
* | | | WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.Gravatar bunnei2015-01-212-4/+17
* | | | Kernel: Added WaitObject and changed "waitable" objects inherit from it.Gravatar bunnei2015-01-218-71/+73
* | | | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-219-217/+327
|/ / /
* | | core: Fix a few docstringsGravatar Lioncash2015-01-204-4/+4
* | | Merge pull request #492 from archshift/aptGravatar bunnei2015-01-202-1/+4
|\ \ \
| * | | Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectivelyGravatar archshift2015-01-182-1/+4
| |/ /
* | | Merge pull request #383 from zhuowei/shared_pageGravatar bunnei2015-01-183-0/+109
|\ \ \ | |/ / |/| |
| * | Add some support for the shared page (currently 3d slider is implemented)Gravatar Zhuowei Zhang2015-01-153-0/+109
* | | APT: Fix typo in setting return code for NotifyToWaitGravatar bunnei2015-01-151-1/+1
* | | DSP: Removed useless spam log for SignalInterruptGravatar bunnei2015-01-151-5/+2
* | | Merge pull request #482 from yuriks/fix-vblankGravatar bunnei2015-01-152-35/+25
|\ \ \
| * | | GSP: Fix appending of interrupts to the shared memory bufferGravatar Yuri Kunde Schlesner2015-01-142-17/+12
| * | | GSP: Update framebuffer info on all interruptsGravatar Yuri Kunde Schlesner2015-01-141-12/+13
| * | | GPU: Fire GPU interrupts at the correct places.Gravatar Yuri Kunde Schlesner2015-01-141-6/+0
* | | | Merge pull request #481 from Subv/hm_bGravatar bunnei2015-01-141-7/+21
|\ \ \ \
| * | | | APT: Fixed the comment style in some variablesGravatar Sebastian Valle2015-01-141-2/+2
| * | | | APTU: Stubbed NotifyToWait, taken from 3dmoo.Gravatar Subv2015-01-131-7/+21
| |/ / /
* | | | Merge pull request #480 from Subv/arb_2Gravatar bunnei2015-01-143-4/+21
|\ \ \ \ | |/ / / |/| | |