dolphin
dolphin copied to clipboard
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
I'm splitting these changes into a new PR because I don't want the old one to get too bloated. This PR will be working on the EXI baseboard connection, and...
See pr #7424 . My xbox controller does not need to rescale the triggers ( product id 0x0b20 ), which was given via a new controller update. I am unsure...
With the move to C++20, and various people wanting to clean up the codebase to use the fancy new features, many PRs have run into problems older versions of clang...
This accounts for a shocking amount of writes to `fst.bin`, in particular during dolphin startup.
Glide lets us use less code for image loading and caching. It's all automatically handled and we don't have to worry about manually compressing each of our game covers on...
I found this while trying to debug https://bugs.dolphin-emu.org/issues/12965, though this does not actually fix that issue. What's happening here is that the `ContentPartition` chunks inside DirectoryBlob are designed to look...
This shows a blank splash screen while Dolphin initializes its configuration system. I'm primarily doing this to make #10725 compatible with our config system. Light  Dark 
Making builds for testing a potential performance regression fix in MoltenVK. (see #9981)