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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
service: hle: Allow to access read buffer A and X directly
german77
1
-32
/
+8
2023-03-01
service: move hle_ipc from kernel
Liam
1
-8
/
+8
2023-02-21
service: refactor server architecture
Liam
2
-11
/
+16
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-2
/
+2
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-2
/
+2
2023-02-14
general: rename CurrentProcess to ApplicationProcess
Liam
1
-2
/
+2
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
1
-4
/
+4
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
1
-4
/
+4
2022-12-29
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
1
-8
/
+8
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
1
-12
/
+12
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2
-6
/
+4
2021-11-04
general: Get the current process program id directly from the system
Morph
1
-3
/
+2
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
1
-2
/
+2
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-7
/
+7
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-1
/
+1
2021-05-06
hle: kernel: Refactor out various KThread std::shared_ptr usage.
bunnei
1
-4
/
+4
2021-01-31
prepo: Stub GetTransmissionStatus
Morph
1
-1
/
+11
2021-01-31
prepo: Stub RequestImmediateTransmission
Morph
1
-1
/
+8
2021-01-30
Stub GetSystemSessionId
german
1
-1
/
+10
2021-01-28
prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport
Morph
1
-24
/
+42
2020-12-08
core: Remove unnecessary enum casts in log calls
Lioncash
1
-2
/
+2
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
2
-8
/
+5
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
1
-0
/
+1
2020-06-29
service: Update function tables
VolcaEM
1
-0
/
+5
2020-06-24
prepo: : Don't read extra buffer from report unless passed
David Marcec
1
-1
/
+6
2020-04-20
service: Update function tables
Lioncash
1
-4
/
+8
2020-02-06
services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.
bunnei
1
-15
/
+15
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+1
2019-09-22
Rebase
David Marcec
2
-8
/
+12
2019-09-22
prepo: Remove system global accessors
Zach Hilman
2
-14
/
+17
2019-09-22
prepo: Implement SaveReport New and System variants
Zach Hilman
1
-15
/
+71
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
1
-3
/
+3
2019-05-25
prepo: Save reports from PlayReport service
Zach Hilman
1
-2
/
+23
2018-10-21
prepo: Update service function table.
Lioncash
1
-8
/
+13
2018-09-12
service/prepo: Move class into the cpp file
Lioncash
2
-39
/
+40
2018-07-19
service/prepo: Add missing header guard
Lioncash
1
-0
/
+2
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-1
/
+1
2018-04-27
Switched to NGLOG_WARNING
David Marcec
1
-1
/
+1
2018-04-26
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
1
-12
/
+1
2018-04-23
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
David Marcec
2
-15
/
+29
2018-04-22
lioncash proposed changes
David
1
-2
/
+2
2018-04-22
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
2
-0
/
+63