| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | time: add LockFreeAtomicType | 2022-12-21 | 3 | -40/+65 | |
| | | |||||
| * | Merge pull request #9463 from liamwhite/manager-events | 2022-12-20 | 2 | -14/+8 | |
| |\ | | | | | EmuThread: refactor | ||||
| | * | EmuThread: refactor | 2022-12-17 | 2 | -14/+8 | |
| | | | |||||
| * | | kernel: remove TimeManager | 2022-12-18 | 11 | -117/+33 | |
| | | | |||||
| * | | kernel: add KHardwareTimer | 2022-12-18 | 6 | -6/+271 | |
| | | | |||||
| * | | service: nfc: Silence ListDevices | 2022-12-18 | 2 | -2/+2 | |
| | | | |||||
| * | | Merge pull request #9456 from german77/virtual_gamepad | 2022-12-17 | 2 | -0/+91 | |
| |\ \ | |/ |/| | input_common: Add virtual gamepad | ||||
| | * | input_common: Add virtual gamepad | 2022-12-16 | 2 | -0/+91 | |
| | | | |||||
| * | | Merge pull request #9452 from ameerj/hle-read-buffer-resreve | 2022-12-17 | 1 | -8/+6 | |
| |\ \ | |/ |/| | hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | ||||
| | * | hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | 2022-12-15 | 1 | -8/+6 | |
| | | | | | | | | | Initializing the vector size during initialization is more efficient than a later call to resize() | ||||
| * | | Merge pull request #6354 from ogniK5377/device-name | 2022-12-16 | 4 | -2/+19 | |
| |\ \ | | | | | | | Set: Allow setting device nickname | ||||
| | * | | Set: Allow setting device nickname | 2022-12-13 | 4 | -2/+19 | |
| | | | | |||||
| * | | | Merge pull request #9450 from ameerj/hle-ipc-vector-reserve | 2022-12-16 | 1 | -0/+8 | |
| |\ \ \ | | | | | | | | | hle_ipc: Reserve vectors before populating | ||||
| | * | | | hle_ipc: Reserve vectors before populating | 2022-12-15 | 1 | -0/+8 | |
| | | |/ | |/| | |||||
| * | | | kernel: svc: Fix duplicated InfoType enum | 2022-12-15 | 1 | -90/+47 | |
| | | | | |||||
| * | | | kernel: process: Implement GetFreeThreadCount | 2022-12-15 | 3 | -1/+28 | |
| |/ / | | | | | | | Used by Just DanceĀ® 2023 Edition | ||||
| * | | Merge pull request #7410 from Nefsen402/wayland-fixes | 2022-12-15 | 1 | -0/+6 | |
| |\ \ | | | | | | | Wayland fixes | ||||
| | * | | gl_device: Use a more robust way to use strict context mode | 2022-12-13 | 1 | -0/+6 | |
| | |/ | | | | | | | | | | | Instead of checking a environment variable which may not actually exist or is just wrong, ask QT if it's running on the wayland platform. | ||||
| * / | Revert "hle: service: audio: Use default service thread." | 2022-12-14 | 3 | -12/+18 | |
| |/ | |||||
| * | Merge pull request #9398 from liamwhite/fail | 2022-12-12 | 4 | -17/+20 | |
| |\ | | | | | general: improve handling of system startup failure | ||||
| | * | general: improve handling of system startup failure | 2022-12-06 | 4 | -17/+20 | |
| | | | |||||
| * | | Merge pull request #9415 from liamwhite/dc | 2022-12-11 | 1 | -14/+15 | |
| |\ \ | | | | | | | memory: correct semantics of data cache management operations | ||||
| | * | | memory: correct semantics of data cache management operations | 2022-12-11 | 1 | -14/+15 | |
| | | | | |||||
| * | | | memory: remove DEBUG_ASSERT pointer test | 2022-12-10 | 1 | -2/+0 | |
| |/ / | |||||
| * | | Remove the lock entirely as per PR discussion | 2022-12-09 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Merge pull request #9370 from liamwhite/break-unmapped | 2022-12-06 | 3 | -6/+44 | |
| |\ \ | |/ |/| | core: add option to break on unmapped access | ||||
| | * | core: add option to break on unmapped access | 2022-12-02 | 3 | -6/+44 | |
| | | | |||||
| * | | Merge pull request #9392 from lioncash/reporter | 2022-12-06 | 2 | -25/+26 | |
| |\ \ | | | | | | | reporter: Eliminate undefined behavior in SaveErrorReport | ||||
| | * | | reporter: Pass by const reference where applicable | 2022-12-05 | 2 | -19/+20 | |
| | | | | | | | | | | | | | Same behavior, but without memory churn. | ||||
| | * | | reporter: Eliminate undefined behavior in SaveErrorReport | 2022-12-05 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge pull request #9390 from lioncash/keyboard | 2022-12-06 | 12 | -58/+59 | |
| |\ \ \ | | | | | | | | | applets: Extract callback types into aliases | ||||
| | * | | | applets/controller: Use aliases for callbacks | 2022-12-05 | 2 | -3/+5 | |
| | | | | | |||||
| | * | | | applets/error: Use aliases for callbacks | 2022-12-05 | 2 | -9/+11 | |
| | | | | | |||||
| | * | | | applets/mii_edit: Use aliases for callbacks | 2022-12-05 | 2 | -3/+5 | |
| | | | | | |||||
| | * | | | applets/profile_select: Use aliases for callbacks | 2022-12-05 | 2 | -4/+5 | |
| | | | | | | | | | | | | | | | | | Deduplicates callback definitions and situates it in one place. | ||||
| | * | | | applets/web_browser: Use aliases for callbacks | 2022-12-05 | 2 | -18/+17 | |
| | | | | | | | | | | | | | | | | | Deduplicates a lot of long callback declarations | ||||
| | * | | | applets/software_keyboard: Use aliases for callbacks | 2022-12-05 | 2 | -21/+16 | |
| | |/ / | | | | | | | | | | | | | Deduplicates really long std::function declarations to make the interface nicer to read. | ||||
| * | | | 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 | |
| | | |/ | |/| | |||||