Re: [hatari-devel] MacOsX, Hatari, SDL2 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
I would agree with Jerome’s results. SDL2 is working much better now than when Thomas was trying to help Miguel and I get it to work about 6 months ago. At that point, the OS X menu did not really work at all. It still would need the full screen mode to work before it could be the OS X default for Hatari.
I am not surprised that SDL2 works so much better on OS X. SDL1 has always had problems on OS X. I wish I knew any Objective C. I am guessing that someone with some knowledge of it could fix the remaining problems quickly.
Bob C
> On Sep 28, 2015, at 3:40 PM, Jerome Vernet <vernet.jerome@xxxxxxxxxx> wrote:
>
> Le 28/09/2015 21:38, Jerome Vernet a écrit :
>> Le 28/09/2015 19:49, Nicolas Pomarède a écrit :
>
>> - Full Screen crash. There is typically something different between the
>> two build (SDL 1 seems to change resolution, with a black screen, but
>> SDL 2 use the "MacOsX Way" to do Full Screen, with the screen scrolling
>> left, menus disapear.
>
> Full Screen no more crash when modifying line 439 of screen.c:
>
> sdlVideoFlags = SDL_WINDOW_FULLSCREEN;//_DESKTOP;
>
> (no resolution changes)
>
> but... going back to windows mode do not work...
>
> JV
>
>
>