-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL-dispmanx + EmulationStation #1
Comments
Hi twolife |
@kalehrl : src/Renderer_init_rpi.cpp, line 182, you need to comment out "SDL_Quit();" |
Thank you very much for your quick reply! |
It works this way. |
Advmame doesn't seem to work with dispmanx and started via emulationstation. |
Hi Kalehrl did you get any further wiith this? I installed dispmanx toget DGen working. Then the same as you,problems in ES. I haven't tried the SDL_Quit() hack yet thought I'd see if there had been any updates. |
No, but somebody else seems to have found a solution: |
Thanks - I shall give the fix a try. Unfortunately I did a make install Will try a fresh start and comile everything again, let you know how I get I suppose I could save myself all the hassle and plug in my TV that's HDMI On 5 May 2013 15:21, kalehrl [email protected] wrote:
|
You can get back the default SDL installation quite easily. |
really? Oh great was just about to waste another entire weekend building Thank you for that - you've saved me a lot of time. On 7 May 2013 00:30, kalehrl [email protected] wrote:
|
This might be of interest - http://www.raspberrypi.org/forums/viewtopic.php?f=38&t=99822 |
Hi there !
I'm using you patched SDL on my Pi & i have (so far ;) ) only found a glitch on 1 app : https://github.com/Aloshi/EmulationStation
The simplified codeflow looks like :
The problem is that there is a not-really-cool exit(0) in DISPMANX_VideoQuit @ src/video/dispmanx/SDL_fbvideo.c , so it never start the emulator :(
I tried to remove the exit(0), the emulator started correctly, but on the exit i only had garbage on the screen.
If i simply remove the SDL_exit call from EmulationStation, it works flawlessly ; but i suppose the proper fix is to keep it & fix the libSDL
Regards,
The text was updated successfully, but these errors were encountered: