- 03 Sep, 2020 5 commits
-
-
LC authored
file_sys/patch_manager: Add missing include
-
ReinUsesLisp authored
Fixes build issues
-
bunnei authored
fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()
-
bunnei authored
file_sys: Replace inclusions with forward declarations where applicable
-
bunnei authored
externals: Work around libusb duplicate GUID errors
-
- 02 Sep, 2020 7 commits
-
-
LC authored
main: Use three dots to complete the ellipsis
-
Lioncash authored
Given we have two libraries that seem to use the same identifier, we can alter one of them so that the variable is used in place, effectively changing the used identifier, but without altering the source of libusb.
-
lat9nq authored
Fixes a typo in the UI file. An ellipsis has 3 dots.
-
bunnei authored
input_common/motion_input: Make use of Common::PI constant
-
Morph authored
Also amend the copyright notice to yuzu's instead of Dolphin's, which was mistakenly copy-pasted from another file.
-
bunnei authored
input_common: Add a basic class for motion devices
-
bunnei authored
externals: Track upstream libusb directly
-
- 01 Sep, 2020 4 commits
- 31 Aug, 2020 2 commits
- 30 Aug, 2020 3 commits
-
-
ReinUsesLisp authored
'driver_id' can only be known on Vulkan 1.1 after creating a logical device. Move the driver id check to disable VK_EXT_extended_dynamic_state after the logical device is successfully initialized. The Vulkan device will have the extension enabled but it will not be used.
-
bunnei authored
sdl_impl: Minor cleanup
-
bunnei authored
bootmanager: Prevent unnecessary copies in TouchUpdateEvent()
-
- 29 Aug, 2020 16 commits
-
-
FearlessTobi authored
-
FearlessTobi authored
-
FearlessTobi authored
-
Lioncash authored
The list of points is returned by const reference, so we don't need to make a copy of every element in the list.
-
FearlessTobi authored
-
LC authored
yuzu/main: Amend lifetime issues with InputSubsystem
-
LC authored
yuzu/configuration: Fix index out of bounds for default_analogs
-
Lioncash authored
Due to the way Qt performs destruction of parent/child widgets, we need to make the lifetime of the input subsystem shared across the main window and the render window.
-
Morph authored
-
Lioncash authored
These maps can be constexpr arrays of std::pair.
-
Lioncash authored
Avoids redundant copies.
-
Lioncash authored
Avoids churning ParamPackage instances.
-
Lioncash authored
We need to add the 'f' suffix to make the right hand side a float and not a double.
-
Lioncash authored
The purpose of make_tuple is that you don't need to explicitly type out the types of the things that comprise said tuple. Given this just returns default values, we can simplify this a bit.
-
Lioncash authored
This doesn't modify internal member state, so it can be marked as const.
-
LC authored
input_common/main: Remove unimplemented prototype
-
- 28 Aug, 2020 3 commits
-
-
Lioncash authored
-
Rodrigo Locatti authored
vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state
-
Lioncash authored
I forgot to remove this in the rebase when removing most of the global variables within the input common codebase.
-