Move the debug overlay rendering out from EmuScreen into DebugOverlay.cpp

This commit is contained in:
Henrik Rydgård
2023-08-02 14:28:52 +02:00
parent fa396c2082
commit 9f6e67b17a
9 changed files with 155 additions and 116 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#include "Common/UI/Context.h"
#include "Core/ConfigValues.h"
#include "Core/ControlMapper.h"
void DrawDebugOverlay(UIContext *ctx, const Bounds &bounds, const ControlMapper &controlMapper, DebugOverlay overlay);