summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add some support for the shared page (currently 3d slider is implemented)Gravatar Zhuowei Zhang2015-01-153-0/+109
* Threads: Use a dummy idle thread when no other are ready.Gravatar Subv2015-01-073-1/+35
* Merge pull request #404 from bunnei/more-frame-synch-fixesGravatar bunnei2015-01-071-1/+4
|\
| * GSP: Toggle active framebuffer each frameGravatar bunnei2015-01-071-1/+4
* | Merge pull request #431 from yuriks/thread-queue-cleanupGravatar bunnei2015-01-071-1/+1
|\ \
| * | Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-071-1/+1
* | | Fix double-free in Service manager during shutdownGravatar Yuri Kunde Schlesner2015-01-072-25/+4
|/ /
* | Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-064-18/+23
|\ \ | |/ |/|
| * Archives: Changed the unimplemented archives comment.Gravatar Subv2015-01-061-1/+1
| * Archives: Addressed some commentsGravatar Subv2015-01-061-2/+2
| * Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-042-4/+4
| * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-034-15/+20
| * Archives: Change the folder layout of some archives.Gravatar Subv2015-01-022-2/+2
* | Merge pull request #413 from purpasmart96/serv_cleanGravatar bunnei2015-01-057-33/+36
|\ \
| * | Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-057-33/+36
* | | Merge pull request #272 from rohit-n/sign-compareGravatar bunnei2015-01-051-4/+4
|\ \ \
| * | | Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-01-011-4/+4
| |/ /
* | | DSP: Signal (faked) interrupt on every frame.Gravatar bunnei2015-01-052-4/+21
* | | Merge pull request #407 from Subv/arbiterGravatar bunnei2015-01-051-0/+11
|\ \ \
| * | | AddressArbiter: Ported arbitration type 2 from 3dmoo.Gravatar Subv2015-01-031-0/+11
| | |/ | |/|
* | | Merge pull request #408 from Subv/mutexGravatar bunnei2015-01-041-2/+2
|\ \ \
| * | | Mutex: Add the calling thread to the waiting list when neededGravatar Subv2015-01-041-2/+2
| |/ /
* | | Merge pull request #386 from archshift/y2ruGravatar bunnei2015-01-043-0/+70
|\ \ \ | |/ / |/| |
| * | Stub the y2r:u serviceGravatar archshift2015-01-033-0/+70
| |/
* | Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-022-4/+5
* | SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-022-3/+35
* | Merge pull request #391 from lioncash/pedanticGravatar bunnei2015-01-021-3/+3
|\ \
| * | archive: Fix initializer list orderGravatar Lioncash2015-01-021-3/+3
| |/
* / soc_u: Fix a missing formatting argumentGravatar Lioncash2015-01-021-1/+1
|/
* SOC_U: Preliminary implementation of sockets.Gravatar Subv2014-12-314-22/+721
* APT:A: Some style changesGravatar Subv2014-12-291-12/+12
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-295-45/+94
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-2813-168/+209
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-288-15/+15
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-2812-54/+54
* Merge pull request #339 from bunnei/fixup-gsp-synchGravatar bunnei2014-12-251-0/+8
|\
| * ARM: Add a mechanism for faking CPU time elapsed during HLE.Gravatar bunnei2014-12-251-0/+8
* | Merge pull request #330 from purpasmart96/new_srvGravatar bunnei2014-12-2560-305/+355
|\ \
| * | More services & small clean upsGravatar purpasmart962014-12-2560-305/+355
* | | Stubbed IsSdmcWriteable to always return writeable.Gravatar archshift2014-12-231-1/+18
| |/ |/|
* | Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-221-2/+2
|\ \ | |/ |/|
| * More warning cleanupsGravatar Chin2014-12-211-2/+2
* | CFG: Fixed some warnings and errors in ClangGravatar Subv2014-12-212-4/+4
* | CFG: More style changesGravatar Subv2014-12-211-5/+5
* | CFGU: IndentationGravatar Subv2014-12-211-4/+3
* | CFG: Some indentationGravatar Subv2014-12-211-11/+13
* | CFG: Changed the CreateConfigInfoBlk search loopGravatar Subv2014-12-211-7/+4
* | CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cppGravatar Subv2014-12-212-2/+2
* | CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-219-485/+610
* | CFGU: Some changesGravatar Subv2014-12-211-12/+33