7675 Commits (44f76e2cfde8d53f31f064bc86181949a11e7822)
 

Author SHA1 Message Date
bunnei 44f76e2cfd Merge pull request #931 from DarkLordZach/nca-as-drd 7 years ago
bunnei caf5d8d15a Merge pull request #947 from lioncash/encoding 7 years ago
Hedges 3e421bb6fb GDBStub works with both Unicorn and Dynarmic now (#941) 7 years ago
bunnei 0f23a124f7 Merge pull request #943 from lioncash/decl 7 years ago
bunnei a6ad14902c Merge pull request #946 from lioncash/compress 7 years ago
bunnei 48e19379cb Merge pull request #944 from lioncash/menu 7 years ago
bunnei 2e734eeb0c Merge pull request #942 from lioncash/default 7 years ago
bunnei 39e6698f2c Merge pull request #940 from lioncash/private 7 years ago
bunnei 7dafc8b634 Merge pull request #936 from bunnei/avoid-copies 7 years ago
bunnei 51c6d09680 Merge pull request #934 from lioncash/chrono 7 years ago
James Rowe 88fe478561 Merge pull request #945 from lioncash/exist 7 years ago
Lioncash 4de0824ad2 qt/main: Avoid sign conversions in UpdateRecentFiles() 7 years ago
Lioncash 35f1943b0f game_list: Remove unnecessary conversion to std::string in ValidateEntry() 7 years ago
Lioncash 2d3b313879 game_list: Use QString::fromStdString() where applicable instead of c_str() 7 years ago
Lioncash c41c5028db game_list: Join declarations and assignments in onTextChanged() 7 years ago
Lioncash 9790f8c9ff qt/main: Collapse if statement in UpdateRecentFiles() 7 years ago
Lioncash 0c6d371dd0 qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme() 7 years ago
Lioncash ab6bc68bc1 qt: Don't show error dialog when canceling the Load Folder dialog 7 years ago
Lioncash 56cde60393 qt/game_list_p: Remove redundant base class constructor invocations 7 years ago
Lioncash a648516863 qt: Add missing override specifiers where applicable 7 years ago
Lioncash 5de7c31baa qt: Default destructors where applicable 7 years ago
Lioncash 11eadbccc9 kernel/event: Make data members private 7 years ago
bunnei bca27da66b Merge pull request #933 from lioncash/memory 7 years ago
Mat M 6ce939f1d0 Merge pull request #937 from mailwl/audout-fix 7 years ago
mailwl d77ba2a4df Service/Audio: audout_a.cpp: remove pragma once 7 years ago
bunnei 881573c77a maxwell_3d: Remove outdated assert. 7 years ago
bunnei 2bb2f176b1 gl_rasterizer_cache: Avoid superfluous surface copies. 7 years ago
bunnei cdb4cd4254 Merge pull request #932 from lioncash/func 7 years ago
bunnei 42aae6b040 Merge pull request #929 from lioncash/addr 7 years ago
bunnei cb37285626 Merge pull request #930 from lioncash/thread 7 years ago
bunnei bccec4825d Merge pull request #925 from bunnei/audren 7 years ago
Lioncash 610c7e7685 perf_stats: Correct literal used for MAX_LAG_TIME_US 7 years ago
Lioncash c34ee8cf08 core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds 7 years ago
Lioncash ab21a210b1 memory: Make prototype parameter names match their definitions 7 years ago
Lioncash 856edeb95d memory: Correct prototype of ZeroBlock 7 years ago
Lioncash 572bff0143 memory: Remove unnecessary const qualifiers in prototypes 7 years ago
Lioncash 82ab069b22 core_timing: Convert typedef into a type alias 7 years ago
Lioncash c03f854546 core_timing: Use transparent functors where applicable 7 years ago
Zach Hilman 8d948e4f17 loader: Make AppLoader_NCA rely on directory loading code 7 years ago
bunnei ee30143bf3 Merge pull request #927 from bunnei/fix-texs 7 years ago
Lioncash a3e0a2d3b3 gdbstub: Use type alias for breakpoint maps 7 years ago
Lioncash 6602a1b319 gdbstub: Move all file-static variables into the GDBStub namespace 7 years ago
bunnei 5160c0c975 Merge pull request #912 from lioncash/global-var 7 years ago
Lioncash 65c0fe0d39 address_arbiter: Return by value from GetThreadsWaitingOnAddress() 7 years ago
Lioncash 88023a481d gdbstub: Replace PAddr alias with VAddr 7 years ago
Mat M ad4082998a Merge pull request #928 from MerryMage/dynarmic 7 years ago
MerryMage 0c4e8acbc7 externals: Update dynarmic to 4f96c63 7 years ago
bunnei 4215d08d37 gl_shader_decompiler: Fix TEXS mask and dest. 7 years ago
bunnei 14d7adf99a Merge pull request #926 from ogniK5377/vertex-attrib-format 7 years ago
bunnei 5904aa20ce audio_core: Implement audren_u audio playback. 7 years ago