index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
prepo
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Get the current process program id directly from the system
Morph
2021-11-04
1
-3
/
+2
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-7
/
+7
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Refactor out various KThread std::shared_ptr usage.
bunnei
2021-05-06
1
-4
/
+4
*
prepo: Stub GetTransmissionStatus
Morph
2021-01-31
1
-1
/
+11
*
prepo: Stub RequestImmediateTransmission
Morph
2021-01-31
1
-1
/
+8
*
Merge pull request #5838 from german77/prepostub
Morph
2021-01-30
1
-1
/
+10
|
\
|
*
Stub GetSystemSessionId
german
2021-01-30
1
-1
/
+10
*
|
prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport
Morph
2021-01-28
1
-24
/
+42
|
/
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-2
/
+2
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-8
/
+5
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
Merge pull request #4203 from VolcaEM/services
bunnei
2020-07-11
1
-0
/
+5
|
\
|
*
service: Update function tables
VolcaEM
2020-06-29
1
-0
/
+5
*
|
prepo: : Don't read extra buffer from report unless passed
David Marcec
2020-06-24
1
-1
/
+6
|
/
*
service: Update function tables
Lioncash
2020-04-20
1
-4
/
+8
*
services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.
bunnei
2020-02-06
1
-15
/
+15
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+1
*
Rebase
David Marcec
2019-09-22
2
-8
/
+12
*
prepo: Remove system global accessors
Zach Hilman
2019-09-22
2
-14
/
+17
*
prepo: Implement SaveReport New and System variants
Zach Hilman
2019-09-22
1
-15
/
+71
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-3
/
+3
*
prepo: Save reports from PlayReport service
Zach Hilman
2019-05-25
1
-2
/
+23
*
prepo: Update service function table.
Lioncash
2018-10-21
1
-8
/
+13
*
service/prepo: Move class into the cpp file
Lioncash
2018-09-12
2
-39
/
+40
*
service/prepo: Add missing header guard
Lioncash
2018-07-19
1
-0
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-1
/
+1
*
Switched to NGLOG_WARNING
David Marcec
2018-04-27
1
-1
/
+1
*
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-26
1
-12
/
+1
*
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
David Marcec
2018-04-23
2
-15
/
+29
*
lioncash proposed changes
David
2018-04-22
1
-2
/
+2
*
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
2018-04-22
2
-0
/
+63