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
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-24
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-19
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-25
service: Restore "unused" function
Lioncash
2020-09-17
service: Remove unused funcation
Lioncash
2020-09-07
service: Remove two usages of the global system accessor
Lioncash
2020-07-28
services/bsd: Implement most of bsd:s
ReinUsesLisp
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
[next]