[nostalgia/core] Rename userland to opengl

This commit is contained in:
Gary Talent 2023-03-03 01:13:38 -06:00
parent 06f6656c85
commit 3510e38ae5
6 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@ if(NOT NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
glfw/clipboard.cpp
glfw/core.cpp
glfw/gfx.cpp
userland/gfx.cpp
userland/gfx_opengl.cpp
opengl/gfx.cpp
opengl/gfx_opengl.cpp
)
target_link_libraries(
NostalgiaCore PUBLIC

View File

@ -8,7 +8,7 @@
#include <nostalgia/foundation/foundation.hpp>
#include <nostalgia/core/gfx.hpp>
#include <nostalgia/core/input.hpp>
#include <nostalgia/core/userland/gfx.hpp>
#include <nostalgia/core/opengl/gfx.hpp>
#include "core.hpp"

View File

@ -9,7 +9,7 @@
#include <ox/std/defines.hpp>
#include <nostalgia/core/config.hpp>
#include <nostalgia/core/userland/gfx.hpp>
#include <nostalgia/core/opengl/gfx.hpp>
#include "core.hpp"