mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
rosalina: fix regression in menuReadScreenTypes
This commit is contained in:
parent
f0be624792
commit
ab7e8676b5
@ -263,7 +263,7 @@ static void menuReadScreenTypes(void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
srvSetBlockingPolicy(true);
|
srvSetBlockingPolicy(false);
|
||||||
|
|
||||||
Result res = gspLcdInit();
|
Result res = gspLcdInit();
|
||||||
if (R_SUCCEEDED(res))
|
if (R_SUCCEEDED(res))
|
||||||
@ -279,7 +279,7 @@ static void menuReadScreenTypes(void)
|
|||||||
gspLcdExit();
|
gspLcdExit();
|
||||||
}
|
}
|
||||||
|
|
||||||
srvSetBlockingPolicy(false);
|
srvSetBlockingPolicy(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user