Display render on title frame (#1701)

* Display render on title frame

* Fix few typo

* fix wrong condition
This commit is contained in:
raven02 2016-05-23 18:08:34 +08:00 committed by Ivan
parent 5aae9b5536
commit 5c52521a0a
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,7 @@
class GSFrame : public wxFrame, public GSFrameBase
{
u64 m_frames = 0;
std::string m_render;
public:
GSFrame(const wxString& title, int w, int h);