mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Remove -Wno-reorder and make it an error
This commit is contained in:
parent
54f2c27ba0
commit
972e0ab31d
43 changed files with 139 additions and 149 deletions
|
@ -1233,11 +1233,11 @@ spu_thread::~spu_thread()
|
|||
|
||||
spu_thread::spu_thread(vm::addr_t ls, lv2_spu_group* group, u32 index, std::string_view name, u32 lv2_id)
|
||||
: cpu_thread(idm::last_id())
|
||||
, spu_name(name)
|
||||
, index(index)
|
||||
, offset(ls)
|
||||
, group(group)
|
||||
, lv2_id(lv2_id)
|
||||
, spu_name(name)
|
||||
{
|
||||
if (g_cfg.core.spu_decoder == spu_decoder_type::asmjit)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue