Giter Club home page Giter Club logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Did you build SDL from the SVN?  I don't see that CD Rom is supported.

#define SDL_CDROM_DISABLED  1

in SDL_config_wii.h

I'll take a look tonight to see if I can repro.

Original comment by [email protected] on 30 Apr 2009 at 12:23

  • Changed state: Accepted

from sdl-wii.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
No repro in SVN Rev 18.  

SDL_Init with SDL_INIT_EVERYTHING or a combo including SDL_INIT_CDROM returns < 
0. 
You should handle this accordingly like so:

    if ( SDL_Init( SDL_INIT_VIDEO | SDL_INIT_CDROM ) < 0 ) {
        exit(1);
    }

I'm sure CD Rom support will be added but I don't think it's a priority right 
now.



Original comment by [email protected] on 30 Apr 2009 at 4:29

  • Changed state: Completed

from sdl-wii.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
actually, I think this is a valid issue. We may never add CDROM support (which 
would 
have to be through SD, USB, or DVD anyway), but we should allow the 
SDL_INIT_EVERYTHING flag. I think.

Original comment by [email protected] on 30 Apr 2009 at 4:43

from sdl-wii.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I've fixed this issue in SVN. I'm also changing the status to "Fixed".

Fixed is for an issue that has been resolved in SVN but not in a released 
version. 
Completed is when the fix has made it into a released version.

Original comment by [email protected] on 30 Apr 2009 at 4:50

  • Changed state: Fixed

from sdl-wii.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024

Original comment by [email protected] on 30 Apr 2009 at 4:50

  • Changed title: SDL_INIT_EVERYTHING or SDL_INIT_CDROM fails

from sdl-wii.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024

Original comment by [email protected] on 14 May 2009 at 5:20

  • Changed state: Completed

from sdl-wii.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.