summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* HLE/FS: Corrected the error codes for CreateFileGravatar Subv2016-03-202-2/+7
* HLE/FS: FS::CreateFile takes an u64 for the file size.Gravatar Subv2016-03-208-10/+10
* Merge pull request #1505 from pippo2931/fefGravatar bunnei2016-03-181-1/+25
|\
| * Fix headerGravatar pippo29312016-03-121-1/+1
| * GetArchiveResource stubGravatar pippo29312016-03-121-1/+25
* | core/video_core: Make NumIds functions constexprGravatar Lioncash2016-03-172-2/+2
* | core/video_core: Don't cast away const in subscript operatorsGravatar Lioncash2016-03-172-6/+6
* | Reorganize the ndm service path for dummy implement functionGravatar JamePeng2016-03-156-26/+122
* | hid: fix pad updateGravatar wwylele2016-03-131-1/+1
* | svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-1210-16/+17
* | svc: Remove unused ArbitrationType enumGravatar Lioncash2016-03-121-9/+0
* | svc: Make ResetType an enum classGravatar Lioncash2016-03-1211-24/+23
|/
* Merge pull request #1266 from Subv/miiappletGravatar bunnei2016-03-127-2/+156
|\
| * HLE/Applets: Implemented a dummy Mii Selector applet.Gravatar Subv2016-03-127-2/+156
* | Merge pull request #1500 from lioncash/nullptrGravatar bunnei2016-03-121-1/+1
|\ \
| * | gsp_gpu: Change 0 literal to nullptrGravatar Lioncash2016-03-111-1/+1
* | | hle: Update service function tablesGravatar Lioncash2016-03-114-1/+16
|/ /
* | Fix missing returnGravatar LittleWhite2016-03-091-0/+2
* | Merge pull request #1474 from lioncash/rendererGravatar bunnei2016-03-093-10/+10
|\ \
| * | renderer_base: Don't directly expose the rasterizer unique_ptrGravatar Lioncash2016-03-083-10/+10
* | | Merge pull request #1344 from LittleWhite-tb/error-outputGravatar bunnei2016-03-085-9/+17
|\ \ \ | |/ / |/| |
| * | Improve error report from Init() functionsGravatar LittleWhite2016-03-085-7/+14
| * | Display errors in GUI when loading ROM failedGravatar LittleWhite2016-03-031-2/+3
* | | DSP: Implement Pipe 2Gravatar MerryMage2016-03-061-43/+151
* | | Memory: Do correct Phys->Virt address translation for non-APP linheapGravatar Yuri Kunde Schlesner2016-03-053-3/+6
* | | 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
|/ /