mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
VS 2013 buildfix?
This commit is contained in:
parent
89b3fff255
commit
50f67d631d
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue