14620 Commits (275f63f3eaaaed115eb0121466cc867a54129ee8)

Author SHA1 Message Date
ReinUsesLisp eff4da93e1 common/file_util: Let std::filesystem cast from UTF16 to std::string 5 years ago
Morph b8c2935580 vfs_real: Fix CreateFile for files without a file extension 5 years ago
ReinUsesLisp 443d8d3a23 common/file_util: Fix and deprecate CreateFullPath, add CreateDirs 5 years ago
ReinUsesLisp 74e078db55 common/file_util: Succeed on CreateDir when the directory exists 5 years ago
Lioncash 3b79d189d3 file_util: Migrate remaining file handling functions over to std::filesystem 5 years ago
Lioncash df7cf1df19 file_util: Migrate Exists() and IsDirectory() over to std::filesystem 5 years ago
Lioncash 024c10b697 memory: Resolve -Wdocumentation warning for Write() 5 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash fb0e41b085 controller: Use std::move within ConvertToFrontendParameters() 5 years ago
Lioncash b3a31de3b9 controller: Avoid unnecessary copies in ConfigurationComplete() 5 years ago
german 1a3e4518ec Disable analog joystick from buttons by default 5 years ago
Lioncash 909671a055 video_core: Make use of ordered container contains() where applicable 5 years ago
Lioncash 4d6a2247f2 ast: Improve string concat readability in operator() 5 years ago
Lioncash 10fe8026a9 gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers() 5 years ago
Lioncash 4704a22c3f buffer_block: Mark interface as nodiscard where applicable 5 years ago
Lioncash 7caec76970 buffer_block: Remove unnecessary includes 5 years ago
Lioncash 0e7ead8b49 shader_ir: std::move node within DeclareAmend() 5 years ago
Lioncash ea0e85b869 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
comex 14f8c5e6fe configure_motion_touch: Fix unescaped backslash in regex 5 years ago
comex f5937952aa network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 5 years ago
comex 086238f1ac Fix "explicitly defaulted but implicitly deleted" warning 5 years ago
comex 63994da5c3 hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp 5 years ago
comex 3c7962df41 CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ 5 years ago
comex 2451a59949 renderer_vulkan: Add missing `override` specifier 5 years ago
comex ef14bbc69d map_interval: Change field order to address uninitialized field warning 5 years ago
comex cf99d67e66 core: Mark unused fields as [[maybe_unused]] 5 years ago
comex 8e924224df boxcat: Avoid unnecessary object copy 5 years ago
comex e250594b6e nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass 5 years ago
comex 38f4b34610 video_core: Adjust `NUM` macro to avoid Clang warning 5 years ago
comex 20f4c9175a maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict 5 years ago
comex 278bbcb8d7 yuzu_cmd: Remove 'users_size' 5 years ago
Vitor Kiguchi 31a3bf1b8c Update cubeb and request a persistent stream session 5 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
Lioncash 66bb735a95 game_list_p: Resolve deprecated usage of QVariant operator< 5 years ago
Morph 6efd390668 applets: Resolve variable shadowing 5 years ago
Lioncash 341083a5e1 video_core: Resolve more variable shadowing scenarios pt.2 5 years ago
Lioncash 50516223e3 xbyak_abi: Shorten std::size_t to size_t 5 years ago
Lioncash 65a52ab81a xbyak_abi: Avoid implicit sign conversions 5 years ago
Chloe Marcec 6d887d0d92 system_version: Update to 11.0.0 5 years ago
FearlessTobi a8fce80339 Fix telemetry-related exit crash from use-after-free 5 years ago
Lioncash 4d9a8ef8f1 codec: Remove deprecated usage of AVCodecContext::refcounted_frames 5 years ago
Lioncash 2f181b6a90 video_core: Resolve more variable shadowing scenarios 5 years ago
Lioncash 9c0408605e node: Mark member functions as [[nodiscard]] where applicable 5 years ago
Lioncash 62d77b943a node: Eliminate variable shadowing 5 years ago
Lioncash 92a5b7b388 vp9/vic: Resolve pessimizing moves 5 years ago
Lioncash 8e4a23e129 mouse_poller: Remove unused includes 5 years ago
Lioncash 11e20efc1d mouse_input: Invert conditional in UpdateYuzuSettings() 5 years ago
Lioncash f8b5b65d6b mouse_input: Remove two casts and amend some formatting 5 years ago
Lioncash 64daafbaa0 mouse_input: Resolve a -Wdocumentation warning 5 years ago
Lioncash 09b2703682 mouse_input: Remove unused includes 5 years ago