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
/
reporter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-3
/
+3
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-1
/
+3
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-3
/
+1
*
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-25
1
-1
/
+3
*
reporter: Pass by const reference where applicable
Lioncash
2022-12-06
1
-6
/
+6
*
reporter: Eliminate undefined behavior in SaveErrorReport
Lioncash
2022-12-06
1
-2
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-3
/
+3
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
fsp_srv: Fix filesystem access logging
Morph
2021-06-16
1
-6
/
+3
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-1
/
+1
*
lm: Recode LM service
Chloe Marcec
2021-01-20
1
-3
/
+0
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+1
*
lm: Flush manager output on core shutdown
Zach Hilman
2019-09-22
1
-3
/
+0
*
reporter: Add log output for packaged lm log data
Zach Hilman
2019-09-22
1
-0
/
+17
*
reporter: Differentiate between Old, New, and System play reports
Zach Hilman
2019-09-22
1
-2
/
+8
*
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-08
1
-0
/
+7
|
\
|
*
reporter: Add report class for filesystem access logs
Zach Hilman
2019-06-29
1
-0
/
+7
*
|
core/reporter: Add missing includes and forward declarations
Lioncash
2019-07-05
1
-0
/
+4
*
|
core/reporter: Remove unnecessary namespace qualifiers
Lioncash
2019-07-05
1
-2
/
+2
|
/
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-3
/
+6
*
core: Add Reporter class to take/save reports
Zach Hilman
2019-05-25
1
-0
/
+53