Cgx to gfx::Bitmap pipeline in GraphicsEditor

This commit is contained in:
Justin Scofield
2023-08-01 22:02:58 -04:00
parent 952ce1e3dc
commit 09d76f5f5d
5 changed files with 126 additions and 28 deletions

View File

@@ -16,9 +16,10 @@ namespace viewer {
class CgxViewer {
public:
void Update();
auto GetCgxData() const { return all_tiles_data_; }
void LoadCgx(ROM&);
private:
void LoadCgx(std::string pathfile);
void LoadGfx(int comboBpp);
void LoadScr();