summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-19tests: Infrastructure for unit testsMerryMage
2016-05-14AudioCore: Implement time stretcher (#1737)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-12Move program_counter and call_stack from UnitState to interpreterJannik Vogel
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-05-11Merge pull request #1690 from JayFoxRox/tex-type-3bunnei
2016-05-11Turn ShaderSetup into structJannik Vogel
2016-05-11OpenGL: Implement texture type 3Jannik Vogel
2016-05-11Rasterizer: Implement texture type 3Jannik Vogel
2016-05-11Pica: Add tc0.w to OutputVertexJannik Vogel
2016-05-11Pica: Add texture type to stateJannik Vogel
2016-05-10Merge pull request #1621 from JayFoxRox/w-bufferbunnei
2016-05-10Merge pull request #1774 from lioncash/warnbunnei
2016-05-10gl_rasterizer: Fix compilation for debug buildsLioncash
2016-05-10gdbstub: Silence missing prototype warningsLioncash
2016-05-10OpenGL: Implement W-Buffers and fix depth-mappingJannik Vogel
2016-05-10Pica: Implement W-Buffer in SW rasterizerJannik Vogel
2016-05-10Merge pull request #1704 from JayFoxRox/pod-configlinkmauve
2016-05-09Merge pull request #1771 from lioncash/userbunnei
2016-05-09dyncom: Reset the context into user mode correctlyLioncash
2016-05-09source: Fix missing logging argumentsLioncash
2016-05-08swap: Get rid of pointer casting for swapping structsLioncash
2016-05-08swap: Get rid of undefined behavior in swapf and swapdLioncash
2016-05-08swap: Remove unused methodsLioncash
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-07Merge pull request #1736 from MerryMage/sdl2-sinkbunnei
2016-05-07HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Subv
2016-05-07AudioCore: SDL2 SinkMerryMage
2016-05-07HLE: Fix recent DSP change for Visual Studio.bunnei
2016-05-07Merge pull request #1544 from linkmauve/move-glad-initbunnei
2016-05-06fix:return proper errorwwylele
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
2016-05-05Merge pull request #1762 from bunnei/globalbunnei
2016-05-05HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei