mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
(Android) use libretro.org for overlay manual, not github repo
This commit is contained in:
parent
fc529d8655
commit
05c6f79a6a
@ -411,7 +411,7 @@ public class RetroArch extends Activity implements
|
||||
startActivity(cguide);
|
||||
return true;
|
||||
case R.id.overlay_guide:
|
||||
Intent mguide = new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/libretro/libretro.github.com/blob/master/documents/overlay.pdf"));
|
||||
Intent mguide = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.libretro.org/documents/overlay.pdf"));
|
||||
startActivity(mguide);
|
||||
return true;
|
||||
case R.id.shader_pack:
|
||||
|
Loading…
x
Reference in New Issue
Block a user