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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
1
-1
/
+1
*
Deglobalize System: Fatal
David Marcec
2019-09-22
6
-20
/
+29
*
accommodate for fmt update
Ethan
2019-08-29
1
-1
/
+1
*
fatal: Save report on fatal:u call
Zach Hilman
2019-05-25
1
-21
/
+5
*
service/fatal: Mark local variables as const where applicable
Lioncash
2019-03-30
1
-6
/
+6
*
service/fatal: Remove unnecessary semicolon
Lioncash
2019-03-30
1
-1
/
+1
*
service/fatal: Name FatalInfo structure members
Lioncash
2019-03-30
1
-31
/
+44
*
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
2018-12-29
1
-1
/
+2
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-1
/
+1
*
service: Add missing headers inclusions where applicable
Lioncash
2018-09-25
1
-1
/
+1
*
Implemented fatal:u properly (#1347)
David
2018-09-24
3
-4
/
+140
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
6
-0
/
+9
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-2
/
+2
*
rename fatal:u functions & add ThrowFatal
greggameplayer
2018-05-18
1
-2
/
+3
*
Properly update fatal.h void name
greggameplayer
2018-05-18
1
-2
/
+2
*
Properly rename fatal module functions
greggameplayer
2018-05-18
1
-2
/
+2
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
fatal: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-2
/
+2
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
6
-24
/
+12
*
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
6
-0
/
+136