Skip to content

Commit

Permalink
cleanup and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jul 26, 2024
1 parent 0f9b0fe commit e19d447
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions core/popcorn/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,6 @@ static SceUID pbp_fd = -1;
#define RIF_MAGIC_FD 0x10000
#define ACT_DAT_FD 0x10001

typedef struct
{
u32 magic;
u32 version;
u32 param_offset;
u32 icon0_offset;
u32 icon1_offset;
u32 pic0_offset;
u32 pic1_offset;
u32 snd0_offset;
u32 elf_offset;
u32 psar_offset;
} PBPHeader;

enum {
ICON0_OK = 0,
ICON0_MISSING = 1,
Expand Down

0 comments on commit e19d447

Please sign in to comment.