mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 04:25:19 +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
|
||||
|
||||
#include "cellSpurs.h"
|
||||
|
||||
// Had to use define, since enum doesn't allow floats
|
||||
#define CELL_GEM_SPHERE_RADIUS_MM = 22.5f;
|
||||
|
||||
|
@ -90,7 +88,7 @@ struct CellGemAttribute
|
|||
be_t<u32> version;
|
||||
be_t<u32> max_connect;
|
||||
be_t<u32> memory_ptr;
|
||||
CellSpurs spurs;
|
||||
be_t<u32> spurs_addr;
|
||||
u8 spu_priorities[8];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue