summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Rework sockopt translation to match the error translation code already in placeGravatar Ryan Loebs2016-04-011-22/+30
| * | | Code styleGravatar Ryan Loebs2016-03-301-2/+2
| * | | Added GetSockOptNameGravatar Ryan Loebs2016-03-301-15/+58
| * | | Derp: win32: typedef int socklen_t;Gravatar Ryan Loebs2016-03-291-4/+0
| * | | But of course, Windows uses 'int' while Linux uses 'socklen_t'Gravatar Ryan Loebs2016-03-291-0/+4
| * | | Compiling on Windows nowGravatar Ryan Loebs2016-03-291-3/+3
| * | | Formatting...Gravatar Ryan Loebs2016-03-291-1/+1
| * | | Addressing PR commentsGravatar Ryan Loebs2016-03-291-4/+4
| * | | SOC UpdatesGravatar Ryan Loebs2016-03-281-3/+46
* | | | core: Clean out some unnecessary header includesGravatar Lioncash2016-04-162-9/+0
* | | | Set Kernel config "Unknown Value" to 0x1Gravatar mailwl2016-04-112-2/+7
| |_|/ |/| |
* | | update the code of AM service! (#1623)Gravatar JamePeng2016-04-086-51/+289
* | | cecd:u: stub GetCecStateAbbreviated (#1648)Gravatar mailwl2016-04-083-0/+28
* | | Merge pull request #1577 from JamePeng/update-apta-funcGravatar bunnei2016-04-065-8/+47
|\ \ \
| * | | append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:AGravatar JamePeng2016-04-063-13/+16
| * | | implement APT::GetStartupArgumentGravatar JamePeng2016-04-055-2/+37
| * | | Append the missing function name"GetAppletInfo" to APT:AGravatar JamePeng2016-04-051-1/+2
* | | | Merge pull request #1435 from mailwl/frd_uGravatar bunnei2016-04-054-55/+234
|\ \ \ \
| * | | | frd:u: Initial stub some functionsGravatar mailwl2016-03-274-55/+234
| | |/ / | |/| |
* | | | Merge pull request #1643 from MerryMage/make_uniqueGravatar Mathew Maidment2016-04-052-8/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-052-8/+8
| | |/ | |/|
* | | Merge pull request #1616 from exhalatio/dlp_dummyGravatar bunnei2016-04-033-0/+61
|\ \ \
| * | | Dummy implementation dlp:SRVR Service.Gravatar exhalatio2016-04-033-0/+61
* | | | Merge pull request #1619 from mailwl/cecdGravatar bunnei2016-04-023-3/+54
|\ \ \ \
| * | | | cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandleGravatar mailwl2016-03-313-3/+54
* | | | | Merge pull request #1390 from purpasmart96/citra_gsp_error_codesGravatar bunnei2016-04-013-80/+97
|\ \ \ \ \
| * | | | | GSP: Return proper error codes for register writesGravatar purpasmart962016-03-303-80/+97
| |/ / / /
* | | | | Merge pull request #1419 from mailwl/branch-gspGravatar bunnei2016-03-311-6/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueueGravatar mailwl2016-03-311-6/+41
| | |_|/ | |/| |
* / | | Add common methods to all cfg:* portsGravatar Ryan Loebs2016-03-283-0/+21
|/ / /
* | | use reference instead of pointerGravatar wwylele2016-03-261-9/+9
* | | Merge pull request #1549 from wwylele/acc_gyroGravatar bunnei2016-03-254-23/+187
|\ \ \ | |/ / |/| |
| * | implement GyroscopeCalibrateParamGravatar wwylele2016-03-252-9/+20
| * | implement accel and gyro backendGravatar wwylele2016-03-224-23/+176
* | | Merge pull request #1559 from lioncash/vecGravatar bunnei2016-03-211-8/+5
|\ \ \
| * | | soc_u: Get rid of explicit delete and newGravatar Lioncash2016-03-211-8/+5
| | |/ | |/|
* / | session: Make helper functions constexprGravatar Lioncash2016-03-211-6/+6
|/ /
* | 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