Fixed PSP rendering

This commit is contained in:
2025-11-09 14:54:33 -06:00
parent 587d716aae
commit aaa8622956
11 changed files with 30 additions and 8 deletions

View File

@@ -10,6 +10,13 @@
#include "assettype.h"
#if ASSET_TYPE == wad
#if PSP
typedef struct {
uint8_t signature[4];
uint16_t version[2];
unsigned int offset[8];
} assetpbp_t;
#endif
#else
#error "Unsupported ASSET_TYPE"
#endif