Hi,
I’m trying to make a core using Borland Delphi 7. I’ve implemented all the retro_* functions in the DLL, based on the libretro-test example from the RetroArch source. The problem is that it only works fine when I configure RetroArch to run with SDL video drivers. With the openGL drivers it crashes when calling the video refresh callback function from retro_run(). Is there some extra initialization or any requirement necessary to make it work with the OpenGL video driver?
thanks in advance