You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lizzie
025bc799f7
[vk] change UInt32->Int32 being used as texture gather offsets ( #3404 )
"So, found another macOS crash while testing Luigi's mansion 2. It looks like Metal is pretty picky about types and was crashing because the texture gather offsets were being passed as unsigned integers instead of signed ones.
I made a small tweak to the shader recompiler to force them to be signed, and the game boots fine now. Most other drivers usually handle signed offsets anyway, so it should be a safe fix for everyone." - rayman
Authored-by: rayman
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3404
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
4 months ago
..
AddEdenToSRM.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
AddGamesToSRM.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
AddingBooleanToggles.md
[debug] added functions to enable access to debug knobs from kotlin side + docs (#3265)
5 months ago
AddingDebugKnobs.md
[debug] added functions to enable access to debug knobs from kotlin side + docs (#3265)
5 months ago
AlterDateTime.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
Architectures.md
[compat] HaikuOS port (#2805)
8 months ago
Audio.md
[docs] initial user handbook draft (#2629)
8 months ago
Basics.md
[compat] HaikuOS port (#2805)
8 months ago
CommandLine.md
[qt, cmd] Document & fix some inconsistencies with command line arguments (#3104)
6 months ago
ControllerProfiles.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
Graphics.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
GyroControls.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
HowToAccessLogs.md
[docs] Adding Initial Documentation (#3139)
6 months ago
ImportingSaves.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
InstallingAtmosphereMods.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
InstallingUpdatesDLC.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
Multiplayer.md
[docs] Adding Multiplayer Guides (#3167)
6 months ago
Native.md
[qt, settings] allow to set custom unit and battery serial (#2813)
7 months ago
Orphaned.md
[qt] clean up some orphaned_profiles bugs; add help (#2894)
7 months ago
QuickStart.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
README.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
RunOnMacOS.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
ServerHosting.md
[docs/user] add server hosting section (#3093)
6 months ago
Storage.md
[core/filesystem] "easier" cheats folder structure like Ryujinx (#2795)
8 months ago
SyncthingGuide.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
Testing.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
ThirdParty.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
Troubleshoot.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
UsingAmiibo.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
UsingCheats.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
User Handbook
The "FAQ".
This handbook is primarily aimed at the end-user - baking useful knowledge for enhancing their emulation experience.
Basics
Advanced