dolphin/Source/Android/jni
EmptyChaos c1944f623b Core/Movie: Add ability to run code in Host context
EndPlayInput runs on the CPU thread so it can't directly call
UpdateWantDeterminism. PlayController also tries to ChangeDisc
from the CPU Thread which is also invalid. It now just pauses
execution and posts a request to the Host to fix it instead.

The Core itself also did dodgy things like PauseAndLock-ing
from the CPU Thread and SetState from EmuThread which have been
removed.
2016-05-13 09:23:44 +10:00
..
ButtonManager.cpp Move Android JNI bits from DolphinWX to the Android folder. 2016-01-06 15:36:44 -06:00
ButtonManager.h Move Android JNI bits from DolphinWX to the Android folder. 2016-01-06 15:36:44 -06:00
CMakeLists.txt Android: Also copy sys/Wii directory. 2016-04-24 14:44:30 +02:00
MainAndroid.cpp Core/Movie: Add ability to run code in Host context 2016-05-13 09:23:44 +10:00