mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 16:35:13 +00:00
Adding the icon on window GL and DX12
This commit is contained in:
parent
286d2962c6
commit
f27e77c7e0
4 changed files with 10 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ D3DGSFrame::D3DGSFrame()
|
|||
: GSFrame(nullptr, "GSFrame[DirectX 12]")
|
||||
, m_frames(0)
|
||||
{
|
||||
SetIcon(wxICON(frame_icon));
|
||||
canvas = new wxWindow(this, wxID_ANY);
|
||||
canvas->SetSize(GetClientSize());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue