mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
Remove EmulationActivity.MenuType. This should have been removed when
SaveLoadStateFragment was refactored.
This commit is contained in:
parent
80d51c97ab
commit
cde003c5cc
@ -72,11 +72,6 @@ public final class EmulationActivity extends AppCompatActivity
|
|||||||
|
|
||||||
private static boolean mIsGameCubeGame;
|
private static boolean mIsGameCubeGame;
|
||||||
|
|
||||||
private enum MenuType
|
|
||||||
{
|
|
||||||
SAVE, LOAD
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handlers are a way to pass a message to an Activity telling it to do something
|
* Handlers are a way to pass a message to an Activity telling it to do something
|
||||||
* on the UI thread. This Handler responds to any message, even blank ones, by
|
* on the UI thread. This Handler responds to any message, even blank ones, by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user