aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* HW: Fix a stupid issue which led to unknown register reads/writes.Gravatar Tony Wasserka2015-07-13
* Merge pull request #921 from linkmauve/fix-appletGravatar bunnei2015-07-12
|\
* | Kernel: Add CodeSet case to Object::IsWaitableGravatar Yuri Kunde Schlesner2015-07-12
| * Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-12
|/
* Merge pull request #823 from Subv/applets_drawingGravatar bunnei2015-07-11
|\
| * Applets: Reworked how the Applet update event is handled.Gravatar Subv2015-07-11
* | Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-11
* | Memory: Fix unmapping of pagesGravatar Yuri Kunde Schlesner2015-07-11
* | Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunGravatar Yuri Kunde Schlesner2015-07-11
* | Loader: Make 3dsx loader logs a bit less confusingGravatar Yuri Kunde Schlesner2015-07-11
* | Kernel: Remove unused member from EventGravatar Yuri Kunde Schlesner2015-07-11
| * Applets: Add infrastructure to allow custom drawing and input handling in App...Gravatar Subv2015-07-11
| * HLE/APT: Initial HLE support for applets.Gravatar Subv2015-07-11
|/
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-10
|\
* | Loader: Remove log line causing warningGravatar aroulin2015-07-08
* | Merge pull request #797 from linkmauve/blended-downscalingGravatar bunnei2015-07-06
|\ \
* \ \ Merge pull request #885 from Subv/ipc_headersGravatar bunnei2015-07-06
|\ \ \
* | | | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-29
* | | | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-29
| | * | GPU: Implement blended downscaling for display transfers.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * | GPU: Use shifts instead of multiplications to calculate the actual size of th...Gravatar Emmanuel Gil Peyrot2015-06-28
| |/ / |/| |
| | * Core: Cleanup hw includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Core: Cleanup soc:U includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-28
| | * Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...Gravatar Emmanuel Gil Peyrot2015-06-27
| |/ |/|
| * Services/SOC: Added command headers to some of the soc commands.Gravatar Subv2015-06-25
|/
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-22
* Merge pull request #860 from yuriks/y2r-colorGravatar Yuri Kunde Schlesner2015-06-21
|\
| * Y2R: Rework conversion process, enabling support for all formatsGravatar Yuri Kunde Schlesner2015-06-21
* | Merge pull request #855 from purpasmart96/service_rearrangmentGravatar bunnei2015-06-21
|\ \
| | * Y2R: Re-organize how params are stored. Support SetConversionParamsGravatar Yuri Kunde Schlesner2015-06-20
| |/ |/|
* | kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-16
* | Merge pull request #866 from lioncash/typoGravatar Lioncash2015-06-16
|\ \
| * | hw: Fix mismatched Write callGravatar Lioncash2015-06-16
* | | vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-12
* | | vfp: Implement VMOVBCR/VMOVBRCGravatar Lioncash2015-06-12
|/ /
| * Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-11
|/
* arm_dyncom_thumb: Fix handling of writeback for thumb LDMIAGravatar Lioncash2015-06-04
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Gravatar Subv2015-06-01
* Merge pull request #838 from lioncash/thumbGravatar Lioncash2015-05-31
|\
| * arm_dyncom_thumb: Fix encoding of BKPT's immediateGravatar Lioncash2015-05-31
| * arm_dyncom_thumb: Implement CPS and SETENDGravatar Lioncash2015-05-31
| * arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Gravatar Lioncash2015-05-31
| * arm_dyncom_thumb: Implement REV, REV16, and REVSH.Gravatar Lioncash2015-05-31