mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 11:45:10 +01:00
Set Host1x log tag correctly
This commit is contained in:
parent
f89bacf8ae
commit
dd0004e208
@ -115,6 +115,8 @@ namespace skyline::soc::host1x {
|
|||||||
|
|
||||||
void ChannelCommandFifo::Run() {
|
void ChannelCommandFifo::Run() {
|
||||||
pthread_setname_np(pthread_self(), "ChannelCommandFifo");
|
pthread_setname_np(pthread_self(), "ChannelCommandFifo");
|
||||||
|
Logger::UpdateTag();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
signal::SetSignalHandler({SIGINT, SIGILL, SIGTRAP, SIGBUS, SIGFPE}, signal::ExceptionalSignalHandler);
|
signal::SetSignalHandler({SIGINT, SIGILL, SIGTRAP, SIGBUS, SIGFPE}, signal::ExceptionalSignalHandler);
|
||||||
signal::SetSignalHandler({SIGSEGV}, nce::NCE::HostSignalHandler); // We may access NCE trapped memory
|
signal::SetSignalHandler({SIGSEGV}, nce::NCE::HostSignalHandler); // We may access NCE trapped memory
|
||||||
|
Loading…
Reference in New Issue
Block a user