| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vi: manage resources independently of nvnflinger and refactor | 2024-02-17 | 1 | -126/+0 | |
| | | |||||
| * | nvnflinger: convert to process | 2024-02-17 | 1 | -15/+5 | |
| | | |||||
| * | am: move out omm interfaces to new module | 2024-02-12 | 1 | -0/+2 | |
| | | |||||
| * | service: bcat: Address review issues | 2024-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Rework time service to fix time passing offline. | 2024-01-24 | 1 | -4/+3 | |
| | | |||||
| * | service: fetch objects from the client handle table | 2023-12-24 | 1 | -1/+1 | |
| | | |||||
| * | ro: add separate ro service | 2023-12-09 | 1 | -0/+2 | |
| | | |||||
| * | ngc: implement service | 2023-09-14 | 1 | -2/+2 | |
| | | |||||
| * | hle: rename legacy errors to Results | 2023-03-06 | 1 | -1/+1 | |
| | | |||||
| * | nvnflinger: fix name | 2023-03-01 | 1 | -5/+5 | |
| | | |||||
| * | service: move hle_ipc from kernel | 2023-03-01 | 1 | -5/+5 | |
| | | |||||
| * | service: refactor server architecture | 2023-02-21 | 1 | -90/+61 | |
| | | | | | Converts services to have their own processes | ||||
| * | service: remove deleted services | 2023-02-14 | 1 | -2/+0 | |
| | | |||||
| * | Add break for default cases | 2022-11-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return | ||||
| * | sm:: avoid excessive port recreation | 2022-10-31 | 1 | -4/+6 | |
| | | |||||
| * | kernel: fix port tracking | 2022-10-31 | 1 | -1/+3 | |
| | | |||||
| * | kernel: invert session request handling flow | 2022-10-31 | 1 | -5/+8 | |
| | | |||||
| * | core: barrier service thread shutdown | 2022-10-23 | 1 | -0/+4 | |
| | | |||||
| * | Properly write out the command buffer when serving close request | 2022-07-31 | 1 | -2/+5 | |
| | | |||||
| * | service: ptm: Rewrite PSM and add TS | 2022-06-28 | 1 | -2/+2 | |
| | | |||||
| * | core: Replace all instances of ResultCode with Result | 2022-06-26 | 1 | -2/+2 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | Merge pull request #8164 from liamwhite/jit-stub | 2022-04-06 | 1 | -0/+2 | |
| |\ | | | | | service: jit: stub JIT service | ||||
| | * | service: jit: stub JIT service | 2022-04-06 | 1 | -0/+2 | |
| | | | |||||
| * | | hle: service: Add option for service interfaces to create or use the default ↵ | 2022-04-02 | 1 | -2/+3 | |
| |/ | | | | thread. | ||||
| * | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. | 2022-03-24 | 1 | -2/+4 | |
| | | |||||
| * | service/mnpp: Stub mnpp_app | 2022-02-10 | 1 | -0/+2 | |
| | | | | | Used in Super Nintendo Entertainment System™ - Nintendo Switch Online | ||||
| * | core: Remove unused includes | 2021-11-03 | 1 | -4/+0 | |
| | | |||||
| * | ngct: Stub NGCT:U service | 2021-08-27 | 1 | -0/+2 | |
| | | |||||
| * | hle: service: sm: Refactor to better manage ports. | 2021-07-20 | 1 | -6/+5 | |
| | | |||||
| * | service: Append service name prefix to common filenames | 2021-07-14 | 1 | -3/+3 | |
| | | |||||
| * | General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable | 2021-06-23 | 1 | -3/+3 | |
| | | | | | Also removes some deprecated API usages. | ||||
| * | hle: kernel: Refactor to allocate a ServiceThread per service handler. | 2021-06-04 | 1 | -3/+3 | |
| | | | | | | | - Previously, we would allocate a thread per session, which adds new threads on CloneCurrentObject. - This results in race conditions with N sessions queuing requests to the same service interface. - Fixes Pokken Tournament DX crashes/softlocks, which were regressed by #6347. | ||||
| * | general: Replace RESULT_SUCCESS with ResultSuccess | 2021-06-02 | 1 | -3/+3 | |
| | | | | | Transition to PascalCase for result names. | ||||
| * | hle: kernel: Implement CloneCurrentObject and improve session management. | 2021-05-20 | 1 | -2/+2 | |
| | | |||||
| * | hle: service: Add support for dispatching TIPC requests. | 2021-05-10 | 1 | -0/+29 | |
| | | |||||
| * | hle: service: Implement IPC::CommandType::Close. | 2021-05-10 | 1 | -8/+11 | |
| | | | | | - This was not actually closing sessions before. | ||||
| * | hle: service: sm: Use RegisterNamedService to register the service. | 2021-05-10 | 1 | -1/+1 | |
| | | |||||
| * | hle: kernel: Implement named service ports using service interface factory. | 2021-05-10 | 1 | -2/+3 | |
| | | | | | - This allows us to create a new interface each time ConnectToNamedPort is called, removing the assumption that these are static. | ||||
| * | hle: kernel: Rename Process to KProcess. | 2021-05-05 | 1 | -1/+1 | |
| | | |||||
| * | hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | 2021-05-05 | 1 | -4/+5 | |
| | | |||||
| * | hle: kernel: Migrate KServerPort to KAutoObject. | 2021-05-05 | 1 | -2/+2 | |
| | | |||||
| * | hle: kernel: Migrate KClientPort to KAutoObject. | 2021-05-05 | 1 | -2/+2 | |
| | | |||||
| * | common: Move settings to common from core. | 2021-04-14 | 1 | -1/+1 | |
| | | | | | - Removes a dependency on core and input_common from common. | ||||
| * | configuration: Add auto stub toggle that resets on boot | 2021-03-30 | 1 | -4/+6 | |
| | | | | | Auto-stub is an experimental debugging feature that may cause unforseen bugs. This adds a toggle to only allow auto-stubbing unimplemented functions when explicitly enabled when yuzu is launched. | ||||
| * | service: Auto stub fallback | 2021-03-30 | 1 | -0/+4 | |
| | | | | | | | For simple services we can implement an automatic stub fallback to help with compatibility until a proper implementation is done. Co-Authored-By: Chloe <25727384+ognik5377@users.noreply.github.com> | ||||
| * | core: hle: kernel: Rename Thread to KThread. | 2021-01-28 | 1 | -1/+1 | |
| | | |||||
| * | hle: service: Acquire and release a lock on requests. | 2020-12-28 | 1 | -12/+10 | |
| | | | | | - This makes it such that we can safely access service members from CoreTiming thread. | ||||
| * | hle: service: Ensure system is powered on before writing IPC result. | 2020-12-28 | 1 | -1/+5 | |
| | | |||||
| * | core: Remove unnecessary enum casts in log calls | 2020-12-07 | 1 | -1/+1 | |
| | | | | | | Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts. | ||||