Moved the frame limiter function from OpenGL window and SDL2 Window to PyBoyWindowPlugin so it can also run on Null window.
The frame limiter function should work same as before on OpenGL window and SDL2 Window as both of them can inherit the function from PyBoyWindowPlugin.
333 Moved frame limiter to base plugin