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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
general: rename CurrentProcess to ApplicationProcess
Liam
1
-5
/
+5
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
1
-1
/
+1
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
1
-1
/
+1
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
1
-1
/
+1
2022-12-06
reporter: Pass by const reference where applicable
Lioncash
1
-13
/
+14
2022-12-06
reporter: Eliminate undefined behavior in SaveErrorReport
Lioncash
1
-4
/
+4
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-4
/
+4
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-19
core: Reduce unused includes
ameerj
1
-1
/
+0
2021-11-04
general: Get the current process program id directly from the system
Morph
1
-4
/
+4
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
1
-4
/
+4
2021-07-23
cmake: Remove shader cache version
ReinUsesLisp
1
-1
/
+0
2021-06-28
general: Make most settings a BasicSetting
lat9nq
1
-1
/
+1
2021-06-16
fsp_srv: Fix filesystem access logging
Morph
1
-16
/
+20
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-3
/
+3
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-10
/
+13
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
1
-1
/
+1
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-1
/
+1
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-02-19
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
1
-1
/
+1
2021-01-20
lm: Recode LM service
Chloe Marcec
1
-50
/
+0
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
1
-4
/
+5
2020-05-08
Replace externals with Conan (#3735)
James Rowe
1
-1
/
+2
2020-04-17
core: reporter: Updates for new VMM.
bunnei
1
-3
/
+5
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
1
-2
/
+2
2020-03-03
core: Implement separate A32/A64 ARM interfaces.
bunnei
1
-1
/
+1
2019-11-27
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-1
/
+1
2019-11-27
core: Prepare various classes for memory read/write migration
Lioncash
1
-7
/
+7
2019-09-22
lm: Flush manager output on core shutdown
Zach Hilman
1
-3
/
+2
2019-09-22
reporter: Add log output for packaged lm log data
Zach Hilman
1
-0
/
+52
2019-09-22
reporter: Differentiate between Old, New, and System play reports
Zach Hilman
1
-3
/
+7
2019-09-04
Fix clang-format
Ethan
1
-1
/
+1
2019-08-29
accommodate for fmt update
Ethan
1
-1
/
+1
2019-07-05
core/reporter: Allow moves into SaveToFile()
Lioncash
1
-1
/
+1
2019-07-05
core/reporter: Add missing includes and forward declarations
Lioncash
1
-1
/
+5
2019-07-05
core/reporter: Remove unnecessary namespace qualifiers
Lioncash
1
-1
/
+1
2019-07-05
core/reporter: Remove pessimizing move in GetHLERequestContextData()
Lioncash
1
-1
/
+1
2019-07-05
core/reporter: Make bracing consistent
Lioncash
1
-8
/
+18
2019-07-05
core/reporter: Return in error case in SaveToFile()
Lioncash
1
-1
/
+3
2019-06-29
reporter: Add report class for filesystem access logs
Zach Hilman
1
-0
/
+18
2019-06-22
Update reporter.cpp
Thomas May
1
-5
/
+5
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
1
-36
/
+38
2019-05-25
core: Add Reporter class to take/save reports
Zach Hilman
1
-0
/
+351