You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
Lioncash b46e615551 input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling
The deleter can just be set in the constructor and maintained throughout
the lifetime of the object.

If a contained pointer is null, then the deleter won't execute, so this
is safe to do. We don't need to swap it out with a version of a deleter
that does nothing.
6 years ago
..
audio_core core/core_timing: Make callback parameters consistent 6 years ago
common common/math_util: Provide a template deduction guide for Common::Rectangle 6 years ago
core Merge pull request #1931 from DarkLordZach/mii-database-1 6 years ago
input_common input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling 6 years ago
tests kernel: Handle page table switching within MakeCurrentProcess() 6 years ago
video_core Merge pull request #2446 from ReinUsesLisp/tid 6 years ago
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 6 years ago
yuzu Merge pull request #1931 from DarkLordZach/mii-database-1 6 years ago
yuzu_cmd Merge pull request #2518 from ReinUsesLisp/sdl2-window 6 years ago
.clang-format
CMakeLists.txt Merge pull request #2460 from lioncash/volatile 6 years ago