summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #445 from greggameplayer/patch-2Gravatar bunnei2018-05-203-6/+7
|\ \ \
| * | | rename fatal:u functions & add ThrowFatalGravatar greggameplayer2018-05-181-2/+3
| * | | Properly update fatal.h void nameGravatar greggameplayer2018-05-181-2/+2
| * | | Properly rename fatal module functionsGravatar greggameplayer2018-05-181-2/+2
| |/ /
* | | Merge pull request #443 from ogniK5377/ipc-500Gravatar Sebastian Valle2018-05-193-1/+7
|\ \ \
| * | | Added RequestWithContext & ControlWithContextGravatar David Marcec2018-05-173-1/+7
| |/ /
* | | Add and correct some Error Modules (#444)Gravatar greggameplayer2018-05-191-6/+40
* | | Updated nfp with more service namesGravatar Hexagon122018-05-131-24/+24
|/ /
* | Merge pull request #436 from bunnei/multi-coreGravatar bunnei2018-05-117-99/+249
|\ \
| * | thread: Rename mask to affinity_masks.Gravatar bunnei2018-05-103-4/+4
| * | thread: Support core change on ResumeFromWait and improve ChangeCore.Gravatar bunnei2018-05-101-37/+68
| * | scheduler: Protect scheduling functions with a global mutex.Gravatar bunnei2018-05-102-0/+18
| * | thread: Initialize ideal_core and mask members.Gravatar bunnei2018-05-101-0/+2
| * | threading: Reschedule only on cores that are necessary.Gravatar bunnei2018-05-102-3/+3
| * | svc: Implement GetThreadCoreMask and SetThreadCoreMask.Gravatar bunnei2018-05-101-7/+22
| * | thread: Implement ChangeCore function.Gravatar bunnei2018-05-102-1/+58
| * | svc: SignalProcessWideKey should apply to all cores.Gravatar bunnei2018-05-101-43/+50
| * | svc: Implement GetCurrentProcessorNumber.Gravatar bunnei2018-05-101-2/+2
| * | core: Implement multicore support.Gravatar bunnei2018-05-105-45/+65
* | | More accurate GetTPCMasks implGravatar David Marcec2018-05-102-4/+8
|/ /
* | Stubs for QLaunch (#428)Gravatar Hexagon122018-05-074-5/+221
* | hid: Tweaks, Analog Sticks (#435)Gravatar Max Thomas2018-05-072-68/+220
* | Merge pull request #431 from lioncash/fmtGravatar bunnei2018-05-0220-73/+74
|\ \
| * | general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-0220-73/+74
* | | ipc: Add support for PopIpcInterface() method.Gravatar bunnei2018-05-014-0/+23
|/ /
* | Merge pull request #429 from Subv/ioctl_corruptionGravatar bunnei2018-05-012-5/+0
|\ \
| * | GPU: Don't write to invalid memory locations when handling ioctls that don't ...Gravatar Subv2018-05-012-5/+0
* | | GetSharedFontInOrderOfPriority (#381)Gravatar David2018-05-014-24/+54
|/ /
* | core_timing: Namespace all functions and constants in core_timing's headerGravatar Lioncash2018-04-308-12/+16
* | string_util: Remove StringFromFormat() and related functionsGravatar Lioncash2018-04-292-4/+3
* | am: Fix GetDesiredLanguage implementation.Gravatar bunnei2018-04-291-2/+4
* | set: Fix GetAvailableLanguageCodes implementation.Gravatar bunnei2018-04-292-6/+45
* | core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsGravatar Lioncash2018-04-273-6/+4
* | general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2018-04-276-12/+12
* | Switched to NGLOG_WARNINGGravatar David Marcec2018-04-263-4/+4
* | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implGravatar David Marcec2018-04-2661-881/+791
|\ \
| * | kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...Gravatar Lioncash2018-04-251-1/+1
| * | kernel: Migrate logging macros to fmt-compatible onesGravatar Lioncash2018-04-2511-106/+109
| * | Service/PCTL: convert to module, add services, stubGravatar mailwl2018-04-256-37/+69
| * | service: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-5/+5
| * | vi: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-26/+27
| * | time: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-12/+12
| * | ssl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-3/+3
| * | spl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
| * | sockets: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-7/+8
| * | sm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-9/+8
| * | set: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-2/+2
| * | pctl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
| * | nvflinger: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-3/+3
| * | nvdrv: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-247-60/+61