Martino Fontana
Martino Fontana
Adds to the cheat manager a feature that allows writing a specific value to all selected addresses. Useful when you know what the value you need to modify is, but...
# Description FSR settings are moved in Gamescope. Wine FSR isn't set anymore. - Fixes #2755 TL;DR: Right now, FSR is enabled in two places: - Wine-GE, that is, only...
(Note: this idea is currently only appliable on nightly, as it requires `generic_const_exprs`.) `FromBytes` and `ToBytes` are declared like this: ```rust pub trait FromBytes { type Bytes: NumBytes + ?Sized;...
When Bottles creates a .desktop file for an installed program, the function [`create_desktop_entry`](https://github.com/bottlesdevs/Bottles/blob/c85edf809a91cd84c82e1aa0548827d691b07a74/bottles/backend/utils/manager.py#L207) uses this to set the application category: https://github.com/bottlesdevs/Bottles/blob/c85edf809a91cd84c82e1aa0548827d691b07a74/bottles/backend/utils/manager.py#L257 There are two problems: - If you look at...
When FSR is enabled on Bottles' settings, it sets environment variables and arguments for both [Wine](https://github.com/bottlesdevs/Bottles/blob/c85edf809a91cd84c82e1aa0548827d691b07a74/bottles/backend/wine/winecommand.py#L386-L391) and [Gamescope](https://github.com/bottlesdevs/Bottles/blob/c85edf809a91cd84c82e1aa0548827d691b07a74/bottles/backend/wine/winecommand.py#L624-L630), which means that if you use a Wine version that supports FSR...
Mods for this game were fragmented in two different folders. Move them to the same one. Delete the old mirror patch, as the new one makes it obsolete. Untested.