Move SceSize to psptypes.h

This commit is contained in:
Wouter Wijsman
2025-04-04 23:06:59 +02:00
parent 173d3a60eb
commit ae4731159b
66 changed files with 78 additions and 11 deletions

View File

@@ -14,6 +14,7 @@
#define __FILEIO_H__
#include <pspkerneltypes.h>
#include <psptypes.h>
#include <pspiofilemgr_fcntl.h>
#include <pspiofilemgr_stat.h>
#include <pspiofilemgr_dirent.h>

View File

@@ -24,6 +24,8 @@
extern "C" {
#endif
#include <psptypes.h>
/** @addtogroup LoadExec */
/**@{*/

View File

@@ -19,6 +19,7 @@
#define __MODLOAD_H__
#include <pspkerneltypes.h>
#include <psptypes.h>
/** @defgroup ModuleMgr Module Manager Library
* This module contains the imports for the kernel's module management routines.

View File

@@ -17,6 +17,7 @@
#define PSPSYSMEM_H
#include <pspkerneltypes.h>
#include <psptypes.h>
/** @defgroup SysMem System Memory Manager
* This module contains routines to manage heaps of memory.