Play-/Source/ui_win32/FrameDebugger/GsContextStateView.h

17 lines
310 B
C
Raw Normal View History

#pragma once
#include "../RegViewPage.h"
#include "../../gs/GSHandler.h"
class CGsContextStateView : public CRegViewPage
{
public:
CGsContextStateView(HWND, const RECT&, unsigned int);
virtual ~CGsContextStateView();
void UpdateState(CGSHandler*);
private:
unsigned int m_contextId;
};