mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
parent
7e6fc5ab4d
commit
cfbc3d4317
@ -18,7 +18,7 @@ These programs are instantiated as dynamic libraries. We refer to these as "libr
|
||||
|
||||
## libretro
|
||||
|
||||
[libretro](http://libretro.com) is an API that exposes generic audio/video/input callbacks.
|
||||
[libretro](https://www.libretro.com) is an API that exposes generic audio/video/input callbacks.
|
||||
A frontend for libretro (such as RetroArch) handles video output, audio output, input and application lifecycle.
|
||||
A libretro core written in portable C or C++ can run seamlessly on many platforms with very little to no porting effort.
|
||||
|
||||
@ -33,7 +33,7 @@ Latest binaries are currently hosted on the [buildbot](http://buildbot.libretro.
|
||||
|
||||
## Support
|
||||
|
||||
To reach developers, either make an issue here on GitHub, make a thread on the [forum](http://www.libretro.com/forums/), chat on [discord](https://discord.gg/C4amCeV), or visit our IRC channel: #retroarch @ irc.freenode.org. You could create a post in [Reddit](https://www.reddit.com/r/RetroArch/) with *Technical Support* flair.
|
||||
To reach developers, either make an issue here on GitHub, make a thread on the [forum](https://www.libretro.com/forums/), chat on [discord](https://discord.gg/C4amCeV), or visit our IRC channel: #retroarch @ irc.freenode.org. You could create a post in [Reddit](https://www.reddit.com/r/RetroArch/) with *Technical Support* flair.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
@ -34,7 +34,7 @@ Build-Depends: debhelper (>= 9),
|
||||
libass-dev,
|
||||
nvidia-cg-dev [!armhf]
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://www.libretro.com/
|
||||
Homepage: https://www.libretro.com/
|
||||
Vcs-Git: git://github.com/libretro/RetroArch.git
|
||||
Vcs-Browser: https://github.com/libretro/RetroArch
|
||||
|
||||
|
@ -5,7 +5,7 @@ Summary: Official reference frontend for libretro
|
||||
|
||||
Group: Applications/Emulators
|
||||
License: GPLv3+
|
||||
URL: http://www.libretro.com/
|
||||
URL: https://www.libretro.com/
|
||||
|
||||
BuildRequires: mesa-llvmpipe-libwayland-egl-devel
|
||||
BuildRequires: pulseaudio-devel
|
||||
|
@ -2997,8 +2997,8 @@ void MainWindow::showAbout()
|
||||
QScopedPointer<QDialog> dialog(new QDialog());
|
||||
QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok);
|
||||
QString text = QString("RetroArch ") + PACKAGE_VERSION +
|
||||
"<br><br>" + "<a href=\"http://www.libretro.com/\">www.libretro.com</a>"
|
||||
"<br><br>" + "<a href=\"http://www.retroarch.com/\">www.retroarch.com</a>"
|
||||
"<br><br>" + "<a href=\"https://www.libretro.com/\">www.libretro.com</a>"
|
||||
"<br><br>" + "<a href=\"https://www.retroarch.com/\">www.retroarch.com</a>"
|
||||
#ifdef HAVE_GIT_VERSION
|
||||
"<br><br>" + msg_hash_to_str(MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION) + ": " + retroarch_git_version +
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user