summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2015-01-21Mutex: Fix a bug where the thread should not wait if it already has the mutex.bunnei
2015-01-21Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...bunnei
2015-01-21SVC: Removed a Sleep that made no sensebunnei
2015-01-21AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...bunnei
2015-01-21Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.bunnei
2015-01-21WaitSynchronizationN: Improved commentsbunnei
2015-01-21WaitSynchronizationN: Refactor to fix several bugsbunnei
2015-01-21Kernel: Separate WaitSynchronization into Wait and Acquire methods.bunnei
2015-01-21WaitSynchronizationN: Handle case where handles=nullptr.bunnei
2015-01-21WaitSynchronizationN: Handle case where handle_count is invalid.bunnei
2015-01-21WaitSynchronizationN: Handle case where handle_count=0.bunnei
2015-01-21WaitSynchronizationN: Implement return valuesbunnei
2015-01-21Event: Fixed some bugs and cleanup (Subv)bunnei
2015-01-21Thread: Keep track of multiple wait objects.bunnei
2015-01-21Event: Get rid of permanent_lock hack.bunnei
2015-01-21WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.bunnei
2015-01-21Kernel: Added WaitObject and changed "waitable" objects inherit from it.bunnei
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2015-01-20core: Fix a few docstringsLioncash
2015-01-20Merge pull request #492 from archshift/aptbunnei
2015-01-18Merge pull request #383 from zhuowei/shared_pagebunnei
2015-01-18Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectivelyarchshift
2015-01-15Add some support for the shared page (currently 3d slider is implemented)Zhuowei Zhang
2015-01-15APT: Fix typo in setting return code for NotifyToWaitbunnei
2015-01-15DSP: Removed useless spam log for SignalInterruptbunnei
2015-01-15Merge pull request #482 from yuriks/fix-vblankbunnei
2015-01-14Merge pull request #481 from Subv/hm_bbunnei
2015-01-14APT: Fixed the comment style in some variablesSebastian Valle
2015-01-14Merge pull request #480 from Subv/arb_2bunnei
2015-01-14GSP: Fix appending of interrupts to the shared memory bufferYuri Kunde Schlesner
2015-01-14GSP: Update framebuffer info on all interruptsYuri Kunde Schlesner
2015-01-14GPU: Fire GPU interrupts at the correct places.Yuri Kunde Schlesner
2015-01-13APTU: Stubbed NotifyToWait, taken from 3dmoo.Subv
2015-01-13AddrArbiter: Implement arbitration types 3 and 4.Subv
2015-01-13Services: Added some missing services.Subv
2015-01-11Fix building on MinGWdarkf
2015-01-11Merge pull request #456 from Subv/waitsync1bunnei
2015-01-11Merge pull request #466 from Subv/wakebunnei
2015-01-11Thread: Prevent waking a thread multiple times.Subv
2015-01-11SVC: Wake up the thread after the delay in WaitSync1Subv
2015-01-10Stubbed y2r:u IsBusyConversionarchshift
2015-01-10Added Archive ID to fs:USER debug logs involving opening the archive.archshift
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-09Kernel: Don't re-assign object's handle when duplicating oneYuri Kunde Schlesner
2015-01-09Merge pull request #444 from yuriks/handle-reform2bunnei
2015-01-09Merge pull request #436 from kevinhartman/system-corebunnei
2015-01-09Thread: Fix nullptr access in a logging functionYuri Kunde Schlesner
2015-01-09Thread: Rename thread_queue => thread_listYuri Kunde Schlesner
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner