aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-24CMakeLists: Sort filenamesMerryMage
2018-07-24set_sys: Implement SetColorSetId()Lioncash
2018-07-24ipc_helper: Add helper member function for popping enum values to RequestParserLioncash
2018-07-23Merge pull request #793 from lioncash/privbunnei
2018-07-23Merge pull request #785 from lioncash/fsbunnei
2018-07-23arm_dynarmic: Make MakeJit() a const member functionLioncash
2018-07-23core: Make converting constructors explicit where applicableLioncash
2018-07-23apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash
2018-07-23mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by referenceLioncash
2018-07-23VFS Regression and Accuracy Fixes (#776)Zach Hilman
2018-07-23hle_ipc: Make constructors explicit where applicableLioncash
2018-07-23ipc_helpers: Make member variables of ResponseBuilder privateLioncash
2018-07-23Merge pull request #786 from lioncash/exclusivebunnei
2018-07-23Merge pull request #784 from lioncash/loaderbunnei
2018-07-23Merge pull request #783 from lioncash/linkerbunnei
2018-07-23Merge pull request #782 from lioncash/filebunnei
2018-07-23Merge pull request #780 from lioncash/movebunnei
2018-07-23Merge pull request #779 from lioncash/sharedbunnei
2018-07-23exclusive_monitor: Use consistent type alias for u64Lioncash
2018-07-23partition_filesystem: Use std::move where applicableLioncash
2018-07-23loader: Remove unnecessary constructor call in IdentifyFile()Lioncash
2018-07-23linker: Remove unused parameter from WriteRelocations()Lioncash
2018-07-23nro: Replace inclusion with a forward declarationLioncash
2018-07-23nro: Make bracing consistentLioncash
2018-07-23nro: Make constructor explicitLioncash
2018-07-23nro: Remove unused forward declarationLioncash
2018-07-23Merge pull request #695 from DarkLordZach/nro-assetbunnei
2018-07-23vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash
2018-07-23vi: std::move std::vector in constructors where applicableLioncash
2018-07-23hle: Remove config_mem.h/.cppLioncash
2018-07-23hle: Remove shared_page.h/.cppLioncash
2018-07-23set: Add missing log call in GetAvailableLanguageCodeCount()Lioncash
2018-07-23NRO Assets and NACP file formatZach Hilman
2018-07-23Merge pull request #777 from lioncash/langbunnei
2018-07-23set: Implement GetAvailableLanguageCodeCount()Lioncash
2018-07-23set: Correct return code size of value in GetAvailableLanguageCodes()Lioncash
2018-07-22Merge pull request #774 from Subv/atomic_signalbunnei
2018-07-22Merge pull request #768 from lioncash/string-viewbunnei
2018-07-22Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...Subv
2018-07-22Implement exclusive monitorMerryMage
2018-07-22vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-21Merge pull request #760 from lioncash/pathbunnei
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-21Merge pull request #754 from lioncash/partbunnei
2018-07-21Merge pull request #750 from lioncash/ctxbunnei
2018-07-21Merge pull request #755 from lioncash/ctorbunnei