dolphin-emulator/Source/Android/app/src/main
JosJuice 53d7d595e6 Android: Remove the EmulationState class
The purpose of this class was to keep track of state which the
emulation core was already keeping track of. This is rather risky -
if we update the state of one of the two without updating the other,
the two become out of sync, leading to some rather confusing problems.

This duplicated state was removed from EmulationState in the
previous commits, so now there isn't much left in the class.
Might as well move its members directly into EmulationFragment.
2021-09-21 16:34:00 +02:00
..
assets Android: Update IR sensitivity default values 2020-10-29 17:58:16 -04:00
java/org/dolphinemu/dolphinemu Android: Remove the EmulationState class 2021-09-21 16:34:00 +02:00
res Android: Show confirmation dialog for clearing game settings 2021-09-18 12:35:46 +02:00
AndroidManifest.xml Android: Create CheatsActivity 2021-09-16 16:46:48 +02:00