mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-12 11:20:46 +02:00
Updated to 5.0-17348
This commit is contained in:
parent
25010e59e0
commit
02cb6e93a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ CMakeLists.txt.user
|
||||
/.vscode/
|
||||
/Source/Core/DolphinQt/hack_config.ini
|
||||
/Source/Core/DolphinQt/.sav
|
||||
/cmake-build*/
|
||||
|
13
Source/.idea/.idea.dolphin-emu/.idea/.gitignore
generated
vendored
Normal file
13
Source/.idea/.idea.dolphin-emu/.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/.idea.dolphin-emu.iml
|
||||
/projectSettingsUpdater.xml
|
||||
/modules.xml
|
||||
/contentModel.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
1
Source/.idea/.idea.dolphin-emu/.idea/.name
generated
Normal file
1
Source/.idea/.idea.dolphin-emu/.idea/.name
generated
Normal file
@ -0,0 +1 @@
|
||||
dolphin-emu
|
4
Source/.idea/.idea.dolphin-emu/.idea/encodings.xml
generated
Normal file
4
Source/.idea/.idea.dolphin-emu/.idea/encodings.xml
generated
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
8
Source/.idea/.idea.dolphin-emu/.idea/indexLayout.xml
generated
Normal file
8
Source/.idea/.idea.dolphin-emu/.idea/indexLayout.xml
generated
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
6
Source/.idea/.idea.dolphin-emu/.idea/misc.xml
generated
Normal file
6
Source/.idea/.idea.dolphin-emu/.idea/misc.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="com.jetbrains.rider.android.RiderAndroidMiscFileCreationComponent">
|
||||
<option name="ENSURE_MISC_FILE_EXISTS" value="true" />
|
||||
</component>
|
||||
</project>
|
6
Source/.idea/.idea.dolphin-emu/.idea/vcs.xml
generated
Normal file
6
Source/.idea/.idea.dolphin-emu/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -277,7 +277,6 @@ void UpdateDiscordPresence(int party_size, SecretType type, const std::string& s
|
||||
UpdateClientID(DEFAULT_CLIENT_ID);
|
||||
|
||||
const std::string& title = "v" + Common::GetScmRevStr() + " (Dolphin Emulator Fork)";
|
||||
std::string game_artwork = ArtworkForGameId(SConfig::GetInstance().GetGameID());
|
||||
|
||||
DiscordRichPresence discord_presence = {};
|
||||
discord_presence.largeImageKey = "primehack_logo";
|
||||
|
Loading…
Reference in New Issue
Block a user