big cleanup, replace Bytes alias with std::vector<uint8_t> to reduce ambiguity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user