예제 #1
0
 // create an emulator and initialize it.
 void createEmulator(EmulatorBase emu)
 {
     m_emulator = emu;
     gfx.setEmuScreenSize(emu.getDisplayWidth(), emu.getDisplayHeight());
 }