Merge pull request #2270 from aliaspider/master

(CTR/3DS) allow changing cpu speed on n3DS at runtime.
This commit is contained in:
Twinaphex 2015-10-21 01:11:22 +02:00
commit 6fc6f681f5
2 changed files with 3 additions and 1 deletions

View File

@ -164,6 +164,7 @@ AccessControlInfo:
- nim:aoc
- nwm::UDS
- ptm:u
- ptm:sysm
- qtm:u
- soc:U
- ssl:C
@ -211,4 +212,4 @@ SystemControlInfo:
ro: 0x0004013000003702
socket: 0x0004013000002e02
spi: 0x0004013000002302
ssl: 0x0004013000002f02
ssl: 0x0004013000002f02

View File

@ -249,6 +249,7 @@ static void frontend_ctr_init(void *data)
APT_SetAppCpuTimeLimit(NULL, 80);
gfxInitDefault();
#endif
osSetSpeedupEnable(true);
gfxInit(GSP_BGR8_OES,GSP_RGB565_OES,false);
csndInit();
initCfgu();