Re: [hatari-devel] MacOsX, Hatari, SDL2 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
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