mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 11:57:58 -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