index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
service.h
Age
Commit message (
Expand
)
Author
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-14
De-inline functions from Interface, removing them from service.h
Yuri Kunde Schlesner
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
2015-02-02
Service: Store function names as const char* instead of std::string
Yuri Kunde Schlesner
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
Make Port/Service registration and querying more HW-accurate
Yuri Kunde Schlesner
2015-01-10
Logging: Log all called service functions (under trace). Compile out all trac...
archshift
2015-01-07
Fix double-free in Service manager during shutdown
Yuri Kunde Schlesner
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-15
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-11-24
Log the cmd_buff arguments when citra comes across an unimplemented function
archshift
2014-11-24
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-09-06
core: Pass string by reference in FetchFromPortName and DeleteService
Lioncash
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-06-14
Merge branch 'threading' of https://github.com/bunnei/citra
bunnei
2014-06-13
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
bunnei
2014-06-13
Kernel: Updated several member functions to be const
bunnei
2014-06-04
service: added a error log messages for unimplemented WaitSynchronization
bunnei
2014-05-30
service: cleaned up log messages
bunnei
2014-05-29
service: added additional hack to return success on unimplemented service calls
bunnei
2014-05-28
service: changed interface to return 0 (no error) when a service method is u...
bunnei
2014-05-26
kernel: added WaitSynchronization method to Kernel::Object
bunnei
2014-05-26
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-26
service: Renamed Sync to SyncRequest
bunnei
2014-05-22
service: fixed typo that MSVC did not catch as an error
bunnei
2014-05-20
service: removed redundant include of common_types.h
bunnei
2014-05-20
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-20
- created a Kernel namespace
bunnei
2014-05-18
- renamed NewHandle to CreateHandle
bunnei
2014-05-18
- updated service(s) to be KernelObject's
bunnei
2014-05-18
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-18
- moved Handle/Result definitions to kernel.h
bunnei
2014-05-07
- removed HLE mem "hack" and replaced with kernel mem region
bunnei
2014-04-27
fixed weird spacing
bunnei
2014-04-24
- refactored how service functions are called
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-15
restructured hle:services completely to use function lookup tables
bunnei
2014-04-15
- extracted srv: calls from service.cpp and put in its own module
bunnei
2014-04-13
added framework for APT service (application and title launching service)
bunnei
2014-04-12
cleanups to service HLE
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei