NewUI: Load games directly by press-and-hold on the main menu

This commit is contained in:
Henrik Rydgard 2013-07-22 22:36:56 +02:00
parent 9d76ba7dd2
commit 09c7aaacad
2 changed files with 52 additions and 3 deletions

View file

@ -37,6 +37,7 @@ protected:
private:
UI::EventReturn OnGameSelected(UI::EventParams &e);
UI::EventReturn OnGameHoldSelected(UI::EventParams &e);
// Event handlers
UI::EventReturn OnLoadFile(UI::EventParams &e);
UI::EventReturn OnSettings(UI::EventParams &e);