11091 Commits (8a2e96de2e2f9075d82b0e5ceea17ab7c0397d8f)

Author SHA1 Message Date
ReinUsesLisp 21c0b4dec8 gl_device: Add commentary to AOFFI unit test source code 7 years ago
ReinUsesLisp 84928e6d67 gl_shader_gen: Always declare extensions after the version declaration 7 years ago
Zach Hilman 52b80d231c ncm: Implement LR OpenAddOnContentLocationResolver (2) 7 years ago
Zach Hilman e0920ef4ba ncm: Implement LR OpenRegisteredLocationResolver (1) 7 years ago
Zach Hilman 33ac193bf6 ncm: Implement LR OpenLocationResolver (0) 7 years ago
Zach Hilman 46e2ca5475 game_list_worker: Add better error handling to caching 7 years ago
Zach Hilman 944c07ac7d yuzu: Clear partial/full game list cache when data is updated 7 years ago
Zach Hilman f95bdb5088 game_list: Implement caching for game list 7 years ago
Zach Hilman 180f22f17e ui_settings: Add option to cache game list 7 years ago
Zach Hilman b77fde7c5c loader: Move NSO module tracking to AppLoader 7 years ago
ReinUsesLisp f424b46036 vk_device: Let formats array type be deduced 7 years ago
ReinUsesLisp a4c5e3e339 vk_shader_decompiler: Misc fixes 7 years ago
ReinUsesLisp dec3c981d0 vk_device: Enable features when available and misc changes 7 years ago
ReinUsesLisp 37eaf39b44 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
Lioncash 0fa039d8d0 core_timing_util: Silence sign-comparison warnings 7 years ago
Lioncash e5159cfb84 loader/nso: Silence sign-comparison warning 7 years ago
ReinUsesLisp 4b80dd23a4 yuzu_cmd: Split emu_window OpenGL implementation into its own file 7 years ago
Zach Hilman cdf52b9374 prepo: Save reports from PlayReport service 7 years ago
Zach Hilman 34e9736910 fatal: Save report on fatal:u call 7 years ago
Zach Hilman fc309bf893 service: Save report on unimplemented function call 7 years ago
Zach Hilman 24392c8ec8 applets/error: Save report on error applet 7 years ago
Zach Hilman bdc47693f1 applets: Save report on stubbed applet 7 years ago
Zach Hilman 186db894b9 svc: Save report on call to svcBreak 7 years ago
Zach Hilman 2dde8f5cfe core: Add Reporter class to take/save reports 7 years ago
Zach Hilman 6f0ee45b5c qt: Make UI option for 'Reporting Services' temporary 7 years ago
Zach Hilman 658d2ee97d settings: Add 'Reporting Services' config option 7 years ago
Zach Hilman 5574be21cc arm_interface: Expand backtrace generation 7 years ago
Zach Hilman 2179ad7483 core: Track load offsets of NSO modules 7 years ago
Lioncash 88cd5e888e configure_hotkeys: Remove unnecessary Settings::Apply() call 7 years ago
Lioncash 6640f631e2 configure_hotkeys: Tidy up key sequence conflict error string 7 years ago
Lioncash d61199721d configure_hotkeys: Change critical error dialog into a warning dialog 7 years ago
Lioncash ef3c0f54d0 configure_hotkeys: Move conflict detection logic to IsUsedKey() 7 years ago
Lioncash c03fb00ac1 configure_hotkeys: Remove unused EmitHotkeysChanged() 7 years ago
Lioncash 5d645c6dd9 sequence_dialog: Reorganize the constructor 7 years ago
Lioncash 9218e347cd sequence_dialog: Remove unnecessary horizontal specifier 7 years ago
Lioncash 5a4564bd8e renderer_opengl/utils: Use a std::string_view with LabelGLObject() 7 years ago
Lioncash d623e38d18 yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call 7 years ago
Lioncash 3c0280cf66 yuzu/CMakeLists: Disable implicit QString conversions 7 years ago
Lioncash bb06b98d81 yuzu/applets/software_keyboard: Remove unused assert header 7 years ago
Lioncash 16bf791939 yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() 7 years ago
Lioncash b3d7180164 yuzu/applets/software_keyboard: Resolve sign mismatch comparison 7 years ago
Lioncash cf9cc41478 yuzu/applets/software_keyboard: Specify string conversions explicitly 7 years ago
Lioncash f5d416e071 yuzu/applets/error: Specify string conversions explicitly 7 years ago
Lioncash 6f2a8fbb13 yuzu/main: Specify string conversions where applicable 7 years ago
ReinUsesLisp d8827b07b5 gl_shader_decompiler: Use an if based cbuf indexing for broken drivers 7 years ago
ReinUsesLisp 46177901b8 gl_device: Add test to detect broken component indexing 7 years ago
Lioncash e7ab0e9127 common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() 7 years ago
Lioncash 11e9bee91d common/file_util: Make GetCurrentDir() return a std::optional 7 years ago
Lioncash 943f6da1ac common/file_util: Remove duplicated documentation comments 7 years ago
Lioncash 2b1fcc8a14 common/file_util: Make ReadFileToString and WriteStringToFile consistent 7 years ago