This commit is contained in:
Billy Laws 2022-11-28 18:37:58 +00:00
parent 45b10ef776
commit f4f658e3b7
2 changed files with 3 additions and 3 deletions

View File

@ -363,7 +363,7 @@ namespace skyline::soc::gm20b {
channelCtx.executor.Submit(); channelCtx.executor.Submit();
channelCtx.Unlock(); channelCtx.Unlock();
channelLocked = false; channelLocked = false;
}| }
}); });
} catch (const signal::SignalException &e) { } catch (const signal::SignalException &e) {
if (e.signal != SIGINT) { if (e.signal != SIGINT) {

View File

@ -141,8 +141,8 @@
android:title="@string/hacks"> android:title="@string/hacks">
<CheckBoxPreference <CheckBoxPreference
android:defaultValue="false" android:defaultValue="false"
android:summaryOff="@string/enable_fast_gpu_readback_enabled" android:summaryOff="@string/enable_fast_gpu_readback_disabled"
android:summaryOn="@string/enable_fast_gpu_readback_disabled" android:summaryOn="@string/enable_fast_gpu_readback_enabled"
app:key="enable_fast_gpu_readback_hack" app:key="enable_fast_gpu_readback_hack"
app:title="@string/enable_fast_gpu_readback" /> app:title="@string/enable_fast_gpu_readback" />
</PreferenceCategory> </PreferenceCategory>