mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-05 14:49:34 +00:00
first commit
This commit is contained in:
14
src/gu/sceGuCheckList.c
Normal file
14
src/gu/sceGuCheckList.c
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* PSP Software Development Kit - http://www.pspdev.org
|
||||
* -----------------------------------------------------------------------
|
||||
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
|
||||
*
|
||||
* Copyright (c) 2005 Jesper Svennevid
|
||||
*/
|
||||
|
||||
#include "guInternal.h"
|
||||
|
||||
int sceGuCheckList(void)
|
||||
{
|
||||
return ((int)gu_list->current)-((int)gu_list->start);
|
||||
}
|
||||
Reference in New Issue
Block a user