aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-02-23Merge pull request #595 from linkmauve/new-3ds-inputbunnei
2015-02-23Merge pull request #581 from archshift/tfebunnei
2015-02-22GPU: Fixed RGBA8 as output format in a display transfer.Subv
2015-02-22Added information reporting from ThrowFatalErrorarchshift
2015-02-22Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot
2015-02-22Merge pull request #471 from archshift/pp3ports3bunnei
2015-02-22GPU: Add support for more framebuffer formats in display transfers.Tony Wasserka
2015-02-22Merge pull request #596 from kevinhartman/unaligned-cleanupbunnei
2015-02-22Merge pull request #594 from Subv/display_transferbunnei
2015-02-21Cleaned up unaligned access.Kevin Hartman
2015-02-21GPU: Fixed the RGBA8 input format and RGB8 output formatSubv
2015-02-20Merge pull request #588 from archshift/somebranchbunnei
2015-02-19Misc cleanup of common and related functionsarchshift
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-18Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift
2015-02-18Convert a few C stdlib asserts to Citra's own assertsarchshift
2015-02-18Merge pull request #580 from lioncash/emplacebunnei
2015-02-18GPU: Properly implement memory fills.Tony Wasserka
2015-02-18Merge pull request #570 from purpasmart96/config_membunnei
2015-02-17Merge pull request #582 from lioncash/warningsbunnei
2015-02-17Merge pull request #579 from lioncash/bkptbunnei
2015-02-17vfpinstr: Fix trivial signed/unsigned mismatch warningsLioncash
2015-02-17core/video_core: Use in-place construction where possibleLioncash
2015-02-17dyncom: Support conditional BKPT instructionsLioncash
2015-02-16ConfigMem: Clean up the Config memory to be more like the shared page and movedpurpasmart96
2015-02-16Services: Fixed "Tried to connect to named port err:f".Subv
2015-02-16Merge pull request #574 from lioncash/warnbunnei
2015-02-16dyncom: Actually set the destination register for USAD8/USADA8.Lioncash
2015-02-15vfpdouble: Use %p for printing pointer addresses.Lioncash
2015-02-15Merge pull request #539 from linkmauve/framebuffer-formatsbunnei
2015-02-15video_core: Implement the remaining framebuffer formats in the OpenGL renderer.Emmanuel Gil Peyrot
2015-02-15arm: Set the A bit on reset.Lioncash
2015-02-14Merge pull request #529 from Subv/masterbunnei
2015-02-13core: Apply static to local functionsLioncash
2015-02-13arm: General cleanupLioncash
2015-02-12dyncom: Switch the app and system cores into the correct mode at initializationLioncash
2015-02-12dyncom: Clean up the constructorLioncash
2015-02-12dyncom: Remove warning for SXTAHLioncash
2015-02-12arm: Remove ARMul_EmulateInitLioncash
2015-02-12Build: Fixed some warningsSubv
2015-02-12armdefs: Remove unnecessary extern CLioncash
2015-02-11Implemented WriteHWRegsWithMask for GSP.Kevin Hartman
2015-02-11arm: Remove ARM26 support.Lioncash
2015-02-11Merge pull request #559 from lioncash/cleanbunnei
2015-02-11arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash
2015-02-11arm: Change some more constants into enumsLioncash
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-10GSP: Fixed typo in SignalInterruptbunnei
2015-02-10Merge pull request #552 from bunnei/setbufferswap-fixbunnei
2015-02-10GSP: Call SetBufferSwap for each screen on corresponding signal interrupt.bunnei