Skip to content

Instantly share code, notes, and snippets.

@lazd
Last active July 11, 2021 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazd/d7988a2dbcf72398e0dda5d9e3b64501 to your computer and use it in GitHub Desktop.
Save lazd/d7988a2dbcf72398e0dda5d9e3b64501 to your computer and use it in GitHub Desktop.
GLideN64.custom.ini to fix Goldeneye 007 rendering issues/white flickering for multiplayer on RetroPie with ParaLLEl + GLideN64
# Add everything below to /opt/retropie/configs/n64/GLideN64.custom.ini
[GOLDENEYE]
Good_Name=007 - GoldenEye (E)(U)
frameBufferEmulation\enable=0
generalEmulation\enableFragmentDepthWrite=0
@lazd
Copy link
Author

lazd commented Jul 10, 2021

Add lines 3-6 of the gist above to /opt/retropie/configs/n64/GLideN64.custom.ini. Then, set the ParaLLEl core GFX accuracy option to at least medium (access quick menu and go to Options, then save the per-game config, restart).

This fixes the issue where one or more player's screen flickers white when trying to play multiplayer Goldeneye with ParaLLEl + GLideN64.

Source: gonetz/GLideN64#1173 (comment) + my own testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment