summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1455 from yuriks/ResultVal-unionGravatar Mathew Maidment2016-03-051-42/+16
|\
| * core: Use unrestricted union to hold storage of ResultVal valueGravatar Yuri Kunde Schlesner2016-03-051-42/+16
* | DSP: Print hash of firmware to consoleGravatar MerryMage2016-03-061-8/+21
* | Loader/NCCH: Log the program ID during loadingGravatar Yuri Kunde Schlesner2016-03-041-1/+2
|/
* Merge pull request #1429 from mailwl/branch-acuGravatar bunnei2016-03-051-2/+17
|\
| * ac:u: Stub IsConnectedGravatar mailwl2016-03-041-2/+17
* | Merge pull request #1389 from yuriks/stub-camGravatar bunnei2016-03-043-20/+563
|\ \ | |/ |/|
| * Service/CAM: Add doxycomments to all service functionsGravatar Yuri Kunde Schlesner2016-02-291-0/+217
| * Service/CAM: Dummy implementation of some functionsGravatar Yuri Kunde Schlesner2016-02-133-20/+346
* | 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
|\