mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00: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
|
|
@ -129,7 +129,7 @@ static const char* get_module_name(u16 id)
|
|||
|
||||
static const char* get_module_id(u16 id)
|
||||
{
|
||||
thread_local static char tls_id_name[8]; // for test
|
||||
static thread_local char tls_id_name[8]; // for test
|
||||
|
||||
switch (id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue