10217 Commits (c10e37ddbfbe8af4b32539d6a3645015e4903a8e)

Author SHA1 Message Date
Lioncash c10e37ddbf input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 7 years ago
Lioncash f7b6090635 input_common/sdl/sdl_impl: Move documentation comments to header where applicable 7 years ago
Lioncash ac88c3d84d input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller 7 years ago
Lioncash 4124d77186 input_common/sdl/sdl_impl: Mark variables const where applicable 7 years ago
Lioncash 5b89bf78b8 input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static 7 years ago
Lioncash f0a45d70a8 input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast 7 years ago
Lioncash ed90a754c5 input_common/sdl/sdl_impl: Use insert_or_assign() where applicable 7 years ago
Lioncash f51bbb791d input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling 7 years ago
Lioncash 14fb03b99b input_common/sdl/sdl_impl: Resolve two sign conversion warnings 7 years ago
Lioncash 24f0967a65 input_common/sdl: Remove unused header includes and forward declarations 7 years ago
Lioncash 5438937cee input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable 7 years ago
Lioncash cbbf86ba97 input_common/sdl/sdl_impl: Silence sign conversion warnings 7 years ago
Lioncash f2551410bf common/math_util: Provide a template deduction guide for Common::Rectangle 7 years ago
Zach Hilman 99e5ba2e98 main: Remove extraneous comment 7 years ago
ReinUsesLisp ae6e56271f gl_device: Add commentary to AOFFI unit test source code 7 years ago
ReinUsesLisp 469bcc66b1 gl_shader_gen: Always declare extensions after the version declaration 7 years ago
Zach Hilman 2cc382429e game_list_worker: Add better error handling to caching 7 years ago
Zach Hilman 246a57be6f yuzu: Clear partial/full game list cache when data is updated 7 years ago
Zach Hilman 6aba84eee1 game_list: Implement caching for game list 7 years ago
Zach Hilman 14a039fa95 ui_settings: Add option to cache game list 7 years ago
ReinUsesLisp 2410482b11 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
Lioncash e55ce09875 core_timing_util: Silence sign-comparison warnings 7 years ago
Lioncash fc1d10d33a loader/nso: Silence sign-comparison warning 7 years ago
ReinUsesLisp 462140fdb1 yuzu_cmd: Split emu_window OpenGL implementation into its own file 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
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
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
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