[ox] Fix some template issue that come up with some versions of Clang, fix empty string read in OC
This commit is contained in:
1
deps/ox/src/ox/preloader/platspecs.hpp
vendored
1
deps/ox/src/ox/preloader/platspecs.hpp
vendored
@@ -13,6 +13,7 @@
|
||||
namespace ox {
|
||||
|
||||
struct NativePlatSpec {
|
||||
static constexpr std::size_t RomStart = 1024;
|
||||
using PtrType = uintptr_t;
|
||||
using size_t = std::size_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user