summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-18game_list: Make ContainsAllWords an internally linked non-member functionLioncash
2018-07-18Fill in more fields in TouchScreenEntryTouchZach Hilman
2018-07-18Single touch supportZach Hilman
2018-07-18Merge pull request #681 from lioncash/constbunnei
2018-07-18Merge pull request #682 from lioncash/telemetrybunnei
2018-07-17Merge pull request #679 from lioncash/ctorbunnei
2018-07-17Merge pull request #678 from lioncash/astcbunnei
2018-07-18telemetry: Remove unnecessary Field constructorLioncash
2018-07-18telemetry: Make operator== and operator!= const member functions of FieldLioncash
2018-07-17Merge pull request #677 from bunnei/crop-fbbunnei
2018-07-18telemetry: Default copy/move constructors and assignment operatorsLioncash
2018-07-18game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash
2018-07-18game_list: Make containsAllWords a const member functionLioncash
2018-07-18game_list: Remove unnecessary QString initialization in KeyReleaseEaterLioncash
2018-07-17astc: Initialize vector size directly in DecompressLioncash
2018-07-17astc: Mark functions as internally linked where applicableLioncash
2018-07-17astc: const-correctness changes where applicableLioncash
2018-07-17astc: Delete Bits' copy contstructor and assignment operatorLioncash
2018-07-17astc: In-class initialize member variables where appropriateLioncash