Skip to content

Commit

Permalink
Pushed draft description of OrbShdr footers in GCN bytecode
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandro Sanchez Bach <alexandro@phi.nz>
  • Loading branch information
AlexAltea committed Mar 12, 2019
1 parent 4e2a4a7 commit 9f3745d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions tools/formats/gcn_orbshdr.ksy
@@ -0,0 +1,27 @@
meta:
id: gcn_orbshdr
endian: le
license: CC0-1.0

instances:
footer:
pos: 80
type: header

types:
header:
seq:
- id: magic
contents: 'OrbShdr'
- id: unk1
contents: [7]
- id: type2
type: b8
enum: gcn_orbis_type
- id: size
type: u2

enums:
gcn_orbis_type:
0x41: gcn_orbis_ps
0x45: gcn_orbis_vs

0 comments on commit 9f3745d

Please sign in to comment.