(CTR/3DS) allow changing cpu speed on n3DS at runtime.
set cpu speed to max by default.
This commit is contained in:
parent
3a30baab57
commit
3e4f38a38e
|
@ -164,6 +164,7 @@ AccessControlInfo:
|
||||||
- nim:aoc
|
- nim:aoc
|
||||||
- nwm::UDS
|
- nwm::UDS
|
||||||
- ptm:u
|
- ptm:u
|
||||||
|
- ptm:sysm
|
||||||
- qtm:u
|
- qtm:u
|
||||||
- soc:U
|
- soc:U
|
||||||
- ssl:C
|
- ssl:C
|
||||||
|
@ -211,4 +212,4 @@ SystemControlInfo:
|
||||||
ro: 0x0004013000003702
|
ro: 0x0004013000003702
|
||||||
socket: 0x0004013000002e02
|
socket: 0x0004013000002e02
|
||||||
spi: 0x0004013000002302
|
spi: 0x0004013000002302
|
||||||
ssl: 0x0004013000002f02
|
ssl: 0x0004013000002f02
|
||||||
|
|
|
@ -249,6 +249,7 @@ static void frontend_ctr_init(void *data)
|
||||||
APT_SetAppCpuTimeLimit(NULL, 80);
|
APT_SetAppCpuTimeLimit(NULL, 80);
|
||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
#endif
|
#endif
|
||||||
|
osSetSpeedupEnable(true);
|
||||||
gfxInit(GSP_BGR8_OES,GSP_RGB565_OES,false);
|
gfxInit(GSP_BGR8_OES,GSP_RGB565_OES,false);
|
||||||
csndInit();
|
csndInit();
|
||||||
initCfgu();
|
initCfgu();
|
||||||
|
|
Loading…
Reference in New Issue