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
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
1
-1
/
+1
*
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-28
1
-12
/
+10
*
hle: service: Ensure system is powered on before writing IPC result.
bunnei
2020-12-28
1
-1
/
+5
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
1
-34
/
+35
*
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
1
-11
/
+9
*
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...
bunnei
2020-11-19
1
-0
/
+2
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-2
/
+2
*
core: Fix clang build
Lioncash
2020-10-17
1
-2
/
+2
*
service: Restore "unused" function
Lioncash
2020-09-25
1
-0
/
+17
*
service: Remove unused funcation
Lioncash
2020-09-17
1
-22
/
+0
*
service: Remove two usages of the global system accessor
Lioncash
2020-09-07
1
-4
/
+2
*
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-07-28
1
-1
/
+1
*
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
[next]