aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-07-13HW: Fix a stupid issue which led to unknown register reads/writes.Tony Wasserka
2015-07-12Merge pull request #921 from linkmauve/fix-appletbunnei
2015-07-12Kernel: Add CodeSet case to Object::IsWaitableYuri Kunde Schlesner
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot
2015-07-12Y2R: Fix narrowing warningaroulin
2015-07-11Merge pull request #823 from Subv/applets_drawingbunnei
2015-07-11Applets: Reworked how the Applet update event is handled.Subv
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-07-11Memory: Fix unmapping of pagesYuri Kunde Schlesner
2015-07-11Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunYuri Kunde Schlesner
2015-07-11Loader: Make 3dsx loader logs a bit less confusingYuri Kunde Schlesner
2015-07-11Kernel: Remove unused member from EventYuri Kunde Schlesner
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in App...Subv
2015-07-11HLE/APT: Initial HLE support for applets.Subv
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-07-08Loader: Remove log line causing warningaroulin
2015-07-06Merge pull request #797 from linkmauve/blended-downscalingbunnei
2015-07-06Merge pull request #885 from Subv/ipc_headersbunnei
2015-06-29vfp: Change return type of VFPInit from unsigned int to void.Lioncash
2015-06-29vfp: Handle accesses to FPINST/FPINST2 system registersLioncash
2015-06-28GPU: Implement blended downscaling for display transfers.Emmanuel Gil Peyrot
2015-06-28GPU: Use shifts instead of multiplications to calculate the actual size of th...Emmanuel Gil Peyrot
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot
2015-06-27Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...Emmanuel Gil Peyrot
2015-06-25Services/SOC: Added command headers to some of the soc commands.Subv
2015-06-22Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner
2015-06-21Merge pull request #860 from yuriks/y2r-colorYuri Kunde Schlesner
2015-06-21Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner
2015-06-21Merge pull request #855 from purpasmart96/service_rearrangmentbunnei
2015-06-20Y2R: Re-organize how params are stored. Support SetConversionParamsYuri Kunde Schlesner
2015-06-16kernel: Fix svcWaitSynch to always acquire requested wait objects.bunnei
2015-06-16Merge pull request #866 from lioncash/typoLioncash
2015-06-16hw: Fix mismatched Write callLioncash
2015-06-12vfp: Handle accesses to the VFP media feature registersLioncash
2015-06-12vfp: Implement VMOVBCR/VMOVBRCLioncash
2015-06-11Services: Continue separation of services into their own folderspurpasmart96
2015-06-04arm_dyncom_thumb: Fix handling of writeback for thumb LDMIALioncash
2015-06-01ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv
2015-05-31Merge pull request #838 from lioncash/thumbLioncash
2015-05-31arm_dyncom_thumb: Fix encoding of BKPT's immediateLioncash
2015-05-31arm_dyncom_thumb: Implement CPS and SETENDLioncash
2015-05-31arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Lioncash