[nostalgia/core] Make loadRomFs return UniquePtr
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Result<ox::FileSystem*> loadRomFs(const char *path) noexcept;
|
||||
ox::Result<ox::UniquePtr<ox::FileSystem>> loadRomFs(const char *path) noexcept;
|
||||
|
||||
ox::Result<char*> loadRom(const char *path = "") noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user