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
/
service
/
srv.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-15
1
-1
/
+13
|
\
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-1
/
+1
|
*
Use std::move where appropriate.
Subv
2016-12-08
1
-5
/
+0
|
*
Return an error code when connecting to a saturated port.
Subv
2016-12-05
1
-2
/
+6
|
*
KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.
Subv
2016-12-05
1
-11
/
+3
|
*
Threads do not wait for the server endpoint to call AcceptSession before returning from a ConnectToPort or GetServiceHandle call.
Subv
2016-12-01
1
-1
/
+2
|
*
Fixed the rebase mistakes.
Subv
2016-12-01
1
-2
/
+1
|
*
A bit of a redesign.
Subv
2016-12-01
1
-2
/
+8
|
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
Subv
2016-12-01
1
-1
/
+16
*
|
Add all services to the Service namespace
Lioncash
2016-12-11
1
-14
/
+10
|
/
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-24
/
+26
*
fix #1942 and adds a few IPC functions for descriptors
Lectem
2016-08-02
1
-1
/
+1
*
Fix parameter name in EnableNotification
mailwl
2016-05-31
1
-2
/
+2
*
Fix mistakes, add output header codes
mailwl
2016-05-31
1
-8
/
+24
*
remove ugly function
mailwl
2016-05-31
1
-35
/
+3
*
srv: Update according 3dbrew
mailwl
2016-05-31
1
-15
/
+137
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-13
1
-1
/
+1
*
svc: Make ResetType an enum class
Lioncash
2016-03-12
1
-1
/
+1
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
1
-1
/
+1
*
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
1
-0
/
+4
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+2
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-02-02
1
-3
/
+3
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-4
/
+4
*
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-22
1
-1
/
+1
*
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
2015-01-10
1
-4
/
+0
*
Services: Clean up a few things and add a few function names
purpasmart96
2015-01-06
1
-7
/
+9
*
More services & small clean ups
purpasmart96
2014-12-26
1
-3
/
+0
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-3
/
+3
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-4
/
+4
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-3
/
+3
*
Add static to some variables
Lioncash
2014-11-19
1
-1
/
+1
*
core: Mark some hle functions as static
Lioncash
2014-11-18
1
-3
/
+3
*
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
archshift
2014-11-02
1
-0
/
+2
*
core: Prune redundant includes
archshift
2014-09-09
1
-1
/
+0
*
srv::Initialize: Return "success" status code.
bunnei
2014-08-28
1
-0
/
+4
*
SRV: Updated GetProcSemaphore to create an event instead of a mutex.
bunnei
2014-08-06
1
-8
/
+10
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-4
/
+4
*
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-03
1
-1
/
+1
*
srv: fix to log unimplemented service (instead of crash)
bunnei
2014-05-30
1
-6
/
+2
*
hle: cleaned up log messages
bunnei
2014-05-30
1
-3
/
+3
*
srv: changed a NOTICE_LOG to DEBUG_LOG
bunnei
2014-05-30
1
-1
/
+1
*
srv: added a real mutex for GetProcSemaphore (instead of stubbed)
bunnei
2014-05-27
1
-3
/
+10
*
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-19
1
-2
/
+2
*
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-19
1
-1
/
+1
*
added stubbed GetProcSemaphore - does nothing but avoids an exception
bunnei
2014-05-17
1
-1
/
+7
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-1
/
+1
*
- refactored how service functions are called
bunnei
2014-04-25
1
-3
/
+3
*
fixed bug with printing std::string in log messages
bunnei
2014-04-17
1
-2
/
+2
*
updated service comments
bunnei
2014-04-17
1
-0
/
+3
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-1
/
+1
*
restructured hle:services completely to use function lookup tables
bunnei
2014-04-16
1
-0
/
+55