summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Gravatar Subv2016-03-201-4/+8
* | HLE/FS: Corrected some style concerns.Gravatar Subv2016-03-204-6/+4
* | HLE/FS: Fixed creating the config savefile when it doesn't exist.Gravatar Subv2016-03-201-1/+1
* | HLE/FS: Implemented GetFormatInfoGravatar Subv2016-03-206-48/+127
* | 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-201-3/+4
* | 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-202-2/+16
* | HLE/FS: Corrected the error codes for DeleteFileGravatar Subv2016-03-201-4/+1
* | HLE/FS: Corrected the error codes for CreateFileGravatar Subv2016-03-201-1/+3
* | HLE/FS: FS::CreateFile takes an u64 for the file size.Gravatar Subv2016-03-203-5/+5
|/
* 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
* | Reorganize the ndm service path for dummy implement functionGravatar JamePeng2016-03-155-24/+118
* | 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-126-2/+154
|\
| * HLE/Applets: Implemented a dummy Mii Selector applet.Gravatar Subv2016-03-126-2/+154
* | 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
|/ /
* | renderer_base: Don't directly expose the rasterizer unique_ptrGravatar Lioncash2016-03-082-5/+5
* | DSP: Implement Pipe 2Gravatar MerryMage2016-03-061-43/+151
* | Memory: Do correct Phys->Virt address translation for non-APP linheapGravatar Yuri Kunde Schlesner2016-03-052-2/+5
* | 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
|/ /
* | 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
* | | | 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-213-58/+94
* | | BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-127-20/+20
|/ /
* | services: Get rid of unnecessary includesGravatar Lioncash2016-02-0269-132/+32
* | services: Update function tablesGravatar Lioncash2016-02-012-5/+11
* | Memory: Implement MMIOGravatar MerryMage2016-01-302-4/+8
* | 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
* | | | services: Update some function tablesGravatar Lioncash2015-12-3025-113/+369
| |/ / |/| |