mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 00:32:53 +00:00
Merge pull request #6475 from Starsam80/fix-always-true
Qt: Remove always true if statement
This commit is contained in:
commit
6079d7d3c6
@ -139,9 +139,8 @@ int main(int argc, char* argv[])
|
|||||||
boot = BootParameters::GenerateFromFile(args.front());
|
boot = BootParameters::GenerateFromFile(args.front());
|
||||||
}
|
}
|
||||||
|
|
||||||
int retval = 0;
|
int retval;
|
||||||
|
|
||||||
if (!retval)
|
|
||||||
{
|
{
|
||||||
DolphinAnalytics::Instance()->ReportDolphinStart("qt");
|
DolphinAnalytics::Instance()->ReportDolphinStart("qt");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user