summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-19common/common_funcs: Remove unused rotation functionsLioncash
2018-07-19common/misc: Deduplicate code in GetLastErrorMsg()Lioncash
2018-07-19externals: Update Xbyak to 5.65Lioncash
2018-07-19externals: Update catch to v2.2.3Lioncash
2018-07-19file_util: return string by const reference for GetExeDirectory()Lioncash
2018-07-18Merge pull request #700 from bunnei/update-dynarmicbunnei
2018-07-18string_util: Remove AsciiToHex()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-18gl_state: Temporarily disable culling and depth test.bunnei
2018-07-18content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceLioncash
2018-07-18content_archive: Add missing standard includesLioncash
2018-07-18externals: Update dynarmic to 5a91c94.bunnei
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-18Merge pull request #686 from lioncash/fmtbunnei
2018-07-18loader/nro: Resolve sign mismatch warningsLioncash
2018-07-18loader/nso: Remove unnecessary vector resizesLioncash
2018-07-18loader/nso: Resolve sign mismatch warningsLioncash
2018-07-18Merge pull request #688 from lioncash/commabunnei
2018-07-18Merge pull request #693 from lioncash/unusedbunnei
2018-07-18Merge pull request #687 from lioncash/instancebunnei
2018-07-18Merge pull request #680 from bunnei/fix-swizzbunnei
2018-07-18Merge pull request #685 from lioncash/buildbunnei
2018-07-18Merge pull request #684 from lioncash/nonmemberbunnei
2018-07-18decoders: Fix calc of swizzle image_width_in_gobs.bunnei
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-18core/memory: Remove unused function GetSpecialHandlers() and an unused variab...Lioncash
2018-07-18address_arbiter: Correct assignment within an assertion statement in WakeThre...Lioncash
2018-07-18service/prepo: Add missing header guardLioncash
2018-07-18vm_manager: Add missing commas to string literal array elements in GetMemoryS...Lioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-18core: Make System's default constructor privateLioncash
2018-07-18core: Don't construct instance of Core::System, just to access its live instanceLioncash
2018-07-18externals: update fmt to version 5.1.0Lioncash
2018-07-18hle/filesystem: Amend trace log in OpenSaveData() to compile in debug modeLioncash
2018-07-18Merge pull request #683 from DarkLordZach/touchbunnei