mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-15 05:45:13 +01:00
668f623256
An exceptional signal handler allows us to convert an OS signal into a C++ exception, this allows us to alleviate a lot of crashes that would otherwise occur from signals being thrown during execution of games and be able to handle them gracefully.
6 lines
178 B
XML
6 lines
178 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="Kotlin2JvmCompilerArguments">
|
|
<option name="jvmTarget" value="14" />
|
|
</component>
|
|
</project> |