| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | core/hle/result: Amend error in comment description for ResultCode | 2019-03-10 | 1 | -1/+1 | ||
| | * | | | | | | | | core/hle/result: Remove now-unused constructor for ResultCode | 2019-03-10 | 1 | -10/+0 | ||
| | * | | | | | | | | core/hle/result: Relocate IPC error code to ipc_helpers | 2019-03-10 | 3 | -3/+4 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2166 from lioncash/vi-init-service | 2019-03-13 | 9 | -40/+146 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | service/vi: Unstub GetDisplayService | 2019-02-26 | 5 | -11/+49 | ||
| | * | | | | | | | core/ipc_helper: Allow popping all signed value types with RequestParser | 2019-02-26 | 1 | -0/+15 | ||
| | * | | | | | | | service/vi: Remove use of a module class | 2019-02-26 | 8 | -46/+99 | ||
| * | | | | | | | | Merge pull request #2211 from lioncash/arbiter | 2019-03-12 | 8 | -64/+80 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel: Make the address arbiter instance per-process | 2019-03-07 | 7 | -27/+34 | ||
| | * | | | | | | | | kernel/svc: Move address arbiter signaling behind a unified API function | 2019-03-07 | 3 | -22/+26 | ||
| | * | | | | | | | | kernel/svc: Move address arbiter waiting behind a unified API function | 2019-03-07 | 3 | -19/+24 | ||
| * | | | | | | | | | service/service: Remove unncessary calls to c_str() | 2019-03-10 | 1 | -4/+3 | ||
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2207 from lioncash/hwopus | 2019-03-10 | 1 | -69/+107 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/audio/hwopus: Move decoder state to its own class | 2019-03-07 | 1 | -50/+85 | ||
| | * | | | | | | | | service/audio/hwopus: Provide a name for the second word of OpusPacketHeader | 2019-03-07 | 1 | -2/+4 | ||
| | * | | | | | | | | service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder... | 2019-03-07 | 1 | -17/+17 | ||
| | * | | | | | | | | service/audio/hwopus: Enclose internals in an anonymous namespace | 2019-03-07 | 1 | -2/+3 | ||
| * | | | | | | | | | Merge pull request #2193 from lioncash/global | 2019-03-10 | 5 | -17/+23 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/scheduler: Pass in system instance in constructor | 2019-03-04 | 5 | -17/+23 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | clang fix | 2019-03-09 | 1 | -1/+2 | ||
| * | | | | | | | | Log 2 new setting values | 2019-03-09 | 1 | -0/+2 | ||
| * | | | | | | | | Merge pull request #2210 from lioncash/optional | 2019-03-08 | 4 | -47/+47 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | 2019-03-07 | 4 | -47/+47 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2195 from lioncash/shared-global | 2019-03-07 | 1 | -3/+2 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | kernel/shared_memory: Get rid of the use of global accessor functions within ... | 2019-03-04 | 1 | -3/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2202 from lioncash/port-priv | 2019-03-07 | 6 | -36/+78 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/server_session: Make data members private | 2019-03-05 | 5 | -32/+73 | ||
| | * | | | | | | | kernel/client_session: Make data members private | 2019-03-05 | 1 | -4/+5 | ||
| * | | | | | | | | Merge pull request #2206 from lioncash/audio-stop | 2019-03-07 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i... | 2019-03-07 | 1 | -1/+3 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2055 from bunnei/gpu-thread | 2019-03-07 | 8 | -22/+22 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gpu: Refactor a/synchronous implementations into their own classes. | 2019-03-06 | 1 | -2/+7 | ||
| | * | | | | | | | | gpu: Move command processing to another thread. | 2019-03-06 | 2 | -5/+5 | ||
| | * | | | | | | | | gpu: Refactor command and swap buffers interface for asynch. | 2019-03-06 | 3 | -14/+4 | ||
| | * | | | | | | | | gpu: Refactor to take RendererBase instead of RasterizerInterface. | 2019-03-06 | 1 | -1/+1 | ||
| | * | | | | | | | | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | 2019-03-06 | 2 | -0/+3 | ||
| | * | | | | | | | | core: Set is_powered_on before GPU is initialized. | 2019-03-06 | 1 | -1/+3 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2197 from lioncash/include | 2019-03-06 | 6 | -8/+12 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/hle/ipc: Remove unnecessary includes | 2019-03-05 | 6 | -8/+12 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2190 from lioncash/ogl-global | 2019-03-06 | 2 | -11/+7 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | core/core: Remove the global telemetry accessor function | 2019-03-04 | 1 | -4/+0 | ||
| | * | | | | | | | core/core: Replace direct usage of the global system telemetry accessor from ... | 2019-03-04 | 1 | -7/+7 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2199 from lioncash/arbiter | 2019-03-06 | 6 | -112/+184 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/address_arbiter: Pass in system instance to constructor | 2019-03-05 | 5 | -23/+42 | ||
| | * | | | | | | | kernel/address_arbiter: Minor tidying up | 2019-03-05 | 1 | -18/+18 | ||
| | * | | | | | | | kernel/address_arbiter: Convert the address arbiter into a class | 2019-03-05 | 5 | -82/+135 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | hle/service/audio/audout_u: Correct lack of return in failure case of AppendA... | 2019-03-06 | 1 | -0/+1 | ||
| * | | | | | | | Merge pull request #2194 from lioncash/mem | 2019-03-06 | 3 | -30/+66 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vm_manager: Use range helpers in HeapAlloc() and HeapFree() | 2019-03-04 | 1 | -4/+2 | ||
| | * | | | | | | | vm_manager: Provide address range checking functions for other memory regions | 2019-03-04 | 2 | -4/+35 | ||