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