6441 Commits (96b6ad11c1695ff6feec0be2c7d341b112b47bea)

Author SHA1 Message Date
Lioncash 96b6ad11c1 qt/main: Avoid sign conversions in UpdateRecentFiles() 7 years ago
Lioncash cf983888cc qt/main: Collapse if statement in UpdateRecentFiles() 7 years ago
mailwl 2ea0f0fd16 Service/Audio: audout_a.cpp: remove pragma once 7 years ago
Lioncash 2a7a2b739b memory: Make prototype parameter names match their definitions 7 years ago
Lioncash 4aa31b0618 memory: Correct prototype of ZeroBlock 7 years ago
Lioncash 2fc5c783ed memory: Remove unnecessary const qualifiers in prototypes 7 years ago
Lioncash 6edd828101 core_timing: Convert typedef into a type alias 7 years ago
Lioncash d9815b523b core_timing: Use transparent functors where applicable 7 years ago
Lioncash 00f7e584ce gdbstub: Use type alias for breakpoint maps 7 years ago
Lioncash 89c076b4b1 gdbstub: Move all file-static variables into the GDBStub namespace 7 years ago
Lioncash 7a77d0a71e address_arbiter: Return by value from GetThreadsWaitingOnAddress() 7 years ago
Lioncash ca96f8db4e gdbstub: Replace PAddr alias with VAddr 7 years ago
bunnei fd715e54a1 gl_shader_decompiler: Fix TEXS mask and dest. 7 years ago
bunnei b46df98e93 audio_core: Implement audren_u audio playback. 8 years ago
David Marcec b96010bfa9 added braces for conditions 8 years ago
David Marcec 6d1e30e041 fix the attrib format for ints 8 years ago
bunnei 1dee8ceda1 audio_core: Use s16 where possible for audio samples. 8 years ago
bunnei f1cb3903ac audio_core: Port codec code from Citra for ADPCM decoding. 8 years ago
Lioncash de72956181 service: Add arp services 8 years ago
Lioncash df51207ed2 service: Remove redundant #pragma once directives 8 years ago
Lioncash 0d04ee97dc aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior 8 years ago
Lioncash 64c8212ae1 aes_util: Make CalculateNintendoTweak() an internally linked function 8 years ago
Lioncash b25468b498 aes_util: Make Transcode() a const member function 8 years ago
Lioncash 8da651ac4d core/crypto: Remove unnecessary includes 8 years ago
Lioncash c1f76abfaf key_manager: Use regular std::string instead of std::string_view 8 years ago
bunnei 02fccc0940 cubeb_sink: Support variable sample_rate and num_channels. 8 years ago
bunnei 34b3f83498 audio_core: Sinks need unique names as well. 8 years ago
bunnei 9f846d3aa4 audio_core: Streams need unique names for CoreTiming. 8 years ago
Lioncash 3b678b9e8e gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding() 8 years ago
Lioncash dde5dce736 gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding() 8 years ago
Lioncash 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference 8 years ago
Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 8 years ago
Lioncash e93fa7f2cc kernel/thread: Fix potential crashes introduced in 26de4bb521 8 years ago
Lioncash e649db8c6b kernel/process: Use std::array where applicable 8 years ago
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array 8 years ago
Lioncash 59b04c0df6 memory: Remove unused GetSpecialHandlers() function 8 years ago
Lioncash b4e050e6c4 video_core: Remove unimplemented Start() function prototype 8 years ago
Lioncash b45e5c2399 gl_shader_decompiler: Remove unused variable in GenerateDeclarations() 8 years ago
Lioncash 555d76d065 gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const member function 8 years ago
Lioncash 26de4bb521 core/memory: Get rid of 3DS leftovers 8 years ago
David c1d54f4aea Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 8 years ago
Lioncash db340f6402 yuzu: Use Qt 5 signal/slots where applicable 8 years ago
Lioncash 684fc2c320 input_common: Use std::move where applicable 8 years ago
Lioncash 29b6afb82f input_common: Add missing override specifiers 8 years ago
greggameplayer fe64e1d38e Implement RGB32F PixelFormat (#886) (used by Go Vacation) 8 years ago
Lioncash d94a173877 kernel/vm_manager: Convert loop into std::any_of() 8 years ago
Lioncash c4e0c3d76c kernel/vm_manager: Use const where applicable 8 years ago
Lioncash ce5ad45278 kernel/vm_manager: Use the VAddr type alias in CarveVMA() 8 years ago
Lioncash 6058c84b79 kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t 8 years ago
Lioncash fac0e42b2f kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference 8 years ago