Files
pspsdk/src/gu/sceGuFinish.c
Francisco Javier Trujillo Mata 2ecbb9d8b8 Fixing remaining magic numbers
2025-05-08 20:48:18 +02:00

15 lines
337 B
C

/*
* PSP Software Development Kit - https://github.com/pspdev
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
*
* Copyright (c) 2005 Jesper Svennevid
*/
#include "guInternal.h"
int sceGuFinish(void)
{
return sceGuFinishId(0);
}