10213 Commits (c417b4fe28861062e799ddf5d010e1c4a1abe01e)

Author SHA1 Message Date
Zach Hilman c417b4fe28 game_list: Accept *.kip as a file extension of executables 7 years ago
Zach Hilman ce9f7ac4f2 loader: Add recognition for KIP file type 7 years ago
Zach Hilman a76bd49268 loader: Add KIP and INI file parser-specific errors 7 years ago
Zach Hilman c3548967b1 loader: Add AppLoader_KIP for KIP files 7 years ago
Zach Hilman b550a01f74 program_metadata: Add function to load meta from raw parameters 7 years ago
Zach Hilman 0f37096820 partition_data_manager: Remove KIP processing and use FileSys 7 years ago
Zach Hilman 421c3e831a file_sys: Add classes to parse KIP1 and INI1 files 7 years ago
Lioncash e70f16fff7 input_common/sdl/sdl_impl: Silence sign conversion warnings 7 years ago
Lioncash 1edf018319 common/math_util: Provide a template deduction guide for Common::Rectangle 7 years ago
Zach Hilman 9b2d38582f main: Remove extraneous comment 7 years ago
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 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
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
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 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
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
Lioncash e3b2539986 common/file_util: Remove unnecessary c_str() calls 7 years ago
Lioncash 8cd3d9be26 common/file_util: Make IOFile's WriteString take a std::string_view 7 years ago
Lioncash b6dcb1ae4d shader/shader_ir: Make Comment() take a std::string by value 7 years ago
Lioncash 228e58d0a5 shader/decode/*: Add missing newline to files lacking them 7 years ago
Lioncash 87b4c1ac5e shader/decode/*: Eliminate indirect inclusions 7 years ago
Lioncash 3e7d37301a service/aoc: Avoid allocating and discarding data 7 years ago
Lioncash d0e200a894 service/aoc: Remove unnecessary includes 7 years ago
Lioncash 819d229e76 service/aoc: Pop all passed values where applicable 7 years ago
Lioncash 195b54602f shader/decode/memory: Remove left in debug pragma 7 years ago
Lioncash de23847184 renderer_opengl/gl_shader_decompiler: Remove redundant name specification in format string 7 years ago
ReinUsesLisp 69215b5a55 gl_shader_cache: Fix clang strict standard build issues 7 years ago