mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-03 01:46:31 -05:00
android: Add cpu bakend gui toggle
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user