summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* HLE/FS: Corrected some style concerns.Gravatar Subv2016-03-208-14/+12
* HLE/FS: Fixed creating the config savefile when it doesn't exist.Gravatar Subv2016-03-201-1/+1
* HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-2019-62/+257
* HLE/FS: Don't return an error when deleting the ExtSaveData if it does not ex...Gravatar Subv2016-03-201-1/+1
* HLE/FS: Return the proper error codes when opening files.Gravatar Subv2016-03-207-28/+43
* HLE/FS: Fixed the OpenDirectory error codeGravatar Subv2016-03-201-1/+1
* HLE/FS: Return the proper error codes on file Read/Write operations.Gravatar Subv2016-03-207-18/+40
* HLE/FS: Corrected the error codes for DeleteFileGravatar Subv2016-03-206-12/+22
* 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