summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-06client_port: Make all data members privateLioncash
2018-08-06Merge pull request #931 from DarkLordZach/nca-as-drdbunnei
2018-08-06Merge pull request #947 from lioncash/encodingbunnei
2018-08-06GDBStub works with both Unicorn and Dynarmic now (#941)Hedges
2018-08-06Merge pull request #943 from lioncash/declbunnei
2018-08-06Merge pull request #946 from lioncash/compressbunnei
2018-08-06Merge pull request #944 from lioncash/menubunnei
2018-08-06Merge pull request #942 from lioncash/defaultbunnei
2018-08-06Make mbedtls and cubeb not install headers and librariesZion Nimchuk
2018-08-06Merge pull request #940 from lioncash/privatebunnei
2018-08-06Merge pull request #936 from bunnei/avoid-copiesbunnei
2018-08-06Merge pull request #934 from lioncash/chronobunnei
2018-08-06Merge pull request #945 from lioncash/existJames Rowe
2018-08-06qt/main: Avoid sign conversions in UpdateRecentFiles()Lioncash
2018-08-06game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash
2018-08-06game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash
2018-08-06game_list: Join declarations and assignments in onTextChanged()Lioncash
2018-08-06qt/main: Collapse if statement in UpdateRecentFiles()Lioncash
2018-08-06qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateU...Lioncash
2018-08-06qt: Don't show error dialog when canceling the Load Folder dialogLioncash
2018-08-06qt/game_list_p: Remove redundant base class constructor invocationsLioncash
2018-08-06qt: Add missing override specifiers where applicableLioncash
2018-08-06qt: Default destructors where applicableLioncash
2018-08-06kernel/event: Make data members privateLioncash
2018-08-06Merge pull request #933 from lioncash/memorybunnei
2018-08-06Merge pull request #937 from mailwl/audout-fixMat M
2018-08-06Service/Audio: audout_a.cpp: remove pragma oncemailwl
2018-08-05maxwell_3d: Remove outdated assert.bunnei
2018-08-05gl_rasterizer_cache: Avoid superfluous surface copies.bunnei
2018-08-05Merge pull request #932 from lioncash/funcbunnei
2018-08-05Merge pull request #929 from lioncash/addrbunnei
2018-08-05Merge pull request #930 from lioncash/threadbunnei
2018-08-05Merge pull request #925 from bunnei/audrenbunnei
2018-08-05perf_stats: Correct literal used for MAX_LAG_TIME_USLioncash
2018-08-05core_timing: Make GetGlobalTimeUs() return std::chrono::microsecondsLioncash
2018-08-05memory: Make prototype parameter names match their definitionsLioncash
2018-08-05memory: Correct prototype of ZeroBlockLioncash
2018-08-05memory: Remove unnecessary const qualifiers in prototypesLioncash
2018-08-05core_timing: Convert typedef into a type aliasLioncash
2018-08-05core_timing: Use transparent functors where applicableLioncash
2018-08-05loader: Make AppLoader_NCA rely on directory loading codeZach Hilman
2018-08-05Merge pull request #927 from bunnei/fix-texsbunnei
2018-08-05gdbstub: Use type alias for breakpoint mapsLioncash
2018-08-05gdbstub: Move all file-static variables into the GDBStub namespaceLioncash
2018-08-05Merge pull request #912 from lioncash/global-varbunnei
2018-08-05address_arbiter: Return by value from GetThreadsWaitingOnAddress()Lioncash
2018-08-05gdbstub: Replace PAddr alias with VAddrLioncash
2018-08-05Merge pull request #928 from MerryMage/dynarmicMat M
2018-08-05externals: Update dynarmic to 4f96c63MerryMage
2018-08-05gl_shader_decompiler: Fix TEXS mask and dest.bunnei