- 29 Jun, 2017 5 commits
-
-
Sebastian Valle authored
Kernel/SVC: Partially implemented svcReplyAndReceive
-
Subv authored
-
Yuri Kunde Schlesner authored
gpu: fix edge cases for TextureCopy
-
wwylele authored
-
Yuri Kunde Schlesner authored
gl_rasterizer: use texture buffer for fog LUT
-
- 28 Jun, 2017 4 commits
-
-
James Rowe authored
configure_debug: Add label warning that CPU JIT needs to be disabled …
-
James Rowe authored
fixing a couple of typos
-
Tiago Morais Morgado authored
-
MerryMage authored
-
- 27 Jun, 2017 2 commits
-
-
wwylele authored
-
Sebastian Valle authored
Services/UDS: Stub SendTo to generate the unencrypted data frames with the right headers
-
- 26 Jun, 2017 6 commits
-
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
The responsibility of encryption and encapsulation into an 802.11 MAC frame will fall into the callers of GenerateDataPayload.
-
Subv authored
Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed.
-
Subv authored
It behaves mostly as WaitSynchronizationN with wait_all = false, except for IPC buffer translation. The target thread of an IPC response will now wake up when responding. IPC buffer translation is currently not implemented. Error passing back to svcSendSyncRequest is currently not implemented.
-
- 25 Jun, 2017 3 commits
-
-
Subv authored
-
Klöen Lansfiel authored
-
B3n30 authored
Set definition WIN32_LEAN_AND_MEAN to avoid windows.h including a lot of libs that are usually not used.
-
- 24 Jun, 2017 1 commit
-
-
Yuri Kunde Schlesner authored
Implement CreateSessionToPort and AcceptSession; fix CreatePort
-
- 23 Jun, 2017 6 commits
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
The return parameters were flipped.
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
Kernel: Implement CreateSession SVC
-
bunnei authored
Change default UI background from white to black.
-
bunnei authored
Kernel/IPC: Support translation of null handles
-
- 22 Jun, 2017 4 commits
-
-
wwylele authored
-
wwylele authored
this is a rebasing error from #2792. It doesn't affect much though, because the later more Apply() call fixes/hides it
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- 21 Jun, 2017 9 commits
-
-
Yuri Kunde Schlesner authored
gl_rasterizer: fix lighting LUT interpolation
-
Yuri Kunde Schlesner authored
Missed this in my first implementation. Thanks to @wwylele for pointing out that this was missing.
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
wwylele authored
-
chris062689 authored
-
Weiyi Wang authored
Trivial no-op additions
-
Yuri Kunde Schlesner authored
Remove ResultVal::MoveFrom
-