haikuwebkit/PerformanceTests/Octane/wrappers/jsc-gbemu.js

12 lines
143 B
JavaScript

function jscSetUp() {
setupGameboy();
}
function jscTearDown() {
decoded_gameboy_rom = null;
}
function jscRun() {
runGameboy();
}