Skip to content

Instantly share code, notes, and snippets.

@Kethen
Kethen / main.c
Last active April 17, 2026 16:54
vita_vram_probe
#include <pspkernel.h>
#include <pspiofilemgr.h>
#include <pspge.h>
#include <stdio.h>
#include <string.h>
PSP_MODULE_INFO("bram test", 0, 1, 0);
PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER);
PSP_MAIN_THREAD_STACK_SIZE_KB(8192);
PSP_HEAP_SIZE_KB(0);