ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/SDL/video_sdl.cpp
(Generate patch)

Comparing BasiliskII/src/SDL/video_sdl.cpp (file contents):
Revision 1.30 by asvitkine, 2007-01-21T19:33:13Z vs.
Revision 1.31 by asvitkine, 2007-01-22T00:32:25Z

# Line 739 | Line 739 | driver_window::driver_window(SDL_monitor
739          // the second time (SDL_SetVideoMode will call SDL_Init() and all will be
740          // well). Without this, the video becomes corrupted (at least on Mac OS X),
741          // after the resolution switch (for the second and subsequent times).
742 <        if (SDL_display_opened)
743 <                SDL_Quit();
742 > // EDIT: Ack, this breaks audio!
743 > //      if (SDL_display_opened)
744 > //              SDL_Quit();
745  
746          // Create surface
747          int depth = sdl_depth_of_video_depth(VIDEO_MODE_DEPTH);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines