mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-24 10:54:38 +00:00
Minor stuff
This commit is contained in:
parent
2b249bd496
commit
a8cd14dafd
@ -151,7 +151,6 @@ void clearScreens(bool clearTop, bool clearBottom)
|
|||||||
|
|
||||||
flushDCacheRange(&clearTopTmp, 1);
|
flushDCacheRange(&clearTopTmp, 1);
|
||||||
flushDCacheRange(&clearBottomTmp, 1);
|
flushDCacheRange(&clearBottomTmp, 1);
|
||||||
flushDCacheRange((void *)fb, sizeof(struct fb));
|
|
||||||
invokeArm11Function(ARM11);
|
invokeArm11Function(ARM11);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -258,7 +257,6 @@ void initScreens(void)
|
|||||||
if(PDN_GPU_CNT == 1)
|
if(PDN_GPU_CNT == 1)
|
||||||
{
|
{
|
||||||
flushDCacheRange(&configData, sizeof(CfgData));
|
flushDCacheRange(&configData, sizeof(CfgData));
|
||||||
flushDCacheRange((void *)fb, sizeof(struct fb));
|
|
||||||
invokeArm11Function(ARM11);
|
invokeArm11Function(ARM11);
|
||||||
|
|
||||||
clearScreens(true, true);
|
clearScreens(true, true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user