aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* | | arm_dyncom_interpreter: Simplify assignment in SMLAWGravatar Lioncash2015-07-16
|/ /
* | Merge pull request #918 from yuriks/romfsGravatar bunnei2015-07-16
|\ \
* \ \ Merge pull request #904 from aroulin/y2r-narrowing-warningGravatar archshift2015-07-13
|\ \ \
| | * | Loader: Fix variable type and remove unused variableGravatar Yuri Kunde Schlesner2015-07-13
| | * | Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-13
| | * | Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-13
| | * | FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-13
| |/ / |/| |
* | | CiTrace: Clean up initialization method.Gravatar Tony Wasserka2015-07-13
* | | CiTrace: Record default vertex attributes.Gravatar Tony Wasserka2015-07-13
* | | Add CiTrace recording support.Gravatar Tony Wasserka2015-07-13
* | | GPU: Be robust against nullptr addresses; properly reset busy bits in the tri...Gravatar Tony Wasserka2015-07-13
* | | 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
|/ / /
| * / Y2R: Fix narrowing warningGravatar aroulin2015-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