Search results

  1. E

    Reporting Bugs

    Bugs can always be reported in this emutalk forum, but I wanted to make sure everyone knows that we have an issue tracker on the google code site that you can also use to submit bug reports: http://code.google.com/p/mupen64plus/issues/list Please make sure you search to see if the bug already...
  2. E

    First post!

    Wow, we have our own forum now? Guess it does make it a little less ambiguous when people report issues since hopefully we'll know that they're running Mupen64Plus and not mupen64 0.5...
  3. E

    libSDL_ttf dependency

    We have an issue opened right now because blight_input doesn't load if libSDL_ttf is not installed on the system. Most systems have this installed, but fedora is the exception that we've seen. The solution was going to be to remove the blight_input dependency on SDL_ttf, but it appears I may...
  4. E

    Fast-forward function

    I posted about this on the google group, but didn't get a response, so I'm posting here for a larger audience. So far, the design for fast-forward is to simply remove any delays between screen refreshes in the emulator. Although this works, on systems such as mine, my CPU can't handle rendering...
  5. E

    input improvements

    I had Richard42 create a svn branch for me to use to make improvements to the blight_input plugin. Here is a list of the changes I'd like to make: Create gtk version of the config dialog. Change config so only one input is mapped to each N64 controller button/axis. Add support for different...
  6. E

    next release

    So what are the major TODO items before our next release of mupen64Plus? This is a list of what I'd like to see: Glide64 and RiceVideo plugin folders moved into the main mupen64-64bit folder. Edit Makefile so Glide64 and RiceVideo plugins are built under 'make all' and copied to the plugins...
  7. E

    multi-user support

    Just wanted to start a new thread to discuss what multi-user support entails. My understanding is we want to add support for multi-user config (~/.mupen64 directory) and support for a 'make install' target in the Makefile. Regarding the ~/.mupen64. Here are my initial thoughts: When mupen64...
  8. E

    Combine mupen64 and mupen64_nogui into one exe?

    There seems to be a lot of duplicated code between main/main.c (used for mupen64_nogui) and main/gui_gtk/main_gtk.c (used for mupen64). Worse, main.c has some bugs that main_gtk.c does not. For example, on my system, the same video plugin is choppy using mupen64_nogui, but smooth using mupen64...

Top