index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
hle_ipc.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const
Lioncash
2018-08-09
1
-1
/
+1
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-1
/
+0
*
hle_ipc: Make constructors explicit where applicable
Lioncash
2018-07-24
1
-1
/
+1
*
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
Lioncash
2018-07-19
1
-2
/
+21
*
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-19
1
-2
/
+2
*
nvflinger: Fix for BufferQueue event handling.
bunnei
2018-07-17
1
-1
/
+3
*
ipc: Add support for PopIpcInterface() method.
bunnei
2018-05-02
1
-0
/
+12
*
GetSharedFontInOrderOfPriority (#381)
David
2018-05-01
1
-5
/
+5
*
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-19
1
-0
/
+20
*
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-19
1
-5
/
+5
*
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-19
1
-2
/
+2
*
Service/hid: stub some functions
mailwl
2018-02-16
1
-0
/
+2
*
hle_ipc: Remove const from WriteBuffer size.
bunnei
2018-02-14
1
-1
/
+1
*
hle_ipc: Add GetReadBufferSize and check write buffer size.
bunnei
2018-02-14
1
-0
/
+3
*
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-14
1
-0
/
+12
*
ipc_helpers: Make interface domain agnostic and add header validation.
bunnei
2018-01-25
1
-1
/
+12
*
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-25
1
-14
/
+2
*
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)
gdkchan
2018-01-18
1
-0
/
+6
*
IPC: Push domain objects as move handles when not in a domain.
Subv
2018-01-17
1
-0
/
+8
*
clang-format
MerryMage
2018-01-16
1
-2
/
+2
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
core: Fix recent GCC build breaks.
bunnei
2018-01-12
1
-2
/
+2
*
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-11
1
-0
/
+4
*
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
1
-0
/
+12
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-22
/
+17
*
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.
Subv
2018-01-07
1
-2
/
+6
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-5
/
+24
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-11-01
1
-1
/
+1
*
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
bunnei
2017-10-19
1
-0
/
+8
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-1
/
+2
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-2
/
+23
*
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-19
1
-3
/
+4
*
Kernel/IPC: Use boost::small_vector for HLE context objects
Yuri Kunde Schlesner
2017-06-12
1
-1
/
+3
*
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+7
*
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
1
-2
/
+35
*
Kernel: Add methods in HLERequestContext abstracting handle creation
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+3
*
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-11
1
-3
/
+6
*
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-08
1
-2
/
+34
*
Kernel: Remove some unnecessary namespace qualifications
Yuri Kunde Schlesner
2017-06-06
1
-4
/
+6
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
1
-1
/
+2
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+52