mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Renderer: Use imgui for drawing debug text and OSD
This commit is contained in:
parent
d1868d9475
commit
600d1fc0bc
13 changed files with 268 additions and 324 deletions
|
@ -278,9 +278,6 @@ void VideoBackendBase::InitializeShared()
|
|||
memset(&g_preprocess_cp_state, 0, sizeof(g_preprocess_cp_state));
|
||||
memset(texMem, 0, TMEM_SIZE);
|
||||
|
||||
// Do our OSD callbacks
|
||||
OSD::DoCallbacks(OSD::CallbackType::Initialization);
|
||||
|
||||
// do not initialize again for the config window
|
||||
m_initialized = true;
|
||||
|
||||
|
@ -303,9 +300,6 @@ void VideoBackendBase::InitializeShared()
|
|||
|
||||
void VideoBackendBase::ShutdownShared()
|
||||
{
|
||||
// Do our OSD callbacks
|
||||
OSD::DoCallbacks(OSD::CallbackType::Shutdown);
|
||||
|
||||
m_initialized = false;
|
||||
|
||||
VertexLoaderManager::Clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue