Martino Fontana

Results 46 issues of Martino Fontana

If you `#[derive(Mul)]` (or `MulAssign`) on a struct, it will implement the multiplication with a primitive type, but not with a struct of the same type. If you add `#[mul(forward)]`...

enhancement
help wanted

Ported from regular bsnes.

Currently, it is required to tinker with the sudoers file in order to use this extension. With polkit (`pkexec`) instead, by default the extension would work out of the box:...

enhancement

### What feature is your idea related to? According to the [XDG standard](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), user-specific data files should be written in `$XDG_DATA_HOME` (defaults to `$HOME/.local/share`). Right now, jak-project stores save data...

enhancement

### Summary When an application is full-screen (not simply maximised), normally every click would be received by the application. However, in Plasma Wayland + Bismuth, clicks on the Task Manager...

bug

**Describe the bug** An undocumented (from what I could find) feature of the `with` keyword, is that if multiple of them are used in the same expression, the last one...

Right now, a gamepad is detected only if bsnes is launched while the gamepad is connected to the computer. If the gamepad is connected after that, then it won't be...

ME3Tweaks Mod Manager, the mod manager for the Mass Effect saga, has problems rendering the UI with DXVK: it's completely black, but when moving the mouse in certain parts, sometimes...

As described [here](https://github.com/libsdl-org/SDL/blob/92b3c53c92971e685254fd89f89ce6bde8cea60e/include/SDL_hints.h#L532), SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS makes the game controller face buttons report their values according to their labels instead of their positional layout. Right now, this hint defaults to 1, but...

The interface in Graphics>PrimeHack GFX is inconsistent with the use of "color" and "colour": ![image](https://user-images.githubusercontent.com/40663462/151036663-bc92e2e9-e14b-4443-80e4-58de2af5dc3e.png) I replaced the latter with the former for consistency (and because Dolphin uses "color" in...