Back to work
This commit is contained in:
@@ -10,8 +10,8 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
|
|||||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
|
||||||
|
|
||||||
if(NOT DEFINED DUSK_TARGET_SYSTEM)
|
if(NOT DEFINED DUSK_TARGET_SYSTEM)
|
||||||
# set(DUSK_TARGET_SYSTEM "linux")
|
set(DUSK_TARGET_SYSTEM "linux")
|
||||||
set(DUSK_TARGET_SYSTEM "psp")
|
# set(DUSK_TARGET_SYSTEM "psp")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Prep cache
|
# Prep cache
|
||||||
|
|||||||
@@ -12,11 +12,11 @@
|
|||||||
#if ASSET_TYPE == wad
|
#if ASSET_TYPE == wad
|
||||||
#if PSP
|
#if PSP
|
||||||
#define ASSET_PBP_READ_PBP_FROM_HOST 0
|
#define ASSET_PBP_READ_PBP_FROM_HOST 0
|
||||||
#define ASSET_PBP_SIGNATURE_LEN 4
|
#define ASSET_PBP_SIGNATURE_SIZE 4
|
||||||
#define ASSET_PBP_SIGNATURE "\0PBP"
|
#define ASSET_PBP_SIGNATURE "\0PBP"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char_t signature[ASSET_PBP_SIGNATURE_LEN];
|
char_t signature[ASSET_PBP_SIGNATURE_SIZE];
|
||||||
uint32_t version;
|
uint32_t version;
|
||||||
uint32_t sfoOffset;
|
uint32_t sfoOffset;
|
||||||
uint32_t icon0Offset;
|
uint32_t icon0Offset;
|
||||||
|
|||||||
Reference in New Issue
Block a user