aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-08-07Merge pull request #952 from lioncash/usbbunnei
2018-08-07Merge pull request #949 from lioncash/privbunnei
2018-08-07loader: Fix scope error in DeconstructedRomDirectoryZach Hilman
2018-08-07service/apm: Add the apm:sys serviceLioncash
2018-08-07nvflinger: Correct typo in name of composition eventLioncash
2018-08-07nvdrv: Make Ioctl()'s definition match its prototypeLioncash
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash
2018-08-07nvflinger: Get rid of indirect inclusionsLioncash
2018-08-07nvflinger: Use std::string_view in OpenDisplay()Lioncash
2018-08-07services/hid: Add ActivateNpadWithRevision() to the hid function info arrayLioncash
2018-08-07service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash
2018-08-07service: Add usb servicesLioncash
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-06client_port: Make all data members privateLioncash
2018-08-06Merge pull request #931 from DarkLordZach/nca-as-drdbunnei
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-08-06Merge pull request #940 from lioncash/privatebunnei
2018-08-06Merge pull request #934 from lioncash/chronobunnei
2018-08-06kernel/event: Make data members privateLioncash
2018-08-06Merge pull request #933 from lioncash/memorybunnei
2018-08-06Service/Audio: audout_a.cpp: remove pragma oncemailwl
2018-08-05Merge pull request #932 from lioncash/funcbunnei
2018-08-05Merge pull request #929 from lioncash/addrbunnei
2018-08-05Merge pull request #930 from lioncash/threadbunnei
2018-08-05Merge pull request #925 from bunnei/audrenbunnei
2018-08-05perf_stats: Correct literal used for MAX_LAG_TIME_USLioncash
2018-08-05core_timing: Make GetGlobalTimeUs() return std::chrono::microsecondsLioncash
2018-08-05memory: Make prototype parameter names match their definitionsLioncash
2018-08-05memory: Correct prototype of ZeroBlockLioncash
2018-08-05memory: Remove unnecessary const qualifiers in prototypesLioncash
2018-08-05core_timing: Convert typedef into a type aliasLioncash
2018-08-05core_timing: Use transparent functors where applicableLioncash
2018-08-05loader: Make AppLoader_NCA rely on directory loading codeZach Hilman
2018-08-05gdbstub: Use type alias for breakpoint mapsLioncash
2018-08-05gdbstub: Move all file-static variables into the GDBStub namespaceLioncash
2018-08-05Merge pull request #912 from lioncash/global-varbunnei
2018-08-05address_arbiter: Return by value from GetThreadsWaitingOnAddress()Lioncash
2018-08-05gdbstub: Replace PAddr alias with VAddrLioncash
2018-08-04audio_core: Implement audren_u audio playback.bunnei
2018-08-04Merge pull request #924 from lioncash/arpbunnei
2018-08-04Merge pull request #921 from lioncash/viewbunnei
2018-08-04audio_core: Use s16 where possible for audio samples.bunnei
2018-08-04audio_core: Port codec code from Citra for ADPCM decoding.bunnei
2018-08-04service: Add arp servicesLioncash
2018-08-04service: Remove redundant #pragma once directivesLioncash
2018-08-04aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure we...Lioncash
2018-08-04aes_util: Make CalculateNintendoTweak() an internally linked functionLioncash
2018-08-04aes_util: Make Transcode() a const member functionLioncash