aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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
2015-01-09Kernel: Move Thread's definition to the header fileYuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08Merge pull request #255 from Subv/cbranch_3bunnei
2015-01-08SVC: Implemented the Timer service calls.Subv
2015-01-08SVC: Fixed SleepThread.Subv
2015-01-07Threads: Use a dummy idle thread when no other are ready.Subv
2015-01-07Merge pull request #404 from bunnei/more-frame-synch-fixesbunnei
2015-01-07GSP: Toggle active framebuffer each framebunnei
2015-01-07Merge pull request #431 from yuriks/thread-queue-cleanupbunnei
2015-01-07Warn if a new thread is intended to be run on the system CPU core until we im...Kevin Hartman
2015-01-07Common: Clean up ThreadQueueListYuri Kunde Schlesner
2015-01-07Fix double-free in Service manager during shutdownYuri Kunde Schlesner
2015-01-06Merge pull request #376 from Subv/arc_reorderbunnei
2015-01-06Archives: Changed the unimplemented archives comment.Subv
2015-01-06Archives: Addressed some commentsSubv
2015-01-05Merge pull request #413 from purpasmart96/serv_cleanbunnei
2015-01-05Merge pull request #272 from rohit-n/sign-comparebunnei
2015-01-05Services: Clean up a few things and add a few function namespurpasmart96
2015-01-05DSP: Signal (faked) interrupt on every frame.bunnei
2015-01-05Merge pull request #407 from Subv/arbiterbunnei
2015-01-04Merge pull request #408 from Subv/mutexbunnei
2015-01-04Merge pull request #386 from archshift/y2rubunnei
2015-01-04Mutex: Add the calling thread to the waiting list when neededSubv
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv
2015-01-03Archives: Changed the way paths are built for the archives.Subv
2015-01-03Stub the y2r:u servicearchshift
2015-01-03AddressArbiter: Ported arbitration type 2 from 3dmoo.Subv
2015-01-02Archives: Change the folder layout of some archives.Subv
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
2015-01-02SaveDataCheck: Preliminary work in this archive.Subv
2015-01-02Merge pull request #391 from lioncash/pedanticbunnei
2015-01-02archive: Fix initializer list orderLioncash
2015-01-02soc_u: Fix a missing formatting argumentLioncash