/* * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. */ #include #include "../media.hpp" namespace nostalgia::core { ox::Result loadRom(ox::CRStringView) noexcept { return OxError(1); } void unloadRom(char*) noexcept { } }