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
/
service.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
1
-18
/
+8
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-7
/
+1
*
Log the cmd_buff arguments when citra comes across an unimplemented function
archshift
2014-11-25
1
-12
/
+12
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
1
-10
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-6
/
+6
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-7
/
+7
*
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
1
-5
/
+5
*
core: Pass string by reference in FetchFromPortName and DeleteService
Lioncash
2014-09-06
1
-2
/
+2
*
Core: Alter the kernel string functions to use std::string instead of const char*.
Lioncash
2014-08-18
1
-5
/
+5
*
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-14
1
-10
/
+30
|
\
|
*
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
1
-1
/
+1
|
*
Kernel: Updated several member functions to be const
bunnei
2014-06-13
1
-2
/
+2
|
*
service: added a error log messages for unimplemented WaitSynchronization
bunnei
2014-06-05
1
-0
/
+1
|
*
service: cleaned up log messages
bunnei
2014-05-30
1
-2
/
+2
|
*
service: added additional hack to return success on unimplemented service calls
bunnei
2014-05-30
1
-2
/
+10
|
*
service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further
bunnei
2014-05-29
1
-2
/
+2
|
*
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-27
1
-0
/
+10
|
*
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-27
1
-3
/
+4
|
*
service: Renamed Sync to SyncRequest
bunnei
2014-05-27
1
-1
/
+1
*
|
service: fixed typo that MSVC did not catch as an error
bunnei
2014-05-23
1
-1
/
+1
|
/
*
service: removed redundant include of common_types.h
bunnei
2014-05-21
1
-1
/
+0
*
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-21
1
-1
/
+1
*
- created a Kernel namespace
bunnei
2014-05-21
1
-6
/
+6
*
- renamed NewHandle to CreateHandle
bunnei
2014-05-19
1
-5
/
+7
*
- updated service(s) to be KernelObject's
bunnei
2014-05-19
1
-36
/
+15
*
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-19
1
-12
/
+10
*
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-19
1
-5
/
+7
*
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-05-08
1
-1
/
+11
*
fixed weird spacing
bunnei
2014-04-28
1
-1
/
+1
*
- refactored how service functions are called
bunnei
2014-04-25
1
-8
/
+32
*
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-16
1
-4
/
+6
*
restructured hle:services completely to use function lookup tables
bunnei
2014-04-16
1
-2
/
+26
*
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-16
1
-8
/
+11
*
added framework for APT service (application and title launching service)
bunnei
2014-04-13
1
-0
/
+1
*
cleanups to service HLE
bunnei
2014-04-13
1
-2
/
+2
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-2
/
+55
*
- renamed hle_syscall to just syscall
bunnei
2014-04-12
1
-0
/
+60