Skip to content

Instantly share code, notes, and snippets.

@psyke83
Created July 10, 2019 20:44
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 psyke83/2819bbe1f81f6da3cad13edad6b85958 to your computer and use it in GitHub Desktop.
Save psyke83/2819bbe1f81f6da3cad13edad6b85958 to your computer and use it in GitHub Desktop.
lr-mupen64plus-next depth workaround for rpi
diff --git a/libretro/libretro.c b/libretro/libretro.c
index 24f5ed1..9153e77 100644
--- a/libretro/libretro.c
+++ b/libretro/libretro.c
@@ -167,7 +167,7 @@ static void setup_variables(void)
{ CORE_NAME "-rspmode",
"RSP Mode; HLE" },
{ CORE_NAME "-43screensize",
- "4:3 Resolution; 320x240|640x480|960x720|1280x960|1440x1080|1600x1200|1920x1440|2240x1680|2560x1920|2880x2160|3200x2400|3520x2640|3840x2880" },
+ "4:3 Resolution; 368x276|320x240|640x480|960x720|1280x960|1440x1080|1600x1200|1920x1440|2240x1680|2560x1920|2880x2160|3200x2400|3520x2640|3840x2880" },
{ CORE_NAME "-169screensize",
"16:9 Resolution; 640x360|960x540|1280x720|1920x1080|2560x1440|3840x2160|4096x2160|7680x4320" },
{ CORE_NAME "-aspect",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment