Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-10 | Merge pull request #9417 from liamwhite/debug-assert | Mai | |
memory: remove DEBUG_ASSERT pointer test | |||
2022-12-10 | audio_core: remove explicitly defaulted and implicitly deleted constructors | Liam | |
2022-12-10 | memory: remove DEBUG_ASSERT pointer test | Liam | |
2022-12-09 | Merge pull request #9412 from Saalvage/fix/trace-log-compilation | liamwhite | |
Fix compilation error | |||
2022-12-09 | Remove the lock entirely as per PR discussion | Salvage | |
Correctly unlock mutex before its destruction As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case Swap out unique for scoped lock and readd comment | |||
2022-12-09 | Fix compilation error | Salvage | |
2022-12-08 | Merge pull request #9401 from vonchenplus/draw_manager | Fernando S | |
video_core: Implement maxwell3d draw manager and split draw logic | |||
2022-12-08 | video_core: Implement maxwell3d draw manager and split draw logic | Feng Chen | |
2022-12-06 | Merge pull request #9365 from liamwhite/val | Morph | |
vulkan_common: quiet some validation errors | |||
2022-12-06 | Merge pull request #9370 from liamwhite/break-unmapped | merry | |
core: add option to break on unmapped access | |||
2022-12-06 | Merge pull request #9393 from liamwhite/more-vulkan | Fernando S | |
vulkan_common: further initialization tweaks | |||
2022-12-06 | Merge pull request #9392 from lioncash/reporter | liamwhite | |
reporter: Eliminate undefined behavior in SaveErrorReport | |||
2022-12-06 | Merge pull request #9390 from lioncash/keyboard | liamwhite | |
applets: Extract callback types into aliases | |||
2022-12-06 | Merge pull request #9389 from lioncash/emumove | liamwhite | |
emulated_console/emulated_controller: std::move ParamPackage instances where applicable | |||
2022-12-06 | Merge pull request #9386 from lioncash/init | liamwhite | |
kernel: Ensure relevant class members are always initialized on construction | |||
2022-12-06 | Merge pull request #9391 from abouvier/cmake-sdl | liamwhite | |
cmake: use sdl2 imported target | |||
2022-12-06 | Merge pull request #9387 from abouvier/cmake-libusb | liamwhite | |
cmake: prefer system libusb | |||
2022-12-06 | configure_graphics: Make SPIRV backend string translatable | Lioncash | |
The parenthetical needs to be translatable, like with GLASM | |||
2022-12-06 | cmake: prefer system libusb | Alexandre Bouvier | |
2022-12-05 | Merge pull request #9369 from german77/mifare | liamwhite | |
service: nfc: Implement mifare service | |||
2022-12-05 | Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-T | liamwhite | |
Respect render mode override | |||
2022-12-05 | vulkan_common: further initialization tweaks | Liam | |
2022-12-05 | reporter: Pass by const reference where applicable | Lioncash | |
Same behavior, but without memory churn. | |||
2022-12-05 | reporter: Eliminate undefined behavior in SaveErrorReport | Lioncash | |
The optionals are unconditionally dereferenced when setting the custom error text, and in a few cases this function is called using the default value of the optionals. This means we'd be dereferencing uninitialized storage. Since they're used unconditionally, we can use value_or to set a default when storage is uninitialized. | |||
2022-12-06 | cmake: use sdl2 imported target | Alexandre Bouvier | |
2022-12-05 | applets/controller: Use aliases for callbacks | Lioncash | |
2022-12-05 | applets/error: Use aliases for callbacks | Lioncash | |
2022-12-05 | applets/mii_edit: Use aliases for callbacks | Lioncash | |
2022-12-05 | applets/profile_select: Use aliases for callbacks | Lioncash | |
Deduplicates callback definitions and situates it in one place. | |||
2022-12-05 | applets/web_browser: Use aliases for callbacks | Lioncash | |
Deduplicates a lot of long callback declarations | |||
2022-12-05 | applets/software_keyboard: Use aliases for callbacks | Lioncash | |
Deduplicates really long std::function declarations to make the interface nicer to read. | |||
2022-12-05 | emulated_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-05 | emulated_controller: Use std::move() in GetMappedDevices() | Lioncash | |
Avoids churning allocations in a loop. | |||
2022-12-05 | emulated_console: Amend cast in SetTouch() | Lioncash | |
id is an int value, not a u32. | |||
2022-12-05 | emulated_console: std::move() ParamPackages and callbacks where applicable | Lioncash | |
2022-12-05 | kernel/k_shared_memory: Ensure device_memory is always initialized | Lioncash | |
2022-12-05 | kernel/k_memory_block: Ensure members are always initialized | Lioncash | |
2022-12-05 | kernel/physical_core: Ensure is_interrupted is always initialized | Lioncash | |
2022-12-05 | kernel/thread: Ensure stack_top and argument are always initialized | Lioncash | |
2022-12-05 | kernel/kernel: Ensure shutdown threads are always initialized | Lioncash | |
2022-12-05 | Merge pull request #6833 from abouvier/unbundle | liamwhite | |
cmake: prefer system libraries | |||
2022-12-05 | Vulkan: Implement Alpha coverage | Fernando Sahmkow | |
2022-12-04 | input_common: Allow mifare files | Narr the Reg | |
2022-12-04 | Merge pull request #9381 from liamwhite/uninit | Mai | |
service_thread: fix uninitialized memory usage | |||
2022-12-04 | service_thread: fix uninitialized memory usage | Liam | |
2022-12-04 | Merge pull request #9232 from bunnei/audio-default-thread | liamwhite | |
hle: service: audio: Use default service thread. | |||
2022-12-04 | Merge pull request #9273 from ameerj/per-game-profile | liamwhite | |
Configuration: Add per-game input profiles | |||
2022-12-04 | Merge pull request #9372 from liamwhite/vk12 | liamwhite | |
vulkan_common: promote extension usages to core when possible | |||
2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | |
2022-12-04 | yuzu-cmd: link SDL2 correctly | Liam | |