summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-10-22Merge pull request #2991 from lioncash/npadbunnei
2019-10-19core: Fix clang-format errors.bunnei
2019-10-18Fix null pointer deref.Nicolae-Andrei Cociorba
2019-10-17Merge pull request #2992 from lioncash/dmntbunnei
2019-10-17dmnt_cheat_vm: Correct register Restore and ClearRegs behaviorLioncash
2019-10-17Merge pull request #2989 from lioncash/apmRodrigo Locatti
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-17core/core: Resolve -Wreorder warningsLioncash
2019-10-17core/memory/cheat_engine: Resolve -Wreorder warningsLioncash
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-15Merge pull request #2965 from FernandoS27/fair-core-timingbunnei
2019-10-14Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1bunnei
2019-10-14Merge pull request #2930 from DarkLordZach/gamecard-partitionsbunnei
2019-10-13card_image: Implement system update commands in XCIZach Hilman
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman
2019-10-13pl_u: Use kernel physical memoryZach Hilman
2019-10-13pl_u: Remove excess static qualifierZach Hilman
2019-10-13pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-10-13system_archive: Synthesize shared fonts system archivesZach Hilman
2019-10-13externals: Move OSS font data to file_sys in coreZach Hilman
2019-10-12nvflinger/buffer_queue: Remove use of a global system accessorLioncash
2019-10-12Core_Timing: Address Remaining feedback.Fernando Sahmkow
2019-10-11Core_Timing: Address Feedback and suppress warnings.Fernando Sahmkow
2019-10-09Core Timing: Correct Idle and remove lefting pragmaFernando Sahmkow
2019-10-09Core Timing: General corrections and added tests.Fernando Sahmkow
2019-10-09Core Timing: Rework Core Timing to run all cores evenly.Fernando Sahmkow
2019-10-09Merge pull request #2921 from FreddyFunk/compiler-warnings-corebunnei
2019-10-08Merge pull request #2654 from DarkLordZach/lm-log-rewritebunnei
2019-10-07hid: Implement DeactivateNpadMorph
2019-10-06Merge pull request #2951 from lioncash/globalZach Hilman
2019-10-06bcat/module: Silence truncation warningsLioncash
2019-10-06bcat: Take std::function instance by value in NullBackend's constructorLioncash
2019-10-06bcat: In-class initialize ProgressServiceBackend's impl memberLioncash
2019-10-06bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash
2019-10-06bcat: Make ProgressServiceBackend's GetEvent() constLioncash
2019-10-06boxcat: Silence an unused variable warningLioncash
2019-10-06core/core: Remove unused headerLioncash
2019-10-06core: Remove Core::CurrentProcess()Lioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-10-04NvFlinger: Remove leftover from corrections and clang format.Fernando Sahmkow
2019-10-04Core: Wait for GPU to be idle before shutting down.Fernando Sahmkow
2019-10-04Nvdrv: Correct Event setup in NvdrvFernando Sahmkow