mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-06 07:04:32 +00:00
first commit
This commit is contained in:
17
src/gu/sceGuFrontFace.c
Normal file
17
src/gu/sceGuFrontFace.c
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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"
|
||||
|
||||
void sceGuFrontFace(int order)
|
||||
{
|
||||
if (order)
|
||||
sendCommandi(155,0);
|
||||
else
|
||||
sendCommandi(155,1);
|
||||
}
|
||||
Reference in New Issue
Block a user