6466 Commits (a5fb52fc7fcf30ee0c0841f4c656a676d8d29ad8)

Author SHA1 Message Date
Zach Hilman 9aa2bfc60c loader: Fix scope error in DeconstructedRomDirectory 7 years ago
Hedges 3e421bb6fb GDBStub works with both Unicorn and Dynarmic now (#941) 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
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
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
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
Lioncash 65c0fe0d39 address_arbiter: Return by value from GetThreadsWaitingOnAddress() 7 years ago
Lioncash 88023a481d gdbstub: Replace PAddr alias with VAddr 7 years ago
bunnei 4215d08d37 gl_shader_decompiler: Fix TEXS mask and dest. 7 years ago
bunnei 5904aa20ce audio_core: Implement audren_u audio playback. 7 years ago
David Marcec 112a0b8d6d added braces for conditions 7 years ago
David Marcec 45078c8b24 fix the attrib format for ints 7 years ago
bunnei 600e4bbeac audio_core: Use s16 where possible for audio samples. 8 years ago
bunnei 7688b83a1c audio_core: Port codec code from Citra for ADPCM decoding. 8 years ago
Lioncash ed0e62fe9e service: Add arp services 7 years ago
Lioncash 2ce618c2c8 service: Remove redundant #pragma once directives 7 years ago
Lioncash c8617a1465 aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior 7 years ago
Lioncash f0a2d4da2b aes_util: Make CalculateNintendoTweak() an internally linked function 7 years ago
Lioncash 1fb5027501 aes_util: Make Transcode() a const member function 7 years ago
Lioncash 8b86a89dd5 core/crypto: Remove unnecessary includes 7 years ago
Lioncash d74342ad3f key_manager: Use regular std::string instead of std::string_view 7 years ago
bunnei 950de5fd73 cubeb_sink: Support variable sample_rate and num_channels. 8 years ago
bunnei 97647e60f2 audio_core: Sinks need unique names as well. 8 years ago
bunnei 7186882bfe audio_core: Streams need unique names for CoreTiming. 8 years ago
Lioncash 32901799b5 gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding() 8 years ago
Lioncash c043a5c930 gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding() 8 years ago
Lioncash 69bbe31ca8 renderer_base: Make Rasterizer() return the rasterizer by reference 8 years ago
Lioncash 49dc22f84e video_core: Eliminate the g_renderer global variable 8 years ago
Lioncash 6f3a3ed8c5 kernel/thread: Fix potential crashes introduced in 3bcf090d37 8 years ago
Lioncash 73e1be4350 kernel/process: Use std::array where applicable 8 years ago