mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-25 23:25:38 +00:00
Merge pull request #50 from Parnassius/5.0-11333
Update to 5.0-11333 (Nov 2019 report)
This commit is contained in:
commit
338f39ba8b
|
@ -17,7 +17,7 @@
|
||||||
<screenshot>https://raw.githubusercontent.com/flathub/org.DolphinEmu.dolphin-emu/master/screenshots/4.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/flathub/org.DolphinEmu.dolphin-emu/master/screenshots/4.png</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release date="2019-11-07" version="5.0-11102"/>
|
<release date="2019-12-03" version="5.0-11333"/>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">https://dolphin-emu.org</url>
|
<url type="homepage">https://dolphin-emu.org</url>
|
||||||
<url type="help">https://forums.dolphin-emu.org</url>
|
<url type="help">https://forums.dolphin-emu.org</url>
|
||||||
|
|
|
@ -39,7 +39,7 @@ index 2055c4d863..163a15f8a5 100644
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
- File::SetUserPath(D_USER_IDX, user_path);
|
- File::SetUserPath(D_USER_IDX, std::move(user_path));
|
||||||
}
|
}
|
||||||
|
|
||||||
void SaveWiimoteSources()
|
void SaveWiimoteSources()
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/dolphin-emu/dolphin.git",
|
"url": "https://github.com/dolphin-emu/dolphin.git",
|
||||||
"commit": "c6841a027a1c34a35b94e436e909cfdbfbbdbfc7"
|
"commit": "15fc71cfcf5f94221443aaff99ae559fa3cb4633"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "patch",
|
"type": "patch",
|
||||||
|
|
Loading…
Reference in a new issue