- 11 Jul, 2017 6 commits
- 08 Jul, 2017 2 commits
-
-
Sebastian Valle authored
Service/boss:P: Add some functions to FunctionTable
-
bunnei authored
Memory: Fix crash when unmapping a VMA covering cached surfaces
-
- 07 Jul, 2017 1 commit
-
-
B3n30 authored
* Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
-
- 01 Jul, 2017 2 commits
-
-
James Rowe authored
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
-
mailwl authored
-
- 29 Jun, 2017 6 commits
-
-
Kloen authored
-
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 1 commit
-
-
wwylele authored
-