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.cpp
Age
Commit message (
Expand
)
Author
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-10-08
Merge pull request #2654 from DarkLordZach/lm-log-rewrite
bunnei
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-22
core: Add LM::Manager to system
Zach Hilman
2019-09-22
Removed reference to core timing to nvflinger and used system instead
David Marcec
2019-09-22
Rebase
David Marcec
2019-09-22
Merge pull request #2612 from DarkLordZach/prepo-new
David
2019-09-21
prepo: Remove system global accessors
Zach Hilman
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-08-18
Merge pull request #2747 from lioncash/audio
bunnei
2019-07-26
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-19
service/audio: Remove global system accessors
Lioncash
2019-07-10
Merge pull request #2611 from DarkLordZach/pm-info-cmd
bunnei
2019-07-07
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
bunnei
2019-07-07
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-05
nv_services: Deglobalize NvServices
Fernando Sahmkow
2019-07-03
Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandle
Zach Hilman
2019-06-28
am: Implement SetCpuBoostMode in terms of APM
Zach Hilman
2019-06-28
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-26
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Zach Hilman
2019-06-26
Merge pull request #2548 from DarkLordZach/applet-shopn
bunnei
2019-06-26
Implement Time::GetSharedMemoryNativeHandle
David Marcec
2019-06-24
applets: Pass current process title ID to applets
Zach Hilman
2019-06-24
glue: Implement arp:w and arp:r services
Zach Hilman
2019-06-21
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-17
Addressed issues
David Marcec
2019-05-25
service: Save report on unimplemented function call
Zach Hilman
2019-03-13
Merge pull request #2223 from lioncash/error
bunnei
2019-03-10
core/hle/result: Relocate IPC error code to ipc_helpers
Lioncash
2019-03-10
service/service: Remove unncessary calls to c_str()
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2018-12-13
Fix Service object leak on emulation stop
Jens Schmer
2018-12-06
hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG
Lioncash
2018-12-06
hle/service: Remove unnecessary using declarations
Lioncash
2018-12-06
hle/service, hle/sm: Compress usages of MakeResult()
Lioncash
2018-12-06
hle/service, hle/sm: Use structured bindings where applicable
Lioncash
2018-11-14
service: Mark MakeFunctionString with the [[maybe_unused]] attribute.
Lioncash
2018-10-22
Merge pull request #1545 from DarkLordZach/psm
bunnei
2018-10-21
service: Add the basic skeleton for the NPNS services
Lioncash
2018-10-20
service: Add skeleton for psm service
Zach Hilman
2018-10-13
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-09-17
Merge pull request #1312 from lioncash/fwd
bunnei
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
service/vi: Replace includes with forward declarations where applicable
Lioncash
2018-09-09
service: Remove unused g_kernel_named_ports variable
Lioncash
2018-09-02
service: Migrate global named port map to the KernelCore class
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
[next]