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