Skip to content

Commit 6a5ccb7

Browse files
committed
Rename sceGuGetInit to guGetInit
It is not a sony function, so this makes sense.
1 parent f659c19 commit 6a5ccb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/gu/pspgu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ void sceGuTerm(void);
483483
*
484484
* @return Whether the GU system has been initialized or not
485485
**/
486-
int sceGuGetInit();
486+
int guGetInit();
487487

488488
/**
489489
* Break the display list

src/gu/sceGuInit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ int sceGuInit(void)
376376
return 0;
377377
}
378378

379-
int sceGuGetInit() {
379+
int guGetInit() {
380380
return gu_init;
381381
}

0 commit comments

Comments
 (0)