| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | hwopus: Leverage multistream API for decoding regular Opus packets | 2019-03-11 | 1 | -34/+48 | ||
| * | | | | | | | | | loader: Remove Linker class | 2019-03-19 | 3 | -185/+0 | ||
| * | | | | | | | | | loader: Remove Linker inheritance from NRO and NSO loaders | 2019-03-19 | 2 | -4/+4 | ||
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2258 from lioncash/am | 2019-03-18 | 2 | -13/+73 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/am: Add basic implementation of ChangeMainAppletMasterVolume | 2019-03-18 | 2 | -1/+29 | ||
| | * | | | | | | | | service/am: Unstub SetTransparentVolumeRate() | 2019-03-18 | 2 | -1/+17 | ||
| | * | | | | | | | | service/am: Unstub SetExpectedMasterVolume() | 2019-03-18 | 2 | -11/+27 | ||
| * | | | | | | | | | fsp_srv: Unstub SetCurrentProcess | 2019-03-18 | 2 | -1/+5 | ||
| * | | | | | | | | | Merge pull request #2238 from lioncash/thread | 2019-03-17 | 2 | -21/+41 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | kernel/thread: Expand documentation of nominal_priority and current_priority | 2019-03-15 | 2 | -3/+11 | ||
| | * | | | | | | | | kernel/thread: Make bracing consistent within UpdatePriority() | 2019-03-15 | 1 | -2/+4 | ||
| | * | | | | | | | | kernel/thread: Amend condition within UpdatePriority() | 2019-03-15 | 1 | -3/+3 | ||
| | * | | | | | | | | kernel/thread: Maintain priority ordering of added mutex waiting threads | 2019-03-15 | 1 | -14/+24 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2252 from bunnei/move-page-table | 2019-03-17 | 11 | -219/+91 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core: Move PageTable struct into Common. | 2019-03-16 | 11 | -219/+91 | ||
| * | | | | | | | | | Merge pull request #2249 from lioncash/ipc | 2019-03-16 | 1 | -0/+30 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | ipc_helpers: Allow pushing and popping floating-point values | 2019-03-16 | 1 | -0/+30 | ||
| * | | | | | | | | | | Merge pull request #2245 from lioncash/unused-def | 2019-03-16 | 1 | -6/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | kernel/thread: Actually remove the definition of ExitCurrentThread() | 2019-03-16 | 1 | -6/+0 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2243 from bunnei/mem-simplify-cache | 2019-03-16 | 2 | -66/+21 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | memory: Simplify rasterizer cache operations. | 2019-03-16 | 2 | -66/+21 | ||
| * | | | | | | | | | | Merge pull request #2129 from FernandoS27/cntpct | 2019-03-16 | 3 | -2/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Corrections, documenting and fixes. | 2019-02-16 | 2 | -4/+3 | ||
| | * | | | | | | | | | Use u128 on Clock Cycles calculation. | 2019-02-15 | 3 | -6/+6 | ||
| | * | | | | | | | | | Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. | 2019-02-15 | 3 | -2/+13 | ||
| * | | | | | | | | | | Merge pull request #2242 from lioncash/thread-fn | 2019-03-16 | 4 | -33/+31 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread | 2019-03-15 | 2 | -8/+7 | ||
| | * | | | | | | | | | kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface | 2019-03-15 | 4 | -25/+24 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | gpu: Use host address for caching instead of guest address. | 2019-03-14 | 2 | -6/+10 | ||
| | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #2230 from lioncash/global | 2019-03-14 | 2 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/process: Remove use of global system accessors | 2019-03-12 | 2 | -8/+9 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2226 from lioncash/private | 2019-03-13 | 4 | -14/+36 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/server_port: Make data members private | 2019-03-11 | 4 | -14/+36 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2223 from lioncash/error | 2019-03-13 | 3 | -19/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/hle/result: Remove now-unnecessary manually defined copy assignment oper... | 2019-03-10 | 1 | -5/+0 | ||
| | * | | | | | | | | 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 | ||