diff options
author | GPUCode <geoster3d@gmail.com> | 2023-11-18 16:10:39 +0200 |
---|---|---|
committer | t895 <clombardo169@gmail.com> | 2023-11-25 00:47:28 -0500 |
commit | 8fab363237083a8130a7b2a023cd9c5dd83f8f4f (patch) | |
tree | fa94b90be48a5debe83b414119da5b8419dd463c /src/common/signal_chain.cpp | |
parent | 9f91ba1f7357c61dd2c7c3b437ea203d467fd400 (diff) |
android: Add cpu bakend gui toggle
Diffstat (limited to 'src/common/signal_chain.cpp')
-rw-r--r-- | src/common/signal_chain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/signal_chain.cpp b/src/common/signal_chain.cpp index e0c6b9d4e..2e4fecc48 100644 --- a/src/common/signal_chain.cpp +++ b/src/common/signal_chain.cpp @@ -18,7 +18,7 @@ T* LookupLibcSymbol(const char* name) { UNREACHABLE_MSG("Failed to open libc!"); } #else - // For other operating environments, we assume the symbol is not overriden. + // For other operating environments, we assume the symbol is not overridden. const char* base = nullptr; Common::DynamicLibrary provider(base); #endif |