C64Lib.Core.C64Display.init_graphics C# (CSharp) Method

init_graphics() private method

private init_graphics ( ) : int
return int
        int init_graphics()
        {
            // TODO
//            // Init SDL
//            Video.Initialize();

//#if SCANLINE
//            _c64Screen = Video.CreateRgbSurface(DISPLAY_X, DISPLAY_Y + 17, 8, 0xff, 0xff, 0xff, 0x00, false);
//            _videoDisplay = Video.SetVideoModeWindow(DISPLAY_X * 2, (DISPLAY_Y + 17) * 2, 8);
//#else
//            _c64Screen = Video.SetVideoModeWindow(DISPLAY_X, DISPLAY_Y + 17, 8);
//#endif

//            // Open window
//            Video.WindowCaption = "Sharp-C64";


            return 1;
        }