mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 07:21:02 +00:00
Move executed instructions into windows emulator
This commit is contained in:
@@ -101,7 +101,7 @@ namespace test
|
||||
emu.serialize(start_state);
|
||||
|
||||
emu.start();
|
||||
const auto limit = emu.process.executed_instructions;
|
||||
const auto limit = emu.get_executed_instructions();
|
||||
|
||||
const auto reset_emulator = [&] {
|
||||
utils::buffer_deserializer deserializer{start_state.get_buffer()};
|
||||
|
||||
Reference in New Issue
Block a user