Richard Goedeken

Results 267 comments of Richard Goedeken

Apparently that registry hack just causes the Windows OS to use a different name in the device manager. Mupen64Plus gets the name from the SDL library, and it must be...

The way that the joystick name matching code works, is that it subdivides the name into words separated by spaces, and then it searches for each word in each candidate...

I tend to think that it's a defect in SDL (or the USB device drivers) to have such generic device names. I would recommend just picking one of the configurations...

well you gotta figure out the proper values for all of those control mappings. You can do it by trial and error, playing a bunch of different games until you...

I suspect that this problem is a duplicate of mupen64plus-core/#1047.

jclc, what platform are you running on? I think with desktop PCs (linux/windows), switching to fullscreen should normally change the video card's output mode to the window's size (640x480, 800x600,...

You can use the "--fullscreen" and "--windowed" arguments with the mupen64plus-console-ui application to choose fullscreen or not when you start. You can use (default key binding) Alt-Enter to switch (with...

can you bisect and find a previous changeset which did not have this black border? I kind of remember it always being there. At least I remember a very long...

I don't see how changing these variables from int to uint could fix anything. Perhaps you were originally using an older build which had a bug, and by downloading the...

Thanks very much for tracking this down; I'll make a patch to fix it. I never really liked every project having it's own typedefs, and this shows why. It's pretty...