I need a game emulator (any emulator, doesn't matter) that will run on raspberry Pi (Raspbian) in a window.
I have tried retropi/emulationstation and it does not run in a window.
I have made a C program that is emulating keypresses from gpio/pushbutton and sends them to X11 windows and I want to test it on an emulator, in particular I need to test my delay values and the only way to test/calibrate them accurately is to see how they respond in an actual emulator.
I don't care for the fact that emulationstation runs better in full screen mode or about performance or about anything else, this is just about me being able to test my program. I just need an emulator that runs on a window, please.