Love this, perfect for my 3D Emulation system! However one thing I noticed with certain games I get this error at random times.
E 0:04:32:580 gb_logic.gd:293 @ _process(): [panic /builds/greenfox/godot-boy/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/blip_buf-0.1.5/src/lib.rs:152] index out of bounds: the len is 2019 but the index is 2019
<C++ Source> /builds/greenfox/godot-boy/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/godot-core-0.3.2/src/private.rs:303 @ godot_core::private::set_gdext_hook::{{closure}}()
<Stack Trace> gb_logic.gd:293 @ _process()
E 0:04:32:580 gb_logic.gd:293 @ _process(): godot-rust function call failed: GodotBoy::delta_cycle()
Reason: function panicked: index out of bounds: the len is 2019 but the index is 2019
<C++ Source> /builds/greenfox/godot-boy/cargo_cache/registry/src/index.crates.io-1949cf8c6b5b557f/godot-core-0.3.2/src/private.rs:479 @ godot_core::private::report_call_error()
<Stack Trace> gb_logic.gd:293 @ _process()