mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-03-21 17:55:00 -05:00
Disable Async by default on Android
This commit is contained in:
parent
d449b59892
commit
24563de68f
|
|
@ -570,7 +570,7 @@ void reset_screen_info(ScreenInfo &info) {
|
|||
info.bot_rotation = 0;
|
||||
info.show_mouse = true;
|
||||
info.v_sync_enabled = false;
|
||||
#ifdef RASPI
|
||||
#if (defined(RASPI) || defined(ANDROID_COMPILATION))
|
||||
info.async = false;
|
||||
#else
|
||||
info.async = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user