mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 01:35:21 +01:00
Removed a couple of stray references to Lime3DS
This commit is contained in:
parent
08f820089e
commit
c1ca5d8776
2
externals/glad/Readme.md
vendored
2
externals/glad/Readme.md
vendored
@ -6,6 +6,6 @@ python -m glad --profile core --out-path glad/ --api "gl=4.3,gles2=3.2" --genera
|
|||||||
|
|
||||||
You can also generate the source using [this site](https://glad.dav1d.de/):
|
You can also generate the source using [this site](https://glad.dav1d.de/):
|
||||||
1. Select '4.3' for GL, '3.2' for GLES2, and 'Core' for Profile.
|
1. Select '4.3' for GL, '3.2' for GLES2, and 'Core' for Profile.
|
||||||
2. Input the currently supported extensions from [here](https://github.com/Lime3DS/Lime3DS/blob/master/externals/glad/include/glad/glad.h#L9), plus any new required extensions.
|
2. Input the currently supported extensions from [here](https://github.com/azahar-emu/azahar/blob/master/externals/glad/include/glad/glad.h#L9), plus any new required extensions.
|
||||||
3. Click Generate and download the generated source zip.
|
3. Click Generate and download the generated source zip.
|
||||||
4. Unzip the new source over the current glad source files.
|
4. Unzip the new source over the current glad source files.
|
@ -289,7 +289,7 @@ GMainWindow::GMainWindow(Core::System& system_)
|
|||||||
|
|
||||||
if (args[i] == QStringLiteral("--version") || args[i] == QStringLiteral("-v")) {
|
if (args[i] == QStringLiteral("--version") || args[i] == QStringLiteral("-v")) {
|
||||||
const std::string version_string =
|
const std::string version_string =
|
||||||
std::string("Lime3DS ") + Common::g_scm_branch + " " + Common::g_scm_desc;
|
std::string("Azahar ") + Common::g_scm_branch + " " + Common::g_scm_desc;
|
||||||
ShowCommandOutput("Version", version_string);
|
ShowCommandOutput("Version", version_string);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
@ -1992,7 +1992,7 @@ void GMainWindow::OnGameListCreateShortcut(u64 program_id, const std::string& ga
|
|||||||
citra_command = fmt::format("flatpak run {}", env_flatpak_id);
|
citra_command = fmt::format("flatpak run {}", env_flatpak_id);
|
||||||
skip_tryexec = true;
|
skip_tryexec = true;
|
||||||
} else {
|
} else {
|
||||||
// Get path to Lime3DS executable
|
// Get path to Citra executable
|
||||||
const QStringList args = QApplication::arguments();
|
const QStringList args = QApplication::arguments();
|
||||||
citra_command = args[0].toStdString();
|
citra_command = args[0].toStdString();
|
||||||
// If relative path, make it an absolute path
|
// If relative path, make it an absolute path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user