mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-27 21:42:40 +00:00
initialize the uninitialized
This commit is contained in:
parent
81a1efab8e
commit
39613a95a8
24 changed files with 157 additions and 11 deletions
|
@ -155,6 +155,7 @@ void VideoBackend::ShowConfig(void *_hParent)
|
|||
|
||||
bool VideoBackend::Initialize(void *&window_handle)
|
||||
{
|
||||
InitializeShared();
|
||||
InitBackendInfo();
|
||||
|
||||
frameCount = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue