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
|
||||
{
|
||||
srvSetBlockingPolicy(true);
|
||||
srvSetBlockingPolicy(false);
|
||||
|
||||
Result res = gspLcdInit();
|
||||
if (R_SUCCEEDED(res))
|
||||
@ -279,7 +279,7 @@ static void menuReadScreenTypes(void)
|
||||
gspLcdExit();
|
||||
}
|
||||
|
||||
srvSetBlockingPolicy(false);
|
||||
srvSetBlockingPolicy(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user