Exemplo n.º 1
0
def test_scanline():
    replay(rom_file, replay_file, 'scanline', verify=False)
Exemplo n.º 2
0
def test_sdl2():
    replay(rom_file, replay_file, 'SDL2')
Exemplo n.º 3
0
def test_dummy():
    replay(rom_file, replay_file, 'dummy', verify=False)
Exemplo n.º 4
0
def test_opengl():
    replay(rom_file, replay_file, 'OpenGL')
Exemplo n.º 5
0
def test_headless():
    replay(rom_file, replay_file, 'headless')
Exemplo n.º 6
0
def test_scanline():
    replay(utils.kirby_rom, replay_file, 'scanline', verify=False)
Exemplo n.º 7
0
def test_dummy():
    replay(utils.kirby_rom, replay_file, 'dummy', verify=False)
Exemplo n.º 8
0
def test_sdl2():
    replay(utils.kirby_rom, replay_file, 'SDL2')
Exemplo n.º 9
0
def test_headless():
    replay(utils.kirby_rom, replay_file, 'headless')
Exemplo n.º 10
0
def test_opengl():
    replay(utils.kirby_rom, replay_file, 'OpenGL')