mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-13 11:39:47 +00:00
cellGem bug fixed
This commit is contained in:
parent
4ffd03fe3e
commit
e353c39522
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "cellSpurs.h"
|
|
||||||
|
|
||||||
// Had to use define, since enum doesn't allow floats
|
// Had to use define, since enum doesn't allow floats
|
||||||
#define CELL_GEM_SPHERE_RADIUS_MM = 22.5f;
|
#define CELL_GEM_SPHERE_RADIUS_MM = 22.5f;
|
||||||
|
|
||||||
|
@ -90,7 +88,7 @@ struct CellGemAttribute
|
||||||
be_t<u32> version;
|
be_t<u32> version;
|
||||||
be_t<u32> max_connect;
|
be_t<u32> max_connect;
|
||||||
be_t<u32> memory_ptr;
|
be_t<u32> memory_ptr;
|
||||||
CellSpurs spurs;
|
be_t<u32> spurs_addr;
|
||||||
u8 spu_priorities[8];
|
u8 spu_priorities[8];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue