dolphin
dolphin copied to clipboard
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
Hey, could you add support for Accelerometer and Gyroscope? I think it would be best to have x, y and z axis for the accelerometer and the pitch, yaw and...
I think there should be an add/remove code breakpoints like there is for memchecks. Also, it would be nice to specify if any breakpoint should pause on break. For memory...
Currently, Python scripts have the possibility of desyncing/freezing for a frame, which is especially noticeable with scripts that require frame perfect inputs. Games played without these scripts are able to...
I've noticed a few ways that savestate functions can cause Dolphin to freeze. The first is when you attempt to load a savestate with the scripting API that wasn't created...
This might be a lot of work in the backend, but I believe it would be super helpful to be able to slightly control some aspects of 3D rendering. Here...
When using gui.draw_text I would like to be able to set the font size somehow. The text is pretty small on a high-dpi monitor and becomes very difficult to read!...
Using "await event.frameadvance()" is dependent on VPS and not FPS. For instance, if you're getting 30 FPS, but 60 VPS, then "await event.frameadvance()" will execute twice per in-game frame. I...
I'm not sure if I identified the exact problem so I will write down what I try to achieve. I would like to use some modules that aren't in the...
it should be possible to reset the emulation through python, as requested here: https://github.com/Felk/dolphin/issues/5#issuecomment-949599820 by @JimB16
Right now, selecting a script from the GUI is a bit painful, because you have to navigate to the python file each time. This should be more ergonomic. A few...