diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-11-11 10:59:49 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-11 10:59:49 +1000 |
| commit | 913cb080667302760e42e3a6e2346b6e7c5cb1b6 (patch) | |
| tree | 66ff102774c387e743c535f5c79a55736e05c3b9 /Source/Android | |
| parent | 066012b80d7a149779b4e910dcda3be8ec97f8e3 (diff) | |
| parent | 85ceb37ccd24acc5ea026583ce3a0f6a4fb26eaa (diff) | |
Merge pull request #8456 from jordan-woyak/input-gate-race-fix
InputCommon: Make the "input gate" not racy.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 66d7b0a1bb..aa197f7e5e 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -124,11 +124,6 @@ void Host_RequestRenderWindowSize(int width, int height) jnicall.join(); } -bool Host_UINeedsControllerState() -{ - return true; -} - bool Host_RendererHasFocus() { return true; |
