mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
GSL moved from stdafx.h (#1676)
Added GSL.h helper for correct including
This commit is contained in:
parent
efc8779275
commit
75fe95eeb1
19 changed files with 51 additions and 30 deletions
|
@ -53,7 +53,7 @@ cfg::map_entry<s32> g_cfg_sys_language(cfg::root.sys, "Language",
|
|||
|
||||
static const char* get_systemparam_id_name(s32 id)
|
||||
{
|
||||
thread_local static char tls_id_name[16]; // for test
|
||||
static thread_local char tls_id_name[16]; // for test
|
||||
|
||||
switch (id)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue