16 gfx::ScreenColorMode screen_color_mode;
17 gfx::ScreenFormat screen_format;
25 NSCR() : data(nullptr) {}
29 if(this->data !=
nullptr) {
35 Result ValidateImpl(
const std::string &path, std::shared_ptr<fs::FileHandle> file_handle,
const fs::FileCompression comp)
override;
36 Result ReadImpl(
const std::string &path, std::shared_ptr<fs::FileHandle> file_handle,
const fs::FileCompression comp)
override;
38 Result WriteImpl(
const std::string &path, std::shared_ptr<fs::FileHandle> file_handle,
const fs::FileCompression comp)
override {
39 NTR_R_FAIL(ResultNSCRWriteNotSupported);