mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
VS 2013 buildfix?
This commit is contained in:
parent
89b3fff255
commit
50f67d631d
@ -424,7 +424,7 @@ UI::EventReturn GameBrowser::NavigateClick(UI::EventParams &e) {
|
||||
return UI::EVENT_DONE;
|
||||
}
|
||||
|
||||
void MainScreen() {
|
||||
MainScreen::MainScreen() {
|
||||
System_SendMessage("event", "mainscreen");
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
class MainScreen : public UIScreenWithBackground {
|
||||
public:
|
||||
MainScreen() {}
|
||||
MainScreen();
|
||||
|
||||
virtual bool isTopLevel() const { return true; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user