summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Kernel: Properly implement ControlMemory FREE and COMMITGravatar Yuri Kunde Schlesner2015-08-166-38/+338
| * | Memory: Move PAGE_MASK and PAGE_BITS to memory.hGravatar Yuri Kunde Schlesner2015-08-162-3/+2
| * | VMManager: Introduce names for used ResultCodesGravatar Yuri Kunde Schlesner2015-08-162-6/+11
| * | VMManager: Make LogLayout log level configurable as a parameterGravatar Yuri Kunde Schlesner2015-08-163-5/+15
| * | VMManager: Change block offsets to size_tGravatar Yuri Kunde Schlesner2015-08-162-3/+3
* | | Merge pull request #996 from yuriks/texture-copyGravatar Yuri Kunde Schlesner2015-08-184-36/+101
|\ \ \ | |_|/ |/| |
| * | GPU: Implement TextureCopy-mode display transfersGravatar Yuri Kunde Schlesner2015-08-164-36/+101
| |/
* | Merge pull request #1033 from bbarenblat/masterGravatar Yuri Kunde Schlesner2015-08-151-0/+6
|\ \
| * | Properly indicate that CIA support is not implemented yetGravatar Benjamin Barenblat2015-08-151-0/+4
| * | Give CIA file type a nameGravatar Benjamin Barenblat2015-08-151-0/+2
* | | Merge pull request #1032 from lioncash/swapGravatar bunnei2015-08-162-12/+6
|\ \ \ | |_|/ |/| |
| * | vfp: use std::swap where applicableGravatar Lioncash2015-08-152-12/+6
| |/
* / Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.Gravatar bunnei2015-08-151-0/+1
|/
* Merge pull request #1027 from lioncash/debuggerGravatar bunnei2015-08-134-1/+49
|\
| * arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash2015-08-064-1/+49
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-115-340/+345
* | arm_disasm: ARMv6 mul/div and abs media instructionsGravatar aroulin2015-08-112-1/+119
* | arm_disasm: ARMv6 parallel add/sub media instructionsGravatar aroulin2015-08-112-0/+167
* | arm_disasm: ARMv6 reversal media instructionsGravatar aroulin2015-08-092-0/+26
* | arm_disasm: ARMv6 saturation media instructionsGravatar aroulin2015-08-092-2/+55
* | arm_disasm: ARMv6 packing and sign-extend media instructionsGravatar aroulin2015-08-092-1/+181
* | Merge pull request #1026 from lioncash/disasmGravatar Lioncash2015-08-071-12/+4
|\ \ | |/ |/|
| * arm_disasm: Remove unnecessary codeGravatar Lioncash2015-08-061-12/+4
* | Disassembler: ARMv6K REX instructionsGravatar aroulin2015-08-062-6/+97
* | Disassembler: ARMv6K hint instructionsGravatar aroulin2015-08-062-0/+56
* | Merge pull request #1008 from lioncash/pcGravatar bunnei2015-07-302-21/+40
|\ \
| * | dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMGravatar Lioncash2015-07-292-21/+40
| |/
* | Merge pull request #1014 from lioncash/unused-warnGravatar bunnei2015-07-292-3/+5
|\ \
| * | core: Eliminate some unused variable warningsGravatar Lioncash2015-07-292-3/+5
* | | Merge pull request #1013 from lioncash/unusedGravatar Yuri Kunde Schlesner2015-07-291-3/+0
|\ \ \ | |/ / |/| |
| * | dyncom: Remove an unused variableGravatar Lioncash2015-07-291-3/+0
* | | core: Fix missing prototype warningsGravatar Lioncash2015-07-292-0/+2
|/ /
* | Merge pull request #1009 from lioncash/tableGravatar Yuri Kunde Schlesner2015-07-291-1/+2
|\ \
| * | am_net: Add missing function to the function tableGravatar Lioncash2015-07-291-0/+1
| * | am_net: Add correct function name to the function tableGravatar Lioncash2015-07-291-1/+1
| |/
* | Merge pull request #982 from Subv/homeGravatar bunnei2015-07-297-18/+84
|\ \ | |/ |/|
| * Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Gravatar Subv2015-07-236-5/+36
| * Service/APT: Return proper parameters in GetLockHandle.Gravatar Subv2015-07-234-14/+49
* | dyncom: Handle left-operand PC correctly for data-processing opsGravatar Lioncash2015-07-281-7/+33
* | Merge pull request #899 from zawata/Winsock-DeprecationGravatar bunnei2015-07-281-2/+8
|\ \
| * | SOC:U : Update deprecated function gethostbyname() to getaddrinfo()Gravatar zawata2015-07-191-2/+8
* | | Merge pull request #1003 from lioncash/armcruftGravatar bunnei2015-07-286-124/+91
|\ \ \
| * | | dyncom: Remove an unnecessary typedefGravatar Lioncash2015-07-282-7/+5
| * | | dyncom: Use enum class for instruction decoding resultsGravatar Lioncash2015-07-285-41/+40
| * | | dyncom: Remove code duplication regarding thumb instructionsGravatar Lioncash2015-07-273-23/+12
| * | | dyncom: Migrate exclusive memory access control into armstateGravatar Lioncash2015-07-272-50/+35
| * | | dyncom: Remove duplicated typedef and externGravatar Lioncash2015-07-271-4/+0
* | | | Merge pull request #873 from jroweboy/input_arrayGravatar Tony Wasserka2015-07-283-24/+45
|\ \ \ \ | |/ / / |/| | |
| * | | Move input values into an arrayGravatar James Rowe2015-07-273-24/+45
* | | | dyncom: Use std::array for register arraysGravatar Lioncash2015-07-262-28/+29