dolphin
dolphin copied to clipboard
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
The get_display_size() method returns the size of the window, which may differ from the actual render size. It is possible to calculate the render size using aspect ratios, but it...
**Game**: Serious Sam: Next Encounter (US version, ID: G3BE9G) **Issue**: When I bind mouse left click ("Click 0") to R button on first gamecube controller, pressing left click disables all...
The save-stating and screenshotting methods should be able to read from and write to any python object that exposes a buffer. Writing the data directly into a buffer will greatly...
The build is crashing for me on Ubuntu Desktop 23.10. I tried following along the other open issue and built with g++12 and clang, but still get issue. The error...
I would very much appreciate the extra functionality to be able to call a method and have it return a numpy array of the RGB values of the current dolphin...
I've been playing around with the idea of having the python script that interacts with dolphin perform computation using a pytorch model. However, when doing this I found that creating...
I'm not sure if there is something wrong on my end or if this is a bug, but I'm having a hard time getting programmatically setting inputs to a GameCube...
I'd like to use Dolphin as a reinforcement learning environment, and the game I'm planning on working with requires Wii IR input, which appears unsupported. Would it be possible to...
After pulling 26cdedc, I have a new build error. I have attached stderr below. [log.txt](https://github.com/Felk/dolphin/files/10346579/log.txt)
The way input overrides via scripting are handled right now causes the TAS input window to not register any inputs anymore. Also, if a script is executed before the TAS...