2023-08-02 12:28:52 +00:00
|
|
|
#pragma once
|
|
|
|
|
2024-01-19 15:52:42 +00:00
|
|
|
#include "Common/File/Path.h"
|
2023-08-02 12:28:52 +00:00
|
|
|
#include "Common/UI/Context.h"
|
|
|
|
#include "Core/ConfigValues.h"
|
|
|
|
#include "Core/ControlMapper.h"
|
|
|
|
|
2023-08-03 14:19:18 +00:00
|
|
|
void DrawControlMapperOverlay(UIContext *ctx, const Bounds &bounds, const ControlMapper &controlMapper);
|
|
|
|
void DrawDebugOverlay(UIContext *ctx, const Bounds &bounds, DebugOverlay overlay);
|
2024-01-19 15:52:42 +00:00
|
|
|
void DrawCrashDump(UIContext *ctx, const Path &gamePath);
|
|
|
|
void DrawFPS(UIContext *ctx, const Bounds &bounds);
|