diff --git a/deps/nostalgia/deps/teagba/include/teagba/registers.hpp b/deps/nostalgia/deps/teagba/include/teagba/registers.hpp index efe3691..2311a72 100644 --- a/deps/nostalgia/deps/teagba/include/teagba/registers.hpp +++ b/deps/nostalgia/deps/teagba/include/teagba/registers.hpp @@ -6,6 +6,8 @@ #include "addresses.hpp" +OX_ALLOW_UNSAFE_BUFFERS_BEGIN + namespace teagba { inline auto bgSetSbb(volatile BgCtl &bgCtl, unsigned sbb) noexcept { @@ -53,3 +55,5 @@ constexpr void iterateBgCtl(auto cb) noexcept { } } + +OX_ALLOW_UNSAFE_BUFFERS_END