11716 Commits (c0600099bd9e66326d0bc5119042302eebc06e7d)
 

Author SHA1 Message Date
Lioncash c0600099bd yuzu/bootmanager: Default EmuThread's destructor in the cpp file 7 years ago
Lioncash 982ebbb022 yuzu/bootmanager: unsigned -> u32 7 years ago
Lioncash 0cbdedd429 yuzu/bootmanager: Change false literal to 0 for setSwapInterval() 7 years ago
Lioncash 8d120b9121 yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor 7 years ago
Lioncash 531072e387 yuzu/bootmanager: Remove unnecessary pointer casts 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
bunnei a42ca86140 Merge pull request #1931 from DarkLordZach/mii-database-1 7 years ago
bunnei 31f43225bc Merge pull request #2431 from DarkLordZach/game-list-cache 7 years ago
Zach Hilman 99e5ba2e98 main: Remove extraneous comment 7 years ago
bunnei fe5f59d53d Merge pull request #2446 from ReinUsesLisp/tid 7 years ago
bunnei cd85ef05c2 Merge pull request #2518 from ReinUsesLisp/sdl2-window 7 years ago
bunnei cf1d3d3e5f Merge pull request #2519 from lioncash/sign 7 years ago
bunnei ca6c830594 Merge pull request #2524 from ReinUsesLisp/fixup-extension 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
bunnei e8f7abaf34 Merge pull request #2516 from lioncash/label 7 years ago
bunnei 4b08b2d0aa Merge pull request #2509 from lioncash/aoc 7 years ago
bunnei 8df82eb4ad Merge pull request #2511 from lioncash/file-str 7 years ago
bunnei f07e35f5ee Merge pull request #2517 from lioncash/hotkey 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
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 4b35863a18 common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() 7 years ago