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.7 by gbeauche, 2004-06-26T15:22:01Z vs.
Revision 1.8 by gbeauche, 2004-06-26T17:20:35Z

# Line 638 | Line 638 | driver_window::driver_window(SDL_monitor
638          }
639          else if (!video_vosf_profitable()) {
640                  video_vosf_exit();
641 <                // WarningAlert(STR_VOSF_NOT_PROFITABLE_WARN);
642 <                printf("VOSF acceleration is not profitable on this platform\n");
641 >                printf("VOSF acceleration is not profitable on this platform, disabling it\n");
642                  use_vosf = false;
643          }
644          if (!use_vosf) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines