mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Allow playing movies from command line. Also remove some unneeded code.
This commit is contained in:
parent
78d0ff1ab7
commit
e73cc858bc
2 changed files with 23 additions and 12 deletions
|
@ -40,7 +40,9 @@ private:
|
|||
wxTimer *m_afterinit;
|
||||
bool BatchMode;
|
||||
bool LoadFile;
|
||||
bool playMovie;
|
||||
wxString FileToLoad;
|
||||
wxString movieFile;
|
||||
wxLocale *m_locale;
|
||||
|
||||
void AfterInit(wxTimerEvent& WXUNUSED(event));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue