summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-1059-120/+203
|\
| * Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-288-7/+18
| * Core: Cleanup soc:U includes.Gravatar Emmanuel Gil Peyrot2015-06-282-26/+36
| * Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-282-4/+6
| * Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-2821-38/+72
| * Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-288-14/+14
| * CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-288-4/+17
| * Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-2810-16/+22
| * Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-283-3/+4
| * Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-287-0/+7
| * Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...Gravatar Emmanuel Gil Peyrot2015-06-271-8/+7
* | Loader: Remove log line causing warningGravatar aroulin2015-07-081-1/+0
* | Merge pull request #797 from linkmauve/blended-downscalingGravatar bunnei2015-07-061-33/+46
|\ \
| * | GPU: Implement blended downscaling for display transfers.Gravatar Emmanuel Gil Peyrot2015-06-281-27/+40
| * | GPU: Use shifts instead of multiplications to calculate the actual size of th...Gravatar Emmanuel Gil Peyrot2015-06-281-6/+6
| |/
* | Merge pull request #885 from Subv/ipc_headersGravatar bunnei2015-07-061-5/+13
|\ \
| * | Services/SOC: Added command headers to some of the soc commands.Gravatar Subv2015-06-251-5/+13
| |/
* | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-292-4/+2
* | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-294-42/+53
|/
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-223-7/+43
* Merge pull request #860 from yuriks/y2r-colorGravatar Yuri Kunde Schlesner2015-06-215-174/+734
|\
| * Y2R: Rework conversion process, enabling support for all formatsGravatar Yuri Kunde Schlesner2015-06-215-163/+695
| * Y2R: Re-organize how params are stored. Support SetConversionParamsGravatar Yuri Kunde Schlesner2015-06-201-72/+100
* | Merge pull request #855 from purpasmart96/service_rearrangmentGravatar bunnei2015-06-2173-635/+1186
|\ \ | |/ |/|
| * Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-1173-635/+1186
* | kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-169-113/+68
* | Merge pull request #866 from lioncash/typoGravatar Lioncash2015-06-161-1/+1
|\ \
| * | hw: Fix mismatched Write callGravatar Lioncash2015-06-161-1/+1
| |/
* | vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-123-4/+8
* | vfp: Implement VMOVBCR/VMOVBRCGravatar Lioncash2015-06-122-5/+8
|/
* arm_dyncom_thumb: Fix handling of writeback for thumb LDMIAGravatar Lioncash2015-06-041-5/+19
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Gravatar Subv2015-06-014-14/+38
* Merge pull request #838 from lioncash/thumbGravatar Lioncash2015-05-311-3/+40
|\
| * arm_dyncom_thumb: Fix encoding of BKPT's immediateGravatar Lioncash2015-05-311-1/+4
| * arm_dyncom_thumb: Implement CPS and SETENDGravatar Lioncash2015-05-311-0/+13
| * arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Gravatar Lioncash2015-05-311-0/+11
| * arm_dyncom_thumb: Implement REV, REV16, and REVSH.Gravatar Lioncash2015-05-311-2/+12
* | Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-311-1/+1
|\ \
| * | Move video_core/color.h to common/color.hGravatar archshift2015-05-301-1/+1
| |/
* | Merge pull request #832 from yuriks/refresh-rate-optionGravatar bunnei2015-05-312-4/+2
|\ \ | |/ |/|
| * Remove gpu_refresh_rate configuration optionGravatar Yuri Kunde Schlesner2015-05-292-4/+2
* | Merge pull request #810 from yuriks/memmapGravatar Yuri Kunde Schlesner2015-05-297-38/+491
|\ \
| * | Memmap: Remove unused global pointers to memory areasGravatar Yuri Kunde Schlesner2015-05-272-31/+8
| * | Kernel: Add VMManager to manage process address spacesGravatar Yuri Kunde Schlesner2015-05-276-16/+492
* | | Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-2938-105/+105
| |/ |/|
* | hid: Get rid of undefined behaviorGravatar Lioncash2015-05-271-2/+2
|/
* Merge pull request #826 from lioncash/tablesGravatar Yuri Kunde Schlesner2015-05-261-22/+11
|\
| * arm_dyncom_thumb: Merge STR/LDR table subsets.Gravatar Lioncash2015-05-261-22/+11
* | Merge pull request #825 from lioncash/dyncGravatar Lioncash2015-05-261-6/+1
|\ \
| * | arm_dyncom_interpreter: Remove unused variableGravatar Lioncash2015-05-261-5/+1