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
/
fatal
/
fatal.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
result: Make fully constexpr, add ON_RESULT_INCLUDED
FearlessTobi
1
-2
/
+2
2023-12-23
general: properly support multiple memory instances
Liam
1
-1
/
+1
2023-03-01
service: move hle_ipc from kernel
Liam
1
-4
/
+4
2023-02-21
service: refactor server architecture
Liam
1
-3
/
+7
2023-02-14
general: rename CurrentProcess to ApplicationProcess
Liam
1
-1
/
+1
2022-12-29
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
1
-1
/
+1
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
1
-1
/
+1
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-6
/
+5
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-11-04
general: Get the current process program id directly from the system
Morph
1
-2
/
+1
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
1
-1
/
+1
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
-1
/
+0
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-1
/
+1
2020-12-08
core: Remove unnecessary enum casts in log calls
Lioncash
1
-2
/
+3
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-2
/
+3
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
1
-1
/
+1
2019-09-22
Deglobalize System: Fatal
David Marcec
1
-13
/
+16
2019-08-29
accommodate for fmt update
Ethan
1
-1
/
+1
2019-05-25
fatal: Save report on fatal:u call
Zach Hilman
1
-21
/
+5
2019-03-30
service/fatal: Mark local variables as const where applicable
Lioncash
1
-6
/
+6
2019-03-30
service/fatal: Remove unnecessary semicolon
Lioncash
1
-1
/
+1
2019-03-30
service/fatal: Name FatalInfo structure members
Lioncash
1
-31
/
+44
2018-12-29
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
1
-1
/
+2
2018-09-30
kernel/process: Make data member variables private
Lioncash
1
-1
/
+1
2018-09-25
service: Add missing headers inclusions where applicable
Lioncash
1
-1
/
+1
2018-09-24
Implemented fatal:u properly (#1347)
David
1
-3
/
+138
2018-09-11
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
1
-0
/
+2
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-2
/
+2
2018-05-18
Properly rename fatal module functions
greggameplayer
1
-2
/
+2
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
1
-1
/
+1
2018-04-24
fatal: Move logging macros over to new fmt-compatible ones
Lioncash
1
-2
/
+2
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-03-20
Service: add fatal:u, fatal:p services
mailwl
1
-0
/
+38