12452 Commits (9fb31b1b231ea2ea4f7eb9d4e1a2b2e5dcc20e97)
 

Author SHA1 Message Date
Zach Hilman 7c698b4f31 svc: Save report on call to svcBreak 7 years ago
Zach Hilman 8d16f91049 core: Add Reporter class to take/save reports 7 years ago
Zach Hilman 28886a2927 qt: Make UI option for 'Reporting Services' temporary 7 years ago
Zach Hilman a3c66e920b settings: Add 'Reporting Services' config option 7 years ago
Zach Hilman a102ace3c5 arm_interface: Expand backtrace generation 7 years ago
Zach Hilman c1475193ba core: Track load offsets of NSO modules 7 years ago
Lioncash c0c69367c7 configure_hotkeys: Remove unnecessary Settings::Apply() call 7 years ago
Lioncash 1e12e2f906 configure_hotkeys: Tidy up key sequence conflict error string 7 years ago
Lioncash 02687c55b4 configure_hotkeys: Change critical error dialog into a warning dialog 7 years ago
Lioncash 0989921fb9 configure_hotkeys: Move conflict detection logic to IsUsedKey() 7 years ago
Lioncash c227927751 configure_hotkeys: Remove unused EmitHotkeysChanged() 7 years ago
Lioncash 82b996abf7 sequence_dialog: Reorganize the constructor 7 years ago
Lioncash 6b913ce590 sequence_dialog: Remove unnecessary horizontal specifier 7 years ago
Lioncash 2554072b1d renderer_opengl/utils: Use a std::string_view with LabelGLObject() 7 years ago
bunnei cb4fef9da1 Merge pull request #2513 from lioncash/string 7 years ago
bunnei c539e53e55 Merge pull request #2358 from ReinUsesLisp/parallel-shader 7 years ago
Lioncash 2cb44f4a07 yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call 7 years ago
Lioncash 6924e2ee68 yuzu/CMakeLists: Disable implicit QString conversions 7 years ago
Lioncash f4a1312c3c yuzu/applets/software_keyboard: Remove unused assert header 7 years ago
Lioncash c991a5d2b0 yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() 7 years ago
Lioncash 63eed87b61 yuzu/applets/software_keyboard: Resolve sign mismatch comparison 7 years ago
Lioncash cd72443889 yuzu/applets/software_keyboard: Specify string conversions explicitly 7 years ago
Lioncash 0cfd78073f yuzu/applets/error: Specify string conversions explicitly 7 years ago
Lioncash 8dc757f1e2 yuzu/main: Specify string conversions where applicable 7 years ago
bunnei e8f7d09cf1 Merge pull request #2485 from ReinUsesLisp/generic-memory 7 years ago
bunnei b7ea72a520 Merge pull request #2504 from lioncash/config 7 years ago
bunnei 3de4f9f305 Merge pull request #2489 from FearlessTobi/port-4716 7 years ago
bunnei 8065fdce85 Merge pull request #2505 from ReinUsesLisp/glad-update 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
ReinUsesLisp d7494211ef externals: Update glad to support OpenGL 4.6 compatibility profile 7 years ago
Lioncash 2bcec58614 renderer_opengl/gl_shader_decompiler: Remove redundant name specification in format string 7 years ago