Dynarec + CMake restructure

This commit is contained in:
CocoSimone
2023-01-02 21:44:24 +01:00
parent 91dc3eabba
commit c915ebc11d
43 changed files with 2004 additions and 422 deletions

View File

@@ -1,13 +1,13 @@
#pragma once
#include <parallel-rdp/ParallelRDPWrapper.hpp>
#include <ParallelRDPWrapper.hpp>
#include <imgui.h>
#include <imgui_impl_sdl.h>
#include <imgui_impl_vulkan.h>
#include <SDL.h>
#include <Core.hpp>
#include <SDL2/SDL.h>
#include <backend/Core.hpp>
#include <vector>
#include <Settings.hpp>
#include <GameList.hpp>
#include <frontend/imgui/Settings.hpp>
#include <frontend/imgui/GameList.hpp>
struct DrawData {
ImDrawData* first;