10604 Commits (08a4eb9ef3b600d201a2b79f2384a1102fa2dba6)

Author SHA1 Message Date
Lioncash 0cfd78073f yuzu/applets/error: Specify string conversions explicitly 7 years ago
Lioncash 8dc757f1e2 yuzu/main: Specify string conversions where applicable 7 years ago
ReinUsesLisp fc3b121111 gl_shader_decompiler: Use an if based cbuf indexing for broken drivers 7 years ago
ReinUsesLisp 1e2ff8df99 gl_device: Add test to detect broken component indexing 7 years ago
Lioncash 4b35863a18 common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() 7 years ago
Lioncash 40b76cdcd2 common/file_util: Make GetCurrentDir() return a std::optional 7 years ago
Lioncash 997f43bdf8 common/file_util: Remove duplicated documentation comments 7 years ago
Lioncash 44c3616ff7 common/file_util: Make ReadFileToString and WriteStringToFile consistent 7 years ago
Lioncash 9daa7baef7 common/file_util: Remove unnecessary c_str() calls 7 years ago
Lioncash e71ba6388a common/file_util: Make IOFile's WriteString take a std::string_view 7 years ago
Michael Scire 33290c231a Fix bitmask logic inversion 7 years ago
Michael Scire 6c068e4636 fix introduced clang-format errors 7 years ago
Michael Scire 35293a8285 Address review comments 7 years ago
Michael Scire 8fa667eab8 clang-format fixes 7 years ago
Michael Scire e417da5070 Implement IApplicationFunctions::GetDesiredLanguage 7 years ago
Lioncash 6dfd67b016 shader/shader_ir: Make Comment() take a std::string by value 7 years ago
Lioncash 9d3cbef5ce shader/decode/*: Add missing newline to files lacking them 7 years ago
Lioncash bf42020f25 shader/decode/*: Eliminate indirect inclusions 7 years ago
Lioncash 36df21b48e service/aoc: Avoid allocating and discarding data 7 years ago
Lioncash 77443d3e04 service/aoc: Remove unnecessary includes 7 years ago
Lioncash 73661cb309 service/aoc: Pop all passed values where applicable 7 years ago
Lioncash d9b4b49538 shader/decode/memory: Remove left in debug pragma 7 years ago
Lioncash 2bcec58614 renderer_opengl/gl_shader_decompiler: Remove redundant name specification in format string 7 years ago
ReinUsesLisp c0ba35ec91 gl_shader_cache: Fix clang strict standard build issues 7 years ago
ReinUsesLisp 88115ea055 gl_shader_cache: Use shared contexts to build shaders in parallel 7 years ago
ReinUsesLisp 68af52d525 shader/memory: Implement ST (generic memory) 7 years ago
ReinUsesLisp 71ded7da4e shader/memory: Implement LD (generic memory) 7 years ago
Lioncash 3aaf69d786 yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp file 7 years ago
Lioncash 66852a73e2 yuzu/configuration/config: Specify string conversions explicitly 7 years ago
ReinUsesLisp 8a83af0af0 shader: Implement S2R Tid{XYZ} and CtaId{XYZ} 7 years ago
ReinUsesLisp b7b341deb3 gl_shader_decompiler: Make GetSwizzle constexpr 7 years ago
Lioncash b254ac5a1e yuzu/game_list: Specify string conversions explicitly 7 years ago
Lioncash 16afc41307 yuzu/game_list_worker: Specify string conversions explicitly 7 years ago
Lioncash 4b1c7f1522 yuzu/game_list_p: Amend mentions of SMDH in comments 7 years ago
Lioncash bb365da623 yuzu/game_list_p: Specify string conversions explicitly 7 years ago
Lioncash 4a0cedd6e7 yuzu/loading_screen: Specify string conversions explicitly 7 years ago
Lioncash b0fd32487c yuzu/bootmanager: Specify string conversions explicitly 7 years ago
Lioncash 409e0499d5 yuzu/util: Specify string conversions explicitly 7 years ago
Lioncash 57c2a59e4c gl_shader_decompiler: Tidy up minor remaining cases of unnecessary std::string concatenation 7 years ago
Lioncash 76254ee5b2 gl_shader_decompiler: Replace individual overloads with the fmt-based one 7 years ago
Lioncash c5d1b1ee50 gl_shader_decompiler: Utilize fmt overload of AddLine() where applicable 7 years ago
Fernando Sahmkow 891060f8f2 Revert #2466 7 years ago
Lioncash 98379b2ae1 gl_shader_decompiler: Add AddLine() overload that forwards to fmt 7 years ago
Lioncash a6309ae255 yuzu/configuration/configure_web: Specify string conversions explicitly 7 years ago
Lioncash e587f53654 yuzu/configuration/configure_system: Specify string conversions explicitly 7 years ago
Lioncash 24f3048353 yuzu/configuration/configure_profile_manager: Mark UI string as translatable 7 years ago
Lioncash 328de6dfe3 yuzu/configuration/configure_per_general: Specify string conversions explicitly 7 years ago
Lioncash e9de531962 yuzu/configuration/configure_mouse_advanced: Clean up array accesses 7 years ago
Lioncash 43e8e5d385 yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitly 7 years ago
Lioncash 947c81af03 yuzu/configuration/configure_input_player: Clean up array accesses 7 years ago