mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon: Move WM_USER_CREATE message to after backend initialization
Fixes the mouse cursor being left visible after ubershader precompilation when the hide option is checked.
This commit is contained in:
parent
d54ca2a16a
commit
b154edb4fb
2 changed files with 3 additions and 3 deletions
|
@ -194,9 +194,6 @@ void VideoBackendBase::InitializeShared()
|
|||
g_Config.UpdateProjectionHack();
|
||||
g_Config.VerifyValidity();
|
||||
UpdateActiveConfig();
|
||||
|
||||
// Notify the core that the video backend is ready
|
||||
Host_Message(WM_USER_CREATE);
|
||||
}
|
||||
|
||||
void VideoBackendBase::ShutdownShared()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue