summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-06Merge pull request #9390 from lioncash/keyboardliamwhite
applets: Extract callback types into aliases
2022-12-06Merge pull request #9389 from lioncash/emumoveliamwhite
emulated_console/emulated_controller: std::move ParamPackage instances where applicable
2022-12-06Merge pull request #9386 from lioncash/initliamwhite
kernel: Ensure relevant class members are always initialized on construction
2022-12-06Merge pull request #9395 from abouvier/cmake-findliamwhite
cmake: correct find modules
2022-12-06Merge pull request #9391 from abouvier/cmake-sdlliamwhite
cmake: use sdl2 imported target
2022-12-06Merge pull request #9387 from abouvier/cmake-libusbliamwhite
cmake: prefer system libusb
2022-12-06Merge pull request #9394 from lioncash/translateliamwhite
configure_graphics: Make SPIRV backend string translatable
2022-12-06configure_graphics: Make SPIRV backend string translatableLioncash
The parenthetical needs to be translatable, like with GLASM
2022-12-06cmake: correct find modulesAlexandre Bouvier
2022-12-06cmake: prefer system libusbAlexandre Bouvier
2022-12-05Merge pull request #9385 from Morph1984/dynarmic-verliamwhite
externals: Bump dynarmic to 6.4.0
2022-12-05Merge pull request #9369 from german77/mifareliamwhite
service: nfc: Implement mifare service
2022-12-05Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-Tliamwhite
Respect render mode override
2022-12-06cmake: use sdl2 imported targetAlexandre Bouvier
2022-12-05applets/controller: Use aliases for callbacksLioncash
2022-12-05applets/error: Use aliases for callbacksLioncash
2022-12-05applets/mii_edit: Use aliases for callbacksLioncash
2022-12-05applets/profile_select: Use aliases for callbacksLioncash
Deduplicates callback definitions and situates it in one place.
2022-12-05applets/web_browser: Use aliases for callbacksLioncash
Deduplicates a lot of long callback declarations
2022-12-05applets/software_keyboard: Use aliases for callbacksLioncash
Deduplicates really long std::function declarations to make the interface nicer to read.
2022-12-05Merge pull request #9388 from lioncash/fix-msvcMorph
CMakeLists: Remove version specifier for lz4
2022-12-05emulated_controller: Remove unused parameter in GetMappedDevices()Lioncash
This isn't used, so it can be removed to make the function a little nicer.
2022-12-05emulated_controller: Use std::move() in GetMappedDevices()Lioncash
Avoids churning allocations in a loop.
2022-12-05emulated_console: Amend cast in SetTouch()Lioncash
id is an int value, not a u32.
2022-12-05emulated_console: std::move() ParamPackages and callbacks where applicableLioncash
2022-12-05CMakeLists: Remove version specifier for lz4Lioncash
Currently the exported version of lz4 provided by vcpkg is malformed and is "unknown". This makes querying for a specific version broken. Fixes configuring CMake with the use of vcpkg.
2022-12-05kernel/k_shared_memory: Ensure device_memory is always initializedLioncash
2022-12-05kernel/k_memory_block: Ensure members are always initializedLioncash
2022-12-05kernel/physical_core: Ensure is_interrupted is always initializedLioncash
2022-12-05kernel/thread: Ensure stack_top and argument are always initializedLioncash
2022-12-05kernel/kernel: Ensure shutdown threads are always initializedLioncash
2022-12-05externals: Bump dynarmic to 6.4.0Morph
Uses the tagged, versioned release instead.
2022-12-05Merge pull request #6833 from abouvier/unbundleliamwhite
cmake: prefer system libraries
2022-12-05Merge pull request #9383 from FernandoS27/poke-greatliamwhite
Vulkan: Implement Alpha coverage
2022-12-05Vulkan: Implement Alpha coverageFernando Sahmkow
2022-12-04input_common: Allow mifare filesNarr the Reg
2022-12-04Merge pull request #9381 from liamwhite/uninitMai
service_thread: fix uninitialized memory usage
2022-12-04service_thread: fix uninitialized memory usageLiam
2022-12-04Merge pull request #9232 from bunnei/audio-default-threadliamwhite
hle: service: audio: Use default service thread.
2022-12-04Merge pull request #9273 from ameerj/per-game-profileliamwhite
Configuration: Add per-game input profiles
2022-12-04Merge pull request #9372 from liamwhite/vk12liamwhite
vulkan_common: promote extension usages to core when possible
2022-12-04Merge pull request #9379 from liamwhite/cmake-messNarr the Reg
yuzu-cmd: link SDL2 correctly
2022-12-04cmake: prefer system librariesAlexandre Bouvier
2022-12-04yuzu-cmd: link SDL2 correctlyLiam
2022-12-04vulkan_common: add feature test for shaderDrawParametersLiam
2022-12-04vulkan_common: clean up extension usageLiam
2022-12-04vulkan_common: correct usage of timeline semaphore fallbacksLiam
2022-12-04vulkan_common: ensure all mandatory features are tested in feature reportLiam
2022-12-04vulkan_common: unsuffix 16-bit storage feature test structureLiam
2022-12-04vulkan_common: unsuffix timeline semaphore feature test structureLiam