aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-07-19Merge pull request #718 from lioncash/readbunnei
2018-07-19Merge pull request #717 from lioncash/explicitbunnei
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games ...Subv
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv
2018-07-19Merge pull request #716 from lioncash/constructbunnei
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-19Merge pull request #715 from lioncash/const-refbunnei
2018-07-19Merge pull request #720 from Subv/getentrytype_rootSebastian Valle
2018-07-19pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash
2018-07-19svc: Correct always true assertion case in SetThreadCoreMaskLioncash
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...Lioncash
2018-07-19Merge pull request #714 from lioncash/indexSebastian Valle
2018-07-19Merge pull request #712 from lioncash/fspbunnei
2018-07-19gdbstub: Get rid of a few signed/unsigned comparisonsLioncash
2018-07-19hid: Use a ranged-for loops in UpdatePadCallbackLioncash
2018-07-19hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash
2018-07-19Merge pull request #713 from lioncash/filesysbunnei
2018-07-19Merge pull request #694 from lioncash/warnbunnei
2018-07-19Filesystem: Return EntryType::Directory for the root directory.Subv
2018-07-19loader: Amend Doxygen commentsLioncash
2018-07-19loader/nso: Check if read succeeded in IdentifyFile() before checking magic v...Lioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-19nvflinger: Emplace Display instances directlyLioncash
2018-07-19Merge pull request #703 from lioncash/constbunnei
2018-07-19Merge pull request #702 from lioncash/initializebunnei
2018-07-19Merge pull request #701 from lioncash/movingbunnei
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash
2018-07-19hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...Lioncash
2018-07-19fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash
2018-07-19fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...Lioncash
2018-07-19Merge pull request #699 from lioncash/vfsbunnei
2018-07-19filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's con...Lioncash
2018-07-19filesystem: Use std::string's empty() function instead of comparing against a...Lioncash
2018-07-19filesystem: Remove pragma disabling global optimizationsLioncash
2018-07-19fsp_srv: Make IStorage constructor explicitLioncash
2018-07-19fsp_srv: Add missing includesLioncash
2018-07-19fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsLioncash
2018-07-19fsp_srv: Respect write length in Write()Lioncash
2018-07-18Merge pull request #692 from lioncash/assignbunnei
2018-07-18Merge pull request #690 from lioncash/movebunnei
2018-07-18savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...Lioncash
2018-07-18partition_filesystem: Ensure all class members of PartitionFilesystem are ini...Lioncash
2018-07-18content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceLioncash
2018-07-18content_archive: Add missing standard includesLioncash
2018-07-18content_archive: std::move VirtualFile in NCA's constructorLioncash
2018-07-18vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Lioncash
2018-07-18Merge pull request #691 from lioncash/guardbunnei
2018-07-18loader/nro: Resolve sign mismatch warningsLioncash
2018-07-18loader/nso: Remove unnecessary vector resizesLioncash