Fix typo
This commit is contained in:
parent
45b10ef776
commit
f4f658e3b7
2 changed files with 3 additions and 3 deletions
app/src/main
|
@ -363,7 +363,7 @@ namespace skyline::soc::gm20b {
|
|||
channelCtx.executor.Submit();
|
||||
channelCtx.Unlock();
|
||||
channelLocked = false;
|
||||
}|
|
||||
}
|
||||
});
|
||||
} catch (const signal::SignalException &e) {
|
||||
if (e.signal != SIGINT) {
|
||||
|
|
|
@ -141,8 +141,8 @@
|
|||
android:title="@string/hacks">
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:summaryOff="@string/enable_fast_gpu_readback_enabled"
|
||||
android:summaryOn="@string/enable_fast_gpu_readback_disabled"
|
||||
android:summaryOff="@string/enable_fast_gpu_readback_disabled"
|
||||
android:summaryOn="@string/enable_fast_gpu_readback_enabled"
|
||||
app:key="enable_fast_gpu_readback_hack"
|
||||
app:title="@string/enable_fast_gpu_readback" />
|
||||
</PreferenceCategory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue