6414 Commits (fd715e54a1e6ecf0d6bbe0e75fc9605d09c9f371)

Author SHA1 Message Date
bunnei fd715e54a1 gl_shader_decompiler: Fix TEXS mask and dest. 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
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
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 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
Lioncash 9a50a4f2cc kernel/thread: Make GetFreeThreadLocalSlot() internally linked 8 years ago
Lioncash 42a4c6b79e vfs_vector: Remove unused variable in FindAndRemoveVectorElement() 8 years ago
Lioncash cec9e9b811 vfs_vector: Avoid unnecessary copies where applicable 8 years ago
Lioncash 6b32e24161 gl_state: Make texture_units a std::array 8 years ago
Lioncash d92e8ab062 gl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader() 8 years ago
Lioncash f2a03468b1 math_util: Always initialize members of Rectangle 8 years ago
Lioncash c6db1c390b hw: Remove unused files 8 years ago
Lioncash 7469e26e5e service: Add migration services 8 years ago
Lioncash c1c397d37c audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype 8 years ago
Lioncash 2bc4ab3958 sink_details: Deduplicate long std::function repetition 8 years ago
Lioncash 89ebef6571 sink_details: std::move std::function instances 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Lioncash 42c5171322 logging/log: Remove incorrect description in PCV doc comment 8 years ago
Lioncash 5233040ab4 service: Add psc services 8 years ago
Lioncash 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class 8 years ago
Lioncash 48acb764a4 service/ns: Add missing ns services 8 years ago
Lioncash f77cfab516 lm: Amend name of ILogger 8 years ago
Lioncash 208a457909 service/filesystem: Add fsp:ldr and fsp:pr services 8 years ago
Lioncash e39294c267 service: Add capture services 8 years ago
Lioncash d109279543 service: Add bpc and pcv services 8 years ago