mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Typo fix.
This commit is contained in:
parent
ed1a9480b0
commit
d6cee44be0
@ -855,7 +855,7 @@ void LoadInput(const char *filename)
|
|||||||
{
|
{
|
||||||
// this is a "you did something wrong" alert for the user's benefit.
|
// this is a "you did something wrong" alert for the user's benefit.
|
||||||
// we'll try to say what's going on in excruciating detail, otherwise the user might not believe us.
|
// we'll try to say what's going on in excruciating detail, otherwise the user might not believe us.
|
||||||
if(IsUsingWiimote(1))
|
if(IsUsingWiimote(0))
|
||||||
{
|
{
|
||||||
// TODO: more detail
|
// TODO: more detail
|
||||||
PanicAlertT("Warning: You loaded a save whose movie mismatches on byte %d (0x%X). You should load another save before continuing, or load this state with read-only mode off. Otherwise you'll probably get a desync.", i+256, i+256);
|
PanicAlertT("Warning: You loaded a save whose movie mismatches on byte %d (0x%X). You should load another save before continuing, or load this state with read-only mode off. Otherwise you'll probably get a desync.", i+256, i+256);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user