- 09 Oct, 2020 1 commit
-
-
LC authored
video_core: Enforce -Wunused-variable and -Wunused-but-set-variable
-
- 08 Oct, 2020 3 commits
-
-
bunnei authored
InputCommon: Add random motion input for buttons
-
Rodrigo Locatti authored
renderer_vulkan/wrapper: Fix physical device sorting
-
bunnei authored
common: Use system zstd on Linux
-
- 07 Oct, 2020 4 commits
-
-
bunnei authored
hid: Stub HomeButtonInputProtection service commands
-
ReinUsesLisp authored
The old code had a sort function that was invalid and it didn't work as expected when the base vector had a different order (e.g. renderdoc was attached). This sorts devices as expected and fixes a debug assert on MSVC.
-
bunnei authored
submission_package: Fix updates integrated into cartridge images.
-
bunnei authored
capsrv: Stub 3 variants of SetShimLibraryVersion
-
- 06 Oct, 2020 2 commits
- 04 Oct, 2020 1 commit
-
-
bunnei authored
Update translations (2020-09-11)
-
- 03 Oct, 2020 1 commit
-
-
ReinUsesLisp authored
-
- 02 Oct, 2020 2 commits
- 30 Sep, 2020 15 commits
-
-
german authored
-
David authored
input_common: First implementation of controller rumble
-
David authored
frontend/controller: Eliminate dependency on the global system instance
-
Morph authored
- Used by caps_su SetShimLibraryVersion
-
Morph authored
- Used in Super Smash Bros. Ultimate
-
Morph authored
-
Morph authored
- Used in 1-2 Switch. Given that we do not emulate the functionality of the home button yet, we can stub this for now.
-
LC authored
qt/game_list: Give GameListSearchField::KeyReleaseEater a parent
-
LC authored
common/wall_clock: Add virtual destructors
-
LC authored
Remove ext_extended_dynamic_state blacklist
-
bunnei authored
HID: Use different timing for motion
-
Lukas Senionis authored
-
Matías Locatti authored
Latest AMD 20.9.2 driver fixed this, there's no reason to keep it blocked, as the previous stable signed driver release doesn't include the extension.
-
ReinUsesLisp authored
From -fsanitize=address, this code wasn't calling the proper destructor. Adding virtual destructors for each inherited class and the base class fixes this bug. While we are at it, mark the functions as final.
-
bunnei authored
This is currently necessary to build ffmpeg
-
- 29 Sep, 2020 8 commits
-
-
bunnei authored
main: Allow applets to display on top while fullscreen
-
bunnei authored
codec: Make lookup table static constexpr
-
bunnei authored
cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback()
-
bunnei authored
nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies
-
ReinUsesLisp authored
This fixes a memory leak as KeyReleaseEater's destructor was never called.
-
german authored
-
lat9nq authored
From what I understand, this tells CMake to use the system, not conan, version of zstd. Required to build on the coming MinGW Docker container.
-
lat9nq authored
-
- 27 Sep, 2020 1 commit
-
-
bunnei authored
audio_core: Resolve sign conversion warnings
-
- 26 Sep, 2020 2 commits
-
-
Rodrigo Locatti authored
vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux
-
bunnei authored
shader/registry: Make use of designated initializers where applicable
-