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
*
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