Fix Clean Exiting + Optimize Core Queues + Optimize Thread Insertion + Implement HID SendVibrationValue

This commit is contained in:
◱ PixelyIon
2021-01-16 02:45:06 +05:30
committed by ◱ Mark
parent 98b1fd9056
commit d5d133372f
10 changed files with 121 additions and 18 deletions

View File

@ -105,6 +105,7 @@ namespace skyline::gpu::gpfifo {
}
} catch (const std::exception &e) {
state.logger->Write(Logger::LogLevel::Error, e.what());
signal::BlockSignal({SIGINT});
state.process->Kill(false);
}
}