mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:50:00 -06:00
Move gpu/Window.cpp to ui/window.cpp
This commit is contained in:
@@ -26,7 +26,6 @@ set(SWA_CPU_CXX_SOURCES
|
||||
)
|
||||
|
||||
set(SWA_GPU_CXX_SOURCES
|
||||
"gpu/window.cpp"
|
||||
"gpu/video.cpp"
|
||||
"gpu/rhi/rt64_d3d12.cpp"
|
||||
"gpu/rhi/rt64_vulkan.cpp"
|
||||
@@ -42,6 +41,10 @@ set(SWA_HID_CXX_SOURCES
|
||||
"hid/driver/sdl_hid.cpp"
|
||||
)
|
||||
|
||||
set(SWA_UI_CXX_SOURCES
|
||||
"ui/window.cpp"
|
||||
)
|
||||
|
||||
set(SWA_CXX_SOURCES
|
||||
"main.cpp"
|
||||
"misc_impl.cpp"
|
||||
@@ -51,6 +54,7 @@ set(SWA_CXX_SOURCES
|
||||
${SWA_GPU_CXX_SOURCES}
|
||||
${SWA_APU_CXX_SOURCES}
|
||||
${SWA_HID_CXX_SOURCES}
|
||||
${SWA_UI_CXX_SOURCES}
|
||||
)
|
||||
|
||||
add_executable(UnleashedRecomp ${SWA_CXX_SOURCES})
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <xxHashMap.h>
|
||||
|
||||
#include "video.h"
|
||||
#include "window.h"
|
||||
#include "ui/window.h"
|
||||
|
||||
namespace RT64
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "xam.h"
|
||||
#include "xdm.h"
|
||||
#include <hid/hid.h>
|
||||
#include <gpu/window.h>
|
||||
#include <ui/window.h>
|
||||
#include <cpu/guest_thread.h>
|
||||
#include <ranges>
|
||||
#include <unordered_set>
|
||||
|
||||
Reference in New Issue
Block a user