11673 Commits (227430a15759199c4ee39a315fcb6c93f816742d)
 

Author SHA1 Message Date
Zach Hilman 227430a157 loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman bdfb6260d5 prepo: Save reports from PlayReport service 7 years ago
Zach Hilman 1509f4921d fatal: Save report on fatal:u call 7 years ago
Zach Hilman 30368b0571 service: Save report on unimplemented function call 7 years ago
Zach Hilman f5659d962c applets/error: Save report on error applet 7 years ago
Zach Hilman 0ab58dcc13 applets: Save report on stubbed applet 7 years ago
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
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 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
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 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
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
bunnei 2a0c0c04cf Merge pull request #2455 from lioncash/config 7 years ago
bunnei 424a4d91b5 Merge pull request #2503 from lioncash/util 7 years ago
bunnei 29628c3292 Merge pull request #2494 from lioncash/shader-text 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