mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #8861 from JosJuice/netplay-hash
Make netplay's "same game" check more robust
This commit is contained in:
commit
e7e5175606
35 changed files with 523 additions and 157 deletions
|
@ -479,8 +479,8 @@ std::vector<Partition> VolumeVerifier::CheckPartitions()
|
|||
AddProblem(Severity::Low,
|
||||
Common::GetStringT(
|
||||
"The data partition is not at its normal position. This will affect the "
|
||||
"emulated loading times. When using NetPlay or sending input recordings to "
|
||||
"other people, you will experience desyncs if anyone is using a good dump."));
|
||||
"emulated loading times. You will be unable to share input recordings and use "
|
||||
"NetPlay with anyone who is using a good dump."));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -783,10 +783,10 @@ void VolumeVerifier::CheckDiscSize(const std::vector<Partition>& partitions)
|
|||
{
|
||||
AddProblem(
|
||||
Severity::Low,
|
||||
Common::GetStringT("This disc image has an unusual size. This will likely make the "
|
||||
"emulated loading times longer. When using NetPlay or sending "
|
||||
"input recordings to other people, you will likely experience "
|
||||
"desyncs if anyone is using a good dump."));
|
||||
Common::GetStringT(
|
||||
"This disc image has an unusual size. This will likely make the emulated "
|
||||
"loading times longer. You will likely be unable to share input recordings "
|
||||
"and use NetPlay with anyone who is using a good dump."));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue