gpu: Added small description to gpu files.
This commit is contained in:
parent
dc16d99b53
commit
4c2fe7d103
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
gpu.c _ Advanced GPU commands.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <3ds/types.h>
|
#include <3ds/types.h>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
shdr.c _ Shader loader.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <3ds/types.h>
|
#include <3ds/types.h>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
gsp.c _ Gpu/lcd stuff.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <3ds/types.h>
|
#include <3ds/types.h>
|
||||||
@ -18,6 +22,7 @@ static vu8* gspEventData;
|
|||||||
|
|
||||||
static void gspEventThreadMain(u32 arg);
|
static void gspEventThreadMain(u32 arg);
|
||||||
|
|
||||||
|
|
||||||
Result gspInit()
|
Result gspInit()
|
||||||
{
|
{
|
||||||
return srvGetServiceHandle(&gspGpuHandle, "gsp::Gpu");
|
return srvGetServiceHandle(&gspGpuHandle, "gsp::Gpu");
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
gx.c _ Sending GPU requests via GSP shared memory.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <3ds/types.h>
|
#include <3ds/types.h>
|
||||||
#include <3ds/GSP.h>
|
#include <3ds/GSP.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user