summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1434 from Kloen/legendGravatar bunnei2016-03-021-0/+1
|\
| * ThreadProcessorId_All on SVC::CreateThreadGravatar Kloen2016-03-011-0/+1
* | Merge pull request #1297 from Subv/savesGravatar bunnei2016-03-011-2/+4
|\ \
| * | DiskDirectory: Initialize the directory member with valid info.Gravatar Subv2016-01-161-2/+4
* | | Service/CFG: Fix potential endianess issueGravatar Yuri Kunde Schlesner2016-02-291-2/+3
* | | Service/CFG: Add block 0x000A0000 (username) to default config fileGravatar Yuri Kunde Schlesner2016-02-291-1/+14
| |/ |/|
* | Initial implementation ir:userGravatar mailwl2016-02-263-18/+142
* | AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-215-66/+99
* | BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-128-28/+28
* | services: Get rid of unnecessary includesGravatar Lioncash2016-02-0269-132/+32
* | services: Update function tablesGravatar Lioncash2016-02-012-5/+11
* | Merge pull request #1377 from MerryMage/mmioGravatar bunnei2016-01-306-13/+127
|\ \
| * | Memory: Implement MMIOGravatar MerryMage2016-01-306-13/+127
| |/
* | elf: Don't cast away constGravatar Lioncash2016-01-251-3/+3
* | archive_backend: Remove unnecessary const from return typesGravatar Lioncash2016-01-252-8/+8
* | ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode nameGravatar rob turner2016-01-191-9/+9
|/
* Merge pull request #1327 from Subv/unmap_memblockGravatar bunnei2016-01-145-5/+60
|\
| * HLE/SVC: Implement UnmapMemoryBlock.Gravatar Subv2016-01-145-5/+60
* | Merge pull request #1283 from Subv/soc_fixupGravatar bunnei2016-01-051-3/+13
|\ \
| * | HLE/Sockets: Fixed the buffer offset in recvfrom.Gravatar Subv2015-12-241-3/+13
* | | Merge pull request #1310 from lioncash/servicesGravatar bunnei2015-12-3025-113/+369
|\ \ \
| * | | services: Update some function tablesGravatar Lioncash2015-12-3025-113/+369
| | |/ | |/|
* / | arm_dyncom_dec: Fix decoding of VMLSGravatar Lioncash2015-12-302-206/+202
|/ /
* | Merge pull request #1306 from Subv/syncGravatar bunnei2015-12-291-3/+3
|\ \
| * | HLE/Timers: Reset OneShot timers when they are acquired instead of when they'...Gravatar Subv2015-12-291-3/+3
* | | core: Use unique_ptr for holding the interpreter instancesGravatar Lioncash2015-12-292-8/+12
|/ /
* | Merge pull request #1300 from Subv/arbitrateaddressGravatar bunnei2015-12-282-9/+18
|\ \
| * | SVC: Fixed ArbitrateAddress to behave as it does on hardware.Gravatar Subv2015-12-272-9/+18
* | | dyncom: Handle modifying the APSR via an MRC instructionGravatar Lioncash2015-12-281-12/+9
* | | svc: Remove superfluous printf argumentGravatar Lioncash2015-12-251-1/+1
|/ /
* | dyncom: Remove PC dispatch from several instructionsGravatar Lioncash2015-12-201-94/+0
* | dyncom: Handle unprivileged load/store variants correctlyGravatar Lioncash2015-12-191-7/+33
* | svc: Fix compilation with LOG_TRACE enabledGravatar Lioncash2015-12-121-1/+1
|/
* Merge pull request #1272 from yuriks/merge-rasterizerGravatar Yuri Kunde Schlesner2015-12-073-11/+11
|\
| * VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner2015-12-073-11/+11
| * VideoCore: Rename HWRasterizer methods to be less confusingGravatar Yuri Kunde Schlesner2015-12-063-10/+10
* | dyncom: Remove static keyword from header functionsGravatar Lioncash2015-12-063-19/+19
* | arm_interface: Make GetNumInstructions constGravatar Lioncash2015-12-061-1/+1
* | arm_interface: directly initialize class membersGravatar Lioncash2015-12-061-7/+2
* | dyncom: const correctness changesGravatar Lioncash2015-12-063-7/+7
|/
* Merge pull request #1252 from Subv/camGravatar bunnei2015-12-031-0/+156
|\
| * Services/Cam: Added new log type and camera enums from 3dbrew.Gravatar Subv2015-11-231-0/+156
* | Kernel: Implement svcGetSystemInfoGravatar Yuri Kunde Schlesner2015-11-307-1/+95
* | armstate: Zero out the registers on creationGravatar Lioncash2015-11-291-11/+11
* | Core/ARM11: Correct the size of the VFP register array in the ThreadContext s...Gravatar Subv2015-11-291-1/+1
* | Merge pull request #1225 from lioncash/cleanGravatar bunnei2015-11-281-12/+13
|\ \
| * | csnd_snd: Get rid of type punningGravatar Lioncash2015-10-281-12/+13
* | | Merge pull request #1248 from polaris-/add-ssl-stubsGravatar bunnei2015-11-241-2/+51
|\ \ \ | |_|/ |/| |
| * | Add stub functions for Initialize and GenerateRandomData in ssl:CGravatar polaris-2015-11-221-2/+51
* | | Merge pull request #1246 from polaris-/patch-1Gravatar bunnei2015-11-221-26/+31
|\ \ \ | |/ / |/| |