mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove EmulationActivity.MenuType. This should have been removed when
SaveLoadStateFragment was refactored.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user