mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Display render on title frame (#1701)
* Display render on title frame * Fix few typo * fix wrong condition
This commit is contained in:
parent
5aae9b5536
commit
5c52521a0a
3 changed files with 7 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue