Skip to content

Commit

Permalink
Added overclocking
Browse files Browse the repository at this point in the history
  • Loading branch information
technicaljicama committed Sep 23, 2023
1 parent 41a70cb commit db63788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/psp/godot_psp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER | THREAD_ATTR_VFPU);
PSP_HEAP_SIZE_KB(-1);

int main(int argc, char *argv[]) {
scePowerSetClockFrequency(333, 333, 167);
scePowerSetCpuClockFrequency(333);
scePowerSetBusClockFrequency(167);
glutInit(&argc, argv);

glutInitDisplayMode(GLUT_RGBA | GLUT_DOUBLE | GLUT_ALPHA | GLUT_DEPTH);
Expand Down

0 comments on commit db63788

Please sign in to comment.