ImGuiFullscreen: Move to core

This commit is contained in:
Connor McLaughlin
2022-03-26 23:13:48 +10:00
parent fd76f437b3
commit c43df29abc
18 changed files with 26 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
#include "fullscreen_ui_progress_callback.h"
#include "common/log.h"
#include "core/host_interface.h"
#include "imgui_fullscreen.h"
#include "core/imgui_fullscreen.h"
Log_SetChannel(ProgressCallback);
namespace FullscreenUI {