| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-28 | Merge pull request #9504 from liamwhite/pg2 | bunnei | |
| k_page_group: synchronize | |||
| 2022-12-25 | TAS: Increase accuracy of Stick inputs | MonsterDruide1 | |
| 2022-12-25 | k_page_table: remove HACK_OpenPages/ClosePages | Liam | |
| 2022-12-25 | k_page_group: synchronize | Liam | |
| 2022-12-25 | Merge pull request #9496 from liamwhite/shm3 | liamwhite | |
| kernel: workaround static shared memory initialization | |||
| 2022-12-23 | kernel: workaround static shared memory initialization | Liam | |
| 2022-12-21 | time: add LockFreeAtomicType | Liam | |
| 2022-12-20 | Merge pull request #9463 from liamwhite/manager-events | liamwhite | |
| EmuThread: refactor | |||
| 2022-12-18 | kernel: remove TimeManager | Liam | |
| 2022-12-18 | kernel: add KHardwareTimer | Liam | |
| 2022-12-18 | service: nfc: Silence ListDevices | german77 | |
| 2022-12-17 | Merge pull request #9456 from german77/virtual_gamepad | bunnei | |
| input_common: Add virtual gamepad | |||
| 2022-12-17 | EmuThread: refactor | Liam | |
| 2022-12-17 | Merge pull request #9452 from ameerj/hle-read-buffer-resreve | liamwhite | |
| hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | |||
| 2022-12-16 | input_common: Add virtual gamepad | german77 | |
| 2022-12-16 | Merge pull request #6354 from ogniK5377/device-name | liamwhite | |
| Set: Allow setting device nickname | |||
| 2022-12-16 | Merge pull request #9450 from ameerj/hle-ipc-vector-reserve | liamwhite | |
| hle_ipc: Reserve vectors before populating | |||
| 2022-12-15 | hle_ipc: Refactor ReadBuffer to set buffer size upon initialization | ameerj | |
| Initializing the vector size during initialization is more efficient than a later call to resize() | |||
| 2022-12-15 | hle_ipc: Reserve vectors before populating | ameerj | |
| 2022-12-15 | kernel: svc: Fix duplicated InfoType enum | Narr the Reg | |
| 2022-12-15 | kernel: process: Implement GetFreeThreadCount | Narr the Reg | |
| Used by Just DanceĀ® 2023 Edition | |||
| 2022-12-15 | Merge pull request #7410 from Nefsen402/wayland-fixes | liamwhite | |
| Wayland fixes | |||
| 2022-12-14 | Revert "hle: service: audio: Use default service thread." | bunnei | |
| 2022-12-13 | Set: Allow setting device nickname | Chloe Marcec | |
| 2022-12-13 | gl_device: Use a more robust way to use strict context mode | Alexander Orzechowski | |
| 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. | |||
| 2022-12-12 | Merge pull request #9398 from liamwhite/fail | bunnei | |
| general: improve handling of system startup failure | |||
| 2022-12-11 | Merge pull request #9415 from liamwhite/dc | Mai | |
| memory: correct semantics of data cache management operations | |||
| 2022-12-11 | memory: correct semantics of data cache management operations | Liam | |
| 2022-12-10 | memory: remove DEBUG_ASSERT pointer test | Liam | |
| 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-06 | general: improve handling of system startup failure | Liam | |
| 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 #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-05 | Merge pull request #9369 from german77/mifare | liamwhite | |
| service: nfc: Implement mifare service | |||
| 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-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 | |
