[nostalgia/core] Rename userland to opengl
This commit is contained in:
parent
06f6656c85
commit
3510e38ae5
@ -21,8 +21,8 @@ if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
|
|||||||
glfw/clipboard.cpp
|
glfw/clipboard.cpp
|
||||||
glfw/core.cpp
|
glfw/core.cpp
|
||||||
glfw/gfx.cpp
|
glfw/gfx.cpp
|
||||||
userland/gfx.cpp
|
opengl/gfx.cpp
|
||||||
userland/gfx_opengl.cpp
|
opengl/gfx_opengl.cpp
|
||||||
)
|
)
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
NostalgiaCore PUBLIC
|
NostalgiaCore PUBLIC
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include <nostalgia/foundation/foundation.hpp>
|
#include <nostalgia/foundation/foundation.hpp>
|
||||||
#include <nostalgia/core/gfx.hpp>
|
#include <nostalgia/core/gfx.hpp>
|
||||||
#include <nostalgia/core/input.hpp>
|
#include <nostalgia/core/input.hpp>
|
||||||
#include <nostalgia/core/userland/gfx.hpp>
|
#include <nostalgia/core/opengl/gfx.hpp>
|
||||||
|
|
||||||
#include "core.hpp"
|
#include "core.hpp"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include <ox/std/defines.hpp>
|
#include <ox/std/defines.hpp>
|
||||||
|
|
||||||
#include <nostalgia/core/config.hpp>
|
#include <nostalgia/core/config.hpp>
|
||||||
#include <nostalgia/core/userland/gfx.hpp>
|
#include <nostalgia/core/opengl/gfx.hpp>
|
||||||
|
|
||||||
#include "core.hpp"
|
#include "core.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user