- 23 Jan, 2021 7 commits
-
-
Morph authored
-
LC authored
nsight_aftermath_tracker: Fix build issues when enabled
-
ReinUsesLisp authored
Fix "message(ERROR ..." to "message(FATAL_ERROR ..." to properly stop cmake when Nsight Aftermath can't be configured.
-
ReinUsesLisp authored
Fixes a bunch of build errors when Nsight Aftermath is properly enabled.
-
bunnei authored
lbl: Implement most of lbl
-
bunnei authored
Start of Integer flags implementation
-
bunnei authored
acc: Stub StoreSaveDataThumbnail
-
- 22 Jan, 2021 1 commit
-
-
bunnei authored
Bump conan SDL2 version to 2.0.14
-
- 21 Jan, 2021 7 commits
-
-
bunnei authored
-
bunnei authored
bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64
-
Valeri authored
Update conan package version used for building. A couple of new joystick-related functions might pose interest to yuzu's input system. Some sort of LED management have been added, but it doesn't seem to support leds used for player number indication JoyCons/ProCons use.
-
Lioncash authored
We can use the standardized CLZ facilities to perform this. This also allows us to make utilizing functions constexpr and eliminate the inclusion of an intrinsics header.
-
bunnei authored
HID: Add multitouch support
-
bunnei authored
vk_shader_decompiler: Show comments as OpUndef with a type
-
bunnei authored
Fix player 1 turning on handheld and not updating handheld settings
-
- 20 Jan, 2021 1 commit
-
-
Chloe Marcec authored
Pretty basic service, only thing left to do is handle setting applying once set:sys is implemented
-
- 19 Jan, 2021 2 commits
-
-
bunnei authored
Port citra-emu/citra#5344: "game_list: Fix folder reordering"
-
Chloe Marcec authored
Fixes ACA NEOGEO METAL SLUG hanging on boot.
-
- 18 Jan, 2021 6 commits
-
-
Rodrigo Locatti authored
texture_cache/util: Resolve -Wsign-compare warning
-
LC authored
configure_service: Only compile FormatEventStatusString when YUZU_ENABLE_BOXCAT is enabled
-
LC authored
npad: Add check for HANDHELD_INDEX in UpdateControllerAt()
-
Morph authored
-
german authored
-
FearlessTobi authored
The bug(s) happened because we swapped the contents on values.game_dirs, but the pointer each item had to their respective game_dir wasn't updated. This made it so that the item had the wrong game_dir associated with it after a "move up" or "move down" operation. It can be observed by choosing "open directory location" after such operation. Changed from raw pointer to an index because it's equivalent but a bit clearer, but the change is not essential. Co-Authored-By: Vitor K <29167336+vitor-k@users.noreply.github.com>
-
- 17 Jan, 2021 8 commits
-
-
lat9nq authored
The function is unused if YUZU_ENABLE_BOXCAT is disabled, causing a -Wunused-funciton error when compiled. Wrapping it with `#ifdef YUZU_ENABLE_BOXCAT` to prevent compiling the function when the variable is disabled. Opting to not use [[maybe unused]] in case the function is totally unused in the future.
-
german authored
-
bunnei authored
core: Silence Wclass-memaccess warnings and enforce it
-
Rodrigo Locatti authored
video_core: Resolve -Wdocumentation warnings
-
bunnei authored
vulkan_debug_callback: Add missing header guard
-
Lioncash authored
Resolves a -Wsign-compare warning on Clang.
-
Lioncash authored
Silences some -Wdocumentation warnings on Clang.
-
Lioncash authored
Prevents inclusion issues from occurring.
-
- 16 Jan, 2021 8 commits
-
-
Rodrigo Locatti authored
input_interpreter: Mark two member functions as const
-
Rodrigo Locatti authored
buffer_cache/buffer_base: Add a range tracking buffer container and tests
-
Lioncash authored
These aren't stateful functions, so we can make use of const. While we're at, we can resolve some -Wdocumentation warnings.
-
bunnei authored
input_interpreter: Add method to check for a button press state
-
Morph authored
This allows to check for continuous input for the duration of a button press/hold
-
bunnei authored
X86/NativeClock: Improve performance of clock calculations on hot path.
-
bunnei authored
common/tree: Convert defines over to templates
-
Rodrigo Locatti authored
vulkan_memory_allocator: Improvements to the memory allocator
-