summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Gravatar Subv2015-07-192-12/+31
* Change trace/unimplemented service call logs to use hexGravatar archshift2015-07-191-1/+1
* Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-181-10/+4
* Merge pull request #938 from Subv/querymemGravatar Yuri Kunde Schlesner2015-07-172-4/+24
|\
| * Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-172-4/+24
* | Merge pull request #937 from yuriks/codeset-leakGravatar bunnei2015-07-1712-8/+45
|\ \ | |/ |/|
| * Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-1712-8/+45
* | arm_dyncom_interpreter: Simplify assignment in SMLAWGravatar Lioncash2015-07-161-1/+1
|/
* Merge pull request #918 from yuriks/romfsGravatar bunnei2015-07-1617-97/+111
|\
| * Loader: Fix variable type and remove unused variableGravatar Yuri Kunde Schlesner2015-07-131-2/+1
| * Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-136-22/+22
| * Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-1310-50/+50
| * FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-139-32/+47
* | Merge pull request #904 from aroulin/y2r-narrowing-warningGravatar archshift2015-07-131-1/+1
|\ \ | |/ |/|
| * Y2R: Fix narrowing warningGravatar aroulin2015-07-121-1/+1
* | CiTrace: Clean up initialization method.Gravatar Tony Wasserka2015-07-132-70/+46
* | CiTrace: Record default vertex attributes.Gravatar Tony Wasserka2015-07-134-43/+57
* | Add CiTrace recording support.Gravatar Tony Wasserka2015-07-137-1/+419
* | GPU: Be robust against nullptr addresses; properly reset busy bits in the tri...Gravatar Tony Wasserka2015-07-131-27/+34
* | HW: Fix a stupid issue which led to unknown register reads/writes.Gravatar Tony Wasserka2015-07-131-0/+30
* | Merge pull request #921 from linkmauve/fix-appletGravatar bunnei2015-07-127-7/+32
|\ \
| * | Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-127-7/+32
| |/
* / Kernel: Add CodeSet case to Object::IsWaitableGravatar Yuri Kunde Schlesner2015-07-121-0/+1
|/
* Merge pull request #823 from Subv/applets_drawingGravatar bunnei2015-07-1111-58/+567
|\
| * Applets: Reworked how the Applet update event is handled.Gravatar Subv2015-07-117-35/+61
| * Applets: Add infrastructure to allow custom drawing and input handling in App...Gravatar Subv2015-07-117-39/+162
| * HLE/APT: Initial HLE support for applets.Gravatar Subv2015-07-119-50/+410
* | Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-1111-52/+223
* | Memory: Fix unmapping of pagesGravatar Yuri Kunde Schlesner2015-07-111-4/+2
* | Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunGravatar Yuri Kunde Schlesner2015-07-111-13/+16
* | Loader: Make 3dsx loader logs a bit less confusingGravatar Yuri Kunde Schlesner2015-07-111-6/+3
* | Kernel: Remove unused member from EventGravatar Yuri Kunde Schlesner2015-07-112-2/+1
|/
* 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