[nostalgia] Replace C strings with ox::StringView
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Result<char*> loadRom(const char*) noexcept {
|
||||
ox::Result<char*> loadRom(ox::CRStringView) noexcept {
|
||||
return OxError(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user