summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2016-06-04service: Add other DLP servicesLioncash
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl
2016-05-29Merge pull request #1692 from Subv/rm_getpointer2bunnei
2016-05-28Merge pull request #1756 from wwylele/config-cleanupbunnei
2016-05-28Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types ...Subv
2016-05-28Memory: Make ReadBlock and WriteBlock accept void pointers.Subv
2016-05-28SOC_U: Remove usage of GetPointerSubv
2016-05-28SSL_C: Remove use of Memory::GetPointerMerryMage
2016-05-28GSP_GPU: Remove use of Memory::GetPointerMerryMage
2016-05-28DSP_DSP: Remove use of Memory::GetPointerMerryMage
2016-05-28FS/Archive: Remove use of Memory::GetPointerMerryMage
2016-05-26Merge pull request #1855 from MerryMage/memory-headers-20160526Mat M
2016-05-26Memory: Added necessary headers and removed unnecessary headerMerryMage
2016-05-24New3DS: Minor style cleanup to #1520.bunnei
2016-05-24Merge pull request #1520 from JamePeng/checknew3dsbunnei
2016-05-21CFG: Remove use of Memory::GetPointerMerryMage
2016-05-21APT: Remove use of Memory::GetPointerMerryMage
2016-05-21Kernel/Thread: Remove use of Memory::GetPointerMerryMage
2016-05-21Applets/swkdb: Remove use of Memory::GetPointerMerryMage
2016-05-21SVC::WaitSynchronizationN: Reschedule at the endwwylele
2016-05-17Update ACT:U and create ACT:A (#1809)AndrĂ¡s Domonkos
2016-05-17Merge pull request #1800 from JayFoxRox/set-fpscrbunnei
2016-05-17Set fpscr for new threadsJannik Vogel
2016-05-15DSP_DSP: Remove GetHeadphoneStatus logspam (#1799)Maribel
2016-05-14Memory: Fixed a regression caused by #1695 and #1689.Subv
2016-05-13Merge pull request #1689 from Subv/shmembunnei
2016-05-12Merge pull request #1695 from Subv/tls_allocbunnei
2016-05-12HLE/Applets: Give each applet its own block of heap memory, and use that when...Subv
2016-05-12Kernel: Account for automatically-allocated shared memories in the amount of ...Subv
2016-05-12APT: Move the shared font loading and relocation functions to their own subdi...Subv
2016-05-12Kernel/SharedMemory: Log an error when Map fails.Subv
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-05-12APT: Implement relocating the shared font to its true address.Subv
2016-05-12Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Subv
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-05-12Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Subv
2016-05-08Merge pull request #1766 from Subv/log_cpubunnei
2016-05-07Merge pull request #1718 from alex-laties/fixup-type-conversionsbunnei
2016-05-07Merge pull request #1761 from Subv/applets_fbbunnei
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Subv
2016-05-07HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Subv
2016-05-05Merge pull request #1762 from bunnei/globalbunnei
2016-05-05HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei
2016-05-05Layout Mii parameters input/output, and return success as result of applet workmailwl
2016-05-03clean up config blockwwylele
2016-05-02Merge pull request #1732 from wwylele/config00170000bunnei
2016-05-01remove duplicated function declarationwwylele
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot