| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9389 from lioncash/emumove | 2022-12-06 | 3 | -14/+13 | |
| |\ | | | | | emulated_console/emulated_controller: std::move ParamPackage instances where applicable | ||||
| | * | emulated_controller: Remove unused parameter in GetMappedDevices() | 2022-12-05 | 2 | -3/+2 | |
| | | | | | | | | | | | This isn't used, so it can be removed to make the function a little nicer. | ||||
| | * | emulated_controller: Use std::move() in GetMappedDevices() | 2022-12-05 | 1 | -6/+6 | |
| | | | | | | | | | Avoids churning allocations in a loop. | ||||
| | * | emulated_console: Amend cast in SetTouch() | 2022-12-05 | 1 | -1/+1 | |
| | | | | | | | | | id is an int value, not a u32. | ||||
| | * | emulated_console: std::move() ParamPackages and callbacks where applicable | 2022-12-05 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge pull request #9386 from lioncash/init | 2022-12-06 | 6 | -27/+25 | |
| |\ \ | | | | | | | kernel: Ensure relevant class members are always initialized on construction | ||||
| | * | | kernel/k_shared_memory: Ensure device_memory is always initialized | 2022-12-05 | 1 | -1/+1 | |
| | | | | |||||
| | * | | kernel/k_memory_block: Ensure members are always initialized | 2022-12-05 | 2 | -22/+20 | |
| | | | | |||||
| | * | | kernel/physical_core: Ensure is_interrupted is always initialized | 2022-12-05 | 1 | -1/+1 | |
| | | | | |||||
| | * | | kernel/thread: Ensure stack_top and argument are always initialized | 2022-12-05 | 1 | -2/+2 | |
| | | | | |||||
| | * | | kernel/kernel: Ensure shutdown threads are always initialized | 2022-12-05 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Merge pull request #9369 from german77/mifare | 2022-12-05 | 9 | -36/+600 | |
| |\ \ \ | |_|/ |/| | | service: nfc: Implement mifare service | ||||
| | * | | service: nfc: Implement mifare service | 2022-12-01 | 9 | -36/+600 | |
| | | | | |||||
| * | | | Merge pull request #6833 from abouvier/unbundle | 2022-12-05 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | cmake: prefer system libraries | ||||
| | * | | cmake: prefer system libraries | 2022-12-04 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Merge pull request #9381 from liamwhite/uninit | 2022-12-04 | 1 | -7/+7 | |
| |\ \ \ | | | | | | | | | service_thread: fix uninitialized memory usage | ||||
| | * | | | service_thread: fix uninitialized memory usage | 2022-12-04 | 1 | -7/+7 | |
| | | | | | |||||
| * | | | | Merge pull request #9232 from bunnei/audio-default-thread | 2022-12-04 | 3 | -18/+12 | |
| |\ \ \ \ | |/ / / |/| | | | hle: service: audio: Use default service thread. | ||||
| | * | | | hle: service: audio: Use default service thread. | 2022-11-11 | 3 | -18/+12 | |
| | | | | | | | | | | | | | | | | | - This was arbitrarily added by me, and does not appear to be helpful. | ||||
| * | | | | Merge pull request #9273 from ameerj/per-game-profile | 2022-12-04 | 1 | -2/+1 | |
| |\ \ \ \ | |_|/ / |/| | | | Configuration: Add per-game input profiles | ||||
| | * | | | Configuration: Add per-game input profiles | 2022-11-20 | 1 | -2/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #9374 from liamwhite/externals | 2022-12-04 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | externals: update dynarmic, SDL2 | ||||
| | * | | | | externals: update dynarmic, SDL2 | 2022-12-04 | 1 | -0/+1 | |
| | | | | | | |||||
| * | | | | | Merge pull request #9344 from liamwhite/null | 2022-12-03 | 1 | -0/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | video_core: add null backend | ||||
| | * | | | | video_core: add null backend | 2022-11-28 | 1 | -0/+2 | |
| | | | | | | |||||
| * | | | | | Merge pull request #9300 from ameerj/pch | 2022-12-03 | 2 | -0/+16 | |
| |\ \ \ \ \ | | | | | | | | | | | | | CMake: Use precompiled headers to improve compile times | ||||
| | * | | | | | CMake: Consolidate common PCH headers | 2022-11-30 | 1 | -6/+3 | |
| | | | | | | | |||||
| | * | | | | | CMake: Use precompiled headers | 2022-11-29 | 2 | -0/+19 | |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9289 from liamwhite/fruit-company | 2022-12-03 | 17 | -10/+21 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | general: fix compile for Apple Clang | ||||
| | * | | | | | | general: fix compile for Apple Clang | 2022-11-22 | 17 | -10/+21 | |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #9303 from liamwhite/new-vulkan-init | 2022-12-02 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Vulkan: update initialization | ||||
| | * | | | | | | | Vulkan: update initialization | 2022-11-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: bylaws <bylaws@users.noreply.github.com> | ||||
| * | | | | | | | | Merge pull request #9348 from Morph1984/when-the-network-is-down | 2022-12-01 | 1 | -7/+34 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | service: nifm: Update stubs for Submit/GetRequestState/GetResult | ||||
| | * | | | | | | | service: nifm: Update stubs for Submit/GetRequestState/GetResult | 2022-11-28 | 1 | -7/+34 | |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #9320 from yuzu-emu/fix-audio-suspend | 2022-11-30 | 1 | -6/+5 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | AudioCore: Take suspend lock when stalling the running process. | ||||
| | * | | | | | | | core: Use atomic instead of a lock to protect is_paused. | 2022-11-26 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This allows us to call IsPaused() elsewhere if we are holding the suspend lock. | ||||
| * | | | | | | | | Merge pull request #9340 from lioncash/nvdrv | 2022-11-29 | 1 | -26/+18 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | nvdrv: Simplify builder declarations | ||||
| | * | | | | | | | | nvdrv: Simplify builder declarations | 2022-11-28 | 1 | -26/+18 | |
| | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can just use auto here. If one of these ever happens to not be derived from nvdevice, then this will cause a compilation error. We can also move the devices into the collection to get rid of an unnecessary atomic reference count increment and decrement. | ||||
| * | | | | | | | | Merge pull request #9346 from lioncash/vtable | 2022-11-29 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | producer_listener: Add virtual destructor to IProducerListener | ||||
| | * | | | | | | | | producer_listener: Add virtual destructor to IProducerListener | 2022-11-28 | 1 | -0/+1 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several member variables are shared_ptr's to this base class. Even though producer listeners are still unimplemented, this ensures we always have consistent deletion behavior once this ends up being used polymorphically. | ||||
| * | | | | | | | | Merge pull request #9345 from lioncash/fence | 2022-11-29 | 6 | -16/+15 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | consumer_base: Pass std::shared_ptr by const reference | ||||
| | * | | | | | | | | buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer() | 2022-11-28 | 3 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't directly modified. Also allows rvalues to be used with it. | ||||
| | * | | | | | | | | buffer_queue_consumer: std::move std::shared_ptr in Connect() | 2022-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids an unnecessary reference count increment and decrement | ||||
| | * | | | | | | | | consumer_base: Pass shared_ptr by const reference | 2022-11-28 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids churning atomic reference count increments and decrements. | ||||
| | * | | | | | | | | consumer_base: Remove redundant virtual | 2022-11-28 | 1 | -5/+5 | |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | override already serves this purpose | ||||
| * | | | | | | | | Merge pull request #9343 from lioncash/bounds | 2022-11-29 | 2 | -17/+31 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | syncpoint_manager: Reduce redundant bounds checks | ||||
| | * | | | | | | | syncpoint_manager: Mark IsSyncpointAllocated() as const | 2022-11-28 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't modify class state at all. | ||||
| | * | | | | | | | syncpoint_manager: Reduce number of bounds checks | 2022-11-28 | 1 | -14/+28 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | The only time we need to check bounds is on the first access. | ||||
| * | | | | | | | core/hid/emulated_controller: Use ranges version of transform | 2022-11-28 | 1 | -19/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the transform calls much nicer to read. | ||||
| * | | | | | | | common/input: Add helpers functions for creating input and output devices | 2022-11-28 | 3 | -19/+19 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Avoids the redundancy of needing to explictly specify the common namespace and the type. | ||||