Merge branch 'master' into window-dimensions-constant

This commit is contained in:
Justin Scofield
2022-08-10 10:10:53 -04:00
committed by GitHub
24 changed files with 190 additions and 272 deletions

View File

@@ -116,9 +116,9 @@ class ROM {
private:
long size_ = 0;
std::string filename_;
uchar title[21] = "ROM Not Loaded";
bool is_loaded_ = false;
std::string filename_;
Bytes rom_data_;
std::shared_ptr<SDL_Renderer> renderer_;