Files
pikuma_ps1/code/graphics_hello_psyq/hello_gpu.c
T

22 lines
256 B
C

// #include <stdlib.h>
#include "duffle/dsl.h"
#include "duffle/math.h"
#include "duffle/gp.h"
#include "hello_gpu.h"
DoubleBuffer screen_buffer;
S16 active_screen_buffer;
int main(void)
{
gp_screen_init();
while (1)
{
};
return 0;
}