| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-07 | Merge pull request #6159 from Morph1984/acc-update-12.x | bunnei | |
| service: acc: Update service function tables | |||
| 2021-04-07 | Merge pull request #6153 from lioncash/svcrange | bunnei | |
| process_capability: Handle extended SVC range | |||
| 2021-04-07 | hwopus: Update to 12.x | Morph | |
| 2021-04-07 | dauth_o: Update to 11.x | Morph | |
| 2021-04-07 | acc_u1: Update to 12.x | Morph | |
| 2021-04-07 | acc_su: Update to 12.x | Morph | |
| 2021-04-07 | process_capability: Handle extended SVC range | Lioncash | |
| 12.x extended the range of SVC IDs, so we need to expand the range of bits that need to be tested. The upside of this is that we can eliminate a range check, given the whole range is used. | |||
| 2021-04-02 | Merge pull request #6132 from MerryMage/code_size | bunnei | |
| arm_dynarmic: Increase size of code cache | |||
| 2021-04-02 | Merge pull request #6131 from german77/rightjoyconSLSR | Morph | |
| HID: Fix SL and SR buttons for right joycon | |||
| 2021-04-02 | arm_dynarmic: Increase size of code cache | MerryMage | |
| 2021-04-02 | HID: Fix SL and SR buttons for right joycon | german77 | |
| 2021-04-01 | Merge pull request #6106 from MerryMage/nullptr-jit | bunnei | |
| [test] arm_dynarmic: Always have a 'valid' jit instance | |||
| 2021-03-30 | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | |
| This service call sets an internal flag whether a notification is shown when an image is captured. Currently we do not support capturing images via the capture button, so this can be stubbed for now. | |||
| 2021-03-29 | Merge pull request #6109 from german77/gestureID | bunnei | |
| HID: Initialize correctly the gesture finger_id and filter invalid inputs | |||
| 2021-03-29 | Merge pull request #6102 from ogniK5377/fd-pass | bunnei | |
| nvdrv: Pass device fd and handle device create methods for device opening and closing | |||
| 2021-03-28 | Merge pull request #6115 from bunnei/fix-kernel-init | bunnei | |
| hle: kernel: Initialize preemption task after schedulers. | |||
| 2021-03-27 | hle: kernel: Initialize preemption task after schedulers. | bunnei | |
| - Fixes a startup crash that occurs if CoreTiming tries to preempt before kernel initialization completes. | |||
| 2021-03-27 | service: friend: Change logging class from ACC to Friend | Morph | |
| 2021-03-26 | HID: Initialize correctly the gesture finger_id and filter invalid results | Narr the Reg | |
| 2021-03-25 | nvdrv: Pass device fd and handle device create methods for device opening ↵ | Chloe Marcec | |
| and closing We pass the fd to the ioctl as well as alert the device when it's opened or closed to allow for fd unique actions to take place | |||
| 2021-03-24 | Merge pull request #6101 from ogniK5377/alloc-as-ex | bunnei | |
| nvdrv: Change InitializeEx to AllocAsEx | |||
| 2021-03-24 | arm_dynarmic: Always have a 'valid' jit instance | MerryMage | |
| 2021-03-22 | nvdrv: Change InitializeEx to AllocAsEx | Chloe Marcec | |
| Wee also report the correct "big page size" now in GetVARegions & fix up the struct for IoctlAllocAsEx | |||
| 2021-03-21 | core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. | bunnei | |
| - We re-create the JIT here without preserving any state. | |||
| 2021-03-19 | Merge pull request #6052 from Morph1984/vi-getindirectlayerimagemap | bunnei | |
| IApplicationDisplayService: Stub GetIndirectLayerImageMap | |||
| 2021-03-18 | Merge pull request #6056 from zkitX/spl-updates | bunnei | |
| service: Refactor spl | |||
| 2021-03-17 | IApplicationDisplayService: Stub GetIndirectLayerImageMap | Morph | |
| Used by games invoking the inline software keyboard such as GNOSIA | |||
| 2021-03-16 | Merge pull request #6070 from Morph1984/sysver-11.0.1 | bunnei | |
| system_version: Update to 11.0.1 | |||
| 2021-03-16 | bsd: Avoid writing empty buffers | Morph | |
| Silences log spam on empty buffer writes | |||
| 2021-03-15 | Merge pull request #6069 from Morph1984/ngWord | bunnei | |
| system_archive: Update NgWord archive version | |||
| 2021-03-14 | system_version: Update to 11.0.1 | Morph | |
| 2021-03-14 | system_archive: Update NgWord archive version | Morph | |
| 2021-03-13 | Merge pull request #6054 from Morph1984/time-GetClockSnapshot | bunnei | |
| time: Assign the current time point to the ClockSnapshot | |||
| 2021-03-11 | Fix casing on DeallocateAesKeySlot | zkitx | |
| 2021-03-11 | Update SPL to fit N's service refactor (4.0.0+) which split into new services. | zkitx | |
| 2021-03-10 | time: Fix CalculateSpanBetween implementation | Morph | |
| CalculateSpanBetween passes in the ClockSnapshots through 2 input buffers and not as raw arguments. Fix this by reading the 2 input buffers instead of popping raw arguments. Partially fixes Super Smash Bros. Ultimate's Spirit Board | |||
| 2021-03-10 | time: Assign the current time point to the ClockSnapshot | Morph | |
| Fixes the timer in Super Smash Bros Ultimate's Spirit Board. | |||
| 2021-03-07 | common: Fiber: use a reference for YieldTo. | bunnei | |
| - Fixes another small leak. | |||
| 2021-03-05 | hle: kernel: KThread: Rework dummy threads & fix memory leak. | bunnei | |
| - Dummy threads are created on thread local storage for all host threads. - Fixes a leak by removing creation of fibers, which are not applicable here. | |||
| 2021-03-05 | Revert "core: Switch to unique_ptr for usage of Common::Fiber." | bunnei | |
| 2021-03-05 | Merge pull request #6034 from Morph1984/mbedtls | bunnei | |
| externals: Update mbedtls to 2.16.9 | |||
| 2021-03-04 | Merge pull request #6006 from bunnei/fiber-unique-ptr | bunnei | |
| core: Switch to unique_ptr for usage of Common::Fiber. | |||
| 2021-03-05 | aes_util: Remove malformed mbedtls_cipher_finish function call | Morph | |
| 2021-03-02 | Merge pull request #5815 from comex/net-error-reform | bunnei | |
| Network error handling reform | |||
| 2021-03-01 | core: Shutdown: Move kernel cleanup to later in shutdown. | bunnei | |
| - Fixes a shutdown crash due to a race condition with GPU still accessing memory. | |||
| 2021-02-28 | [network] Error handling reform | comex | |
| `network.cpp` has several error paths which either: - report "Unhandled host socket error=n" and return `SUCCESS`, or - switch on a few possible errors, log them, and translate them to Errno; the same switch statement is copied and pasted in multiple places in the code Convert these paths to use a helper function `GetAndLogLastError`, which is roughly the equivalent of one of the switch statements, but: - handling more cases (both ones that were already in `Errno`, and a few more I added), and - using OS functions to convert the error to a string when logging, so it'll describe the error even if it's not one of the ones in the switch statement. - To handle this, refactor the logic in `GetLastErrorMsg` to expose a new function `NativeErrorToString` which takes the error number explicitly as an argument. And improve the Windows version a bit. Also, add a test which exercises two random error paths. | |||
| 2021-02-28 | Merge pull request #6007 from bunnei/ldn-error | bunnei | |
| core: hle: ldn: Error out on call to Initialization. | |||
| 2021-02-27 | Merge pull request #5276 from german77/gestures | Morph | |
| HID: Implement gestures | |||
| 2021-02-27 | Implements touch, pan, pinch and rotation gestures | german | |
| 2021-02-27 | core: hle: ldn: Error out on call to Initialization. | bunnei | |
| - Since we do not emulate LDN, returning an error here makes more sense. | |||
