mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
Remove cemuhook and fix exports
This commit is contained in:
parent
fb76d714f2
commit
51795d6c04
35 changed files with 38 additions and 792 deletions
|
@ -21,7 +21,7 @@ GameProfileWindow::GameProfileWindow(wxWindow* parent, uint64_t title_id)
|
|||
SetIcon(wxICON(X_GAME_PROFILE));
|
||||
|
||||
m_game_profile.Reset();
|
||||
m_game_profile.Load(title_id, false);
|
||||
m_game_profile.Load(title_id);
|
||||
|
||||
this->SetSizeHints(wxDefaultSize, wxDefaultSize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue