summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2019-11-12service: Update function tablesLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-12kernel: Resolve sign conversion warningsLioncash
2019-11-12result: Add default error code for the ResultCode(-1) caseLioncash
2019-11-12result: Resolve sign-coversion warningsLioncash
2019-11-11Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire
2019-11-06nifm: Only return that there's an internet connection when there's a BCATServerFernando Sahmkow
2019-11-06Merge pull request #3062 from bunnei/event-improvebunnei
2019-11-06Merge pull request #2859 from Morph1984/hidDavid
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-11-03kernel: readable_event: Signal only once.bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-11-03kernel: readable_event: Initialize members.bunnei
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...FearlessTobi
2019-10-27scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as constLioncash
2019-10-27scheduler: Silence sign conversion warningsLioncash
2019-10-27scheduler: Initialize class members directly where applicableLioncash
2019-10-27scheduler: Amend documentation commentsLioncash
2019-10-28Merge pull request #2971 from FernandoS27/new-scheduler-v2David
2019-10-22Merge pull request #2991 from lioncash/npadbunnei
2019-10-17hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedCon...Lioncash
2019-10-17hid/npad: Add missing break in default caseLioncash
2019-10-17hid/npad: Replace std::for_each with ranged for loopsLioncash
2019-10-17hid/npad: Remove redundant non-const variant of IsControllerSupported()Lioncash
2019-10-17hid/npad: Move function declarationsLioncash
2019-10-17apm/controller: Make SetPerformanceConfiguration() use an array of pairs over...Lioncash
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash
2019-10-16Merge pull request #2912 from FernandoS27/async-fixesbunnei
2019-10-15Merge pull request #2972 from lioncash/systembunnei
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-15Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.Fernando Sahmkow
2019-10-15Kernel: Address Feedback 2Fernando Sahmkow
2019-10-15Kernel: Clang FormatFernando Sahmkow
2019-10-15Kernel: Reverse global accessor removal.Fernando Sahmkow
2019-10-15Kernel: Address Feedback.Fernando Sahmkow
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow
2019-10-15Kernel_Thread: Eliminate most global accessors.Fernando Sahmkow
2019-10-15KernelSVC: Assert that condition variable address is aligned to 4 bytes.Fernando Sahmkow
2019-10-15Kernel: Correct Paused schedulingFernando Sahmkow
2019-10-15Kernel: Corrections to Wait Objects clearing in which a thread could still be...Fernando Sahmkow
2019-10-15Kernel: Correct redundant yields to only advance time forward.Fernando Sahmkow
2019-10-15Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqualFernando Sahmkow
2019-10-15Kernel: Correct Results in Condition Variables and MutexesFernando Sahmkow
2019-10-15Kernel: Clang FormatFernando Sahmkow
2019-10-15Kernel: Remove global system accessor from WaitObjectFernando Sahmkow
2019-10-15Scheduler: Implement Yield Count and Core migration on Thread Preemption.Fernando Sahmkow
2019-10-15Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Fernando Sahmkow
2019-10-15Kernel: Initial implementation of thread preemption.Fernando Sahmkow
2019-10-15Scheduler: Add protections for Yield bombingFernando Sahmkow