big cleanup, replace Bytes alias with std::vector<uint8_t> to reduce ambiguity

This commit is contained in:
scawful
2024-08-20 12:02:47 -04:00
parent 2443336f9d
commit 49611d4944
33 changed files with 141 additions and 281 deletions

View File

@@ -101,7 +101,7 @@ int main(int argc, char **argv) {
Rom rom_;
emu::SNES snes_;
Bytes rom_data_;
std::vector<uint8_t> rom_data_;
bool running = true;
bool loaded = false;