summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-19Merge pull request #724 from lioncash/printfbunnei
2018-07-19Merge pull request #723 from lioncash/gdbbunnei
2018-07-19Merge pull request #722 from lioncash/signedbunnei
2018-07-19Merge pull request #721 from lioncash/svcbunnei
2018-07-19Merge pull request #719 from lioncash/docsbunnei
2018-07-19Merge pull request #718 from lioncash/readbunnei
2018-07-19Merge pull request #717 from lioncash/explicitbunnei
2018-07-19Merge pull request #716 from lioncash/constructbunnei
2018-07-19Merge pull request #715 from lioncash/const-refbunnei
2018-07-19Merge pull request #720 from Subv/getentrytype_rootSebastian Valle
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 #711 from lioncash/swapbunnei
2018-07-19Merge pull request #710 from lioncash/unusedbunnei
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-19Merge pull request #709 from lioncash/thread-localbunnei
2018-07-19Merge pull request #708 from lioncash/xbyakbunnei
2018-07-19Merge pull request #707 from lioncash/catchbunnei
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 #705 from lioncash/string-refbunnei
2018-07-19Merge pull request #704 from lioncash/stringbunnei
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-19Merge pull request #697 from bunnei/disable-depth-cullbunnei
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-19common/swap: Remove unnecessary const on return value of swap()Lioncash
2018-07-19common/swap: Use static_cast where applicableLioncash
2018-07-19common/swap: Use using aliases where applicableLioncash