[nostalgia/core] Make loadRomFs return UniquePtr

This commit is contained in:
2021-04-20 22:12:37 -05:00
parent abf45112b0
commit 4cd8f6a0c1
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -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;